Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deployment problem
Message
From
15/04/2008 15:20:15
 
 
To
15/04/2008 15:01:06
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01310837
Message ID:
01310868
Views:
19
>>>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")
Google: error 80004005 ASP and see if any of the results can help you.
The first link I click said:
Microsoft OLE DB Provider for ODBC Drivers error '80004005' 
[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view its data. 
 
or 
 
Microsoft OLE DB Provider for ODBC Drivers (0x80004005) 
[Microsoft][ODBC Microsoft Access Driver] '(unknown)' isn't a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides. 
 
or 
 
Microsoft OLE DB Provider for ODBC Drivers error '80004005' 
[Microsoft][ODBC Microsoft Access 97 Driver] Couldn't use '(unknown)'; file already in use.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform