C# .NET - pdftotext.dll is not working in windows server 2008, 64 bit
Asked By arul on 19-Jun-13 01:33 PM
I have used pdftotext.dll in my project, it is working perfectly in windows server 2003, but when i moved this into windows server 2008-64 bit it is not working, it says error as,
Error:
Could not load file or assembly 'pdftotext, Version=3.0.0.0,
Culture=neutral, PublicKeyToken=5b5f377bc08a4d32' or one of its
dependencies. The located assembly's manifest definition does not match
the assembly reference. (Exception from HRESULT: 0x80131040)
Note: pdftotext.dll is also 64 bit
Robbe Morris replied to arul on 20-Jun-13 08:24 AM
I'm going to ask a dumb question, is the assembly in your bin folder? Sorry, had to ask. Assuming it is, the only other thing I can think of is that it has dependencies on another assembly. I know a lot of these pdf libraries are dependent upon Adobe Reader being installed on the client/server. That would be the first thing I'd look into.