We have an VB.net application that is being moved from one box to another. It runs great on the old box. The new box is configured the same as the old one but is on newer hardware. When I run the application on the new server it complains that the adobe toolkit that we use can not be found.
The error message is.
Compiler Error Message: BC30002: Type 'FDFACXLib.FdfApp' is not defined.
on the line:
Dim FdfAcx As FDFACXLib.FdfApp
The FDFACX.DLL and other associated dlls are in the c:\inetpub\wwwroot\bin directory. I checked permissions on the files and the ASP user has full access to them. I also registered them with regsvr32.
Visual studio is installed on the new box and if I run the project using the built in development server everything runs great (references to FDFACX.dll are set).
It appears that IIS can't reference the dll. I don't know what else to try at this point. Any suggestions?