Error, "Could not load file or assembly"

  • Thread starter Thread starter Curious
  • Start date Start date
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!
 
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.
 
Back
Top