Gweniviere
MIS
Hello all,
I have an old COM DLL (written in VFP 9.0) that I would like to use in a new ASP.NET application.
On both my development machine and the host machine I have the DLL as well as the VFP runtime libraries installed. The app works fine on the development machine. However, when I publish the app to an IIS server (7.0) I get the following error...
Retrieving the COM class factory for component with CLSID {8D2838AB-4323-47A1-8A97-BA398CA9D4DF} failed due to the following error: 80040154.
The CLSID presented in the error is the CLSID from my development machine. The CLSID on the host machineis {F99CCD23-0497-4928-87D4-00870712D85A}
How do I get the host machine to recognize the local copy of the DLL?
Thanks,
Gwen