Error, "Could not load file or assembly"

C

Curious

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!
 
M

Mike

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top