| Dart Home | PowerTCP Web for ActiveX | Custom Development | Reply | PowerTCP Web for ActiveX Topics | Forums |
| Author | Forum: PowerTCP Web for ActiveX Topic: HTTP failed to load from DartWeb.dll |
| kenkw From: palo alto, CA USA Posts: 6 Member Since: 02/06/02 |
posted February 3, 2003 4:57 PM Hi all, I am getting the following message from a user's machine after my application is installed: Failed to load control 'Http" from DartWeb.dll. Your version of DartWeb.dll may be outdated. Make sure you are using the version of the control that was provided with your application. I ran the Dart Diagnostics tool to generate the following report. It seems like the latest Dart related DLLs were used: ********************** * DLL Versions * ********************** VERSION REGISTERED PATH ------- --------------- 2.8.0.4 C:\WINDOWS\System32\DartSock.dll 1.8.0.4 c:\windows\system32\DartWeb.dll 5.2.82.44 C:\WINDOWS\System32\MSVBVM50.DLL 6.0.92.37 C:\WINDOWS\System32\MSVBVM60.DLL 6.0.2800.1106 C:\WINDOWS\System32\ADVPACK.DLL 3.50.5014.0 C:\WINDOWS\System32\asycfilt.dll 5.0.2600.1 C:\WINDOWS\System32\comcat.dll 2.10.35.35 C:\WINDOWS\System32\compobj.dll 5.1.2600.1106 C:\WINDOWS\System32\imagehlp.dll 5.1.2600.0 C:\WINDOWS\System32\iprop.dll 2.10.35.35 C:\WINDOWS\System32\ole2.dll 5.1.2600.1106 C:\WINDOWS\System32\ole32.dll 3.50.5016.0 C:\WINDOWS\System32\oleaut32.dll 5.1.2600.0 C:\WINDOWS\System32\olecnv32.dll 5.0.5014.0 C:\WINDOWS\System32\olepro32.dll 5.1.2600.0 C:\WINDOWS\System32\olethk32.dll Not Found C:\WINDOWS\System32\rpcltc1.dll Not Found C:\WINDOWS\System32\rpcltc5.dll Not Found C:\WINDOWS\System32\rpcltccm.dll Not Found C:\WINDOWS\System32\rpclts5.dll Not Found C:\WINDOWS\System32\rpcltscm.dll Not Found C:\WINDOWS\System32\rpcmqcl.dll Not Found C:\WINDOWS\System32\rpcmqsvr.dll 5.1.2600.0 C:\WINDOWS\System32\rpcns4.dll 5.1.2600.1106 C:\WINDOWS\System32\rpcrt4.dll 5.1.2600.1106 C:\WINDOWS\System32\secur32.dll 5.1.2600.0 C:\WINDOWS\System32\security.dll 2.10.35.35 C:\WINDOWS\System32\storage.dll Not Found C:\WINDOWS\System32\W95INF16.DLL Not Found C:\WINDOWS\System32\W95INF32.DLL Not Found C:\WINDOWS\System32\dcom2w98.dll 5.1.2600.1106 C:\WINDOWS\System32\rasapi32.dll 6.0.2800.1106 C:\WINDOWS\System32\wininet.dll 3.10.0.103 C:\WINDOWS\System32\winsock.dll 5.1.2600.0 C:\WINDOWS\System32\wsock32.dll ********************** * Security Providers * ********************** msapsspc.dll, schannel.dll, digest.dll, msnsspc.dll Any cues? Thanks, Ken |
K M Drake![]() From: Utica, NY USA Posts: 3406 Member Since: 07/14/00 |
posted February 4, 2003 10:44 AM Hi Ken, Is this problem isolated to your app, or do you see the same error when a sample is run on this machine? I assume you have tried unregistering, and re-registering the dlls? And re-booting? Thanks, -ken |
| kenkw From: palo alto, CA USA Posts: 6 Member Since: 02/06/02 |
posted February 4, 2003 10:50 AM Hi Ken, We tried un-reg and reg of all DLLs and the problem still exists. I haven't try to run a sample app because we don't have direct access to the user's machine. We currently have about 50 users but only one user reported this problem. Thanks, Ken |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted February 4, 2003 10:55 AM In what development environment is the Http control being created? (Example VB6, Delphi, ASP) What is the exact code that is used to create it? |
| kenkw From: palo alto, CA USA Posts: 6 Member Since: 02/06/02 |
posted February 4, 2003 11:43 AM My application is a standalone VB6 application. The HTTP control is placed in a form container which is wrapped by a class with the Private WithEvents m_http As Http statement and the following initialization code Private Sub Class_Initialize() ' the form container Set m_ctlsForm = New ControlsForm Set m_http = m_ctlsForm.http1 ... End Sub All HTTP transactions (GET/POST) were done by using the m_http member. Thanks, Ken |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted February 4, 2003 12:57 PM There has to be something weird in OLE / COM system for that one particular users machine. I would suggest doing the following to make sure that everything is clean: 1) Close all apps and services that might be using the Dart DLL's 2) Search the ENTIRE system for Dart*.dll and Dart*.oca and delete anything that you find 3) Reboot to ensure all cached info is flushed 4) Reinstall your app so that the Dart DLL's that are registered are yours and yours only. If that does not solve the problem, then I suggest you call in and open a support incident. |
| Reply | PowerTCP Web for ActiveX Topics | Forums |
This site is powered by
PowerTCP WebServer for ActiveX
|