I have console application which uses the NFOP.dll to generate PDF document. It worked fine in the dev box, which is a 32 bit operating system.
When I moved it to another server which is having a 64 bit OS, it gave me the following error:
Could not load file or assembly 'nfop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies
Any idea on how to resolve it? If this is an issue with using NFOP.dll on a 64 bit os, is there an alternative solution?
Thnks