Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deployment problem
Message
From
15/04/2008 15:01:06
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01310837
Message ID:
01310858
Views:
13
>>I have a COM dll built to serve an ASP application. It works fine on my development PC including running from the development website. I'm now ready to test it on the production webserver which is running Server2003. To do this I built an installation setup.exe using Installshield Express and included all of the VFP merge modules plus MSVCR70.dll and GDIPlus.dll. The build and install goes without a hitch and I manually registered the DLL just to make sure. The new DLL however refuses to load when called from the ASP page.
>>
>>Can someone tell me what I've missed?
>>
>>This same server is already running a different VFPdll I built several years ago without a hitch for another webapp.
>>
>>Thanks.
>
>What version of VFP?
>If it is VFP9, it requires MSVCR71.dll.
>Also what error you get?

Its ver 9 sp2 and MSVCR71.dll is also included in the redistributables. The error is:
error '80004005'
/ContactManager/export.asp, line 77

The line in question is
set oServer = createobject("ContactManager.CMTools")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform