| Thread | Last Post | Replies |
|
| Please someone; Run-time error 48,Error loading DLL | 04 Jun 2005 05:31 GMT | 1 |
I am trying to load Word (2002) application from vb6, and I have XPHome Edition OS and Office Pro2002 installed on both of my computers When I load to one my computer, everything works fine. When I load the same application to the second
|
| DLL blocked when called asynchronously from ASP via ActiveX EXE | 03 Jun 2005 09:40 GMT | 5 |
Hi (first post - go easy!) I have an ASP-based application that launches a long-running batch process. The process can take many hours to complete so I need to launch the process asynchronously.
|
| Array Creation | 03 Jun 2005 09:07 GMT | 2 |
I have various variables with a specific name. Assume the variables are A, B and C. Through VB code I want to be able to generate an array that uses the variables to define or create the array name on-the-fly, e.g. Dim AA() as string, BB() as string, CC as string. Is this ...
|
| How to troubleshoot Error 48 | 02 Jun 2005 15:25 GMT | 4 |
I am getting an Error 48 (Error in loading DLL) on a application on our Test server but the problem does not occur on my Development box. How can I get more information on what DLL is causing the problem on the Test server (it does not have the VB6 IDE on it).
|
| Error in Loading DLL when creating class instance from ActiveX EXE | 01 Jun 2005 10:08 GMT | 2 |
I'm having a strange problem when trying to create a class instance from an ActiveX EXE. Here's the scenario: Both the client and server are installed on the same platform. The ActiveX EXE, AutoUpdate.exe, can be run either as a standalone executable, or it can
|