PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Error, "Could not load file or assembly"

Reply

Error, "Could not load file or assembly"

 
Thread Tools Rate Thread
Old 12-06-2007, 09:36 PM   #1
Curious
Guest
 
Posts: n/a
Default Error, "Could not load file or assembly"


Hi,

I have a .NET program that uses a third party assembly. However, it
doesn't seem to work because when I start my program, it gives me an
error as below:

Could not load file or assembly 'acPDFCreatorLib.Net,
Version=2.0.1.32956, Culture=neutral,
PublicKeyToken=8aedc7a81d17941d'

Obviously it's looking for the assembly of version '2.0.1.32956'. I
only have the assembly of version 2.0.1.4. Could anyone tell me how to
get this resovled?

Thanks!

  Reply With Quote
Old 14-06-2007, 09:25 PM   #2
Mike
Guest
 
Posts: n/a
Default Re: Error, "Could not load file or assembly"

Its trying to find the 'DLL' so look for the DLL and place it in your BIN
folder of your project and see if that works.


"Curious" <fir5tsight@yahoo.com> wrote in message
news:1181676966.935970.20670@a26g2000pre.googlegroups.com...
> Hi,
>
> I have a .NET program that uses a third party assembly. However, it
> doesn't seem to work because when I start my program, it gives me an
> error as below:
>
> Could not load file or assembly 'acPDFCreatorLib.Net,
> Version=2.0.1.32956, Culture=neutral,
> PublicKeyToken=8aedc7a81d17941d'
>
> Obviously it's looking for the assembly of version '2.0.1.32956'. I
> only have the assembly of version 2.0.1.4. Could anyone tell me how to
> get this resovled?
>
> Thanks!
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off