I am getting the "ActiveX component can't create object" error on this line of code:
Set mColumnsSource = New ArrayDataSource
This line of code has been in my app since I started working on it. And now all of a sudden it throws this error. What is an ArrayDataSource object??? I can't find any...
The Visual Basic 6 project I am working on has several user controls. These controls are compiled into an .exe that runs quite well on all user pc's except when trying to run the application on a pc you're connected to via Remote Desktop Connection. The error is:
"Error 372: Failed to load...
The Visual Basic 6 project I am working on has several user controls. These controls are compiled into an .exe that runs quite well on all user pc's except when trying to run the application on a pc you're connected to via Remote Desktop Connection. The error is:
"Error 372: Failed to load...
I'm having a problem running an application when I try to use a central tnsnames file on a network drive. The application runs fine when I use the local tnsnames file. The error message I get when I try to log in to the application is "Automation Error -2147430328". The application is written in...
I have a VB6 application that uses an activex control to bring up the Print Dialog box. And when one of my users presses the OK button to print, the following error occurs: "-2147417848 Automation error The object invoked has disconnected from its clients.". Then the form that they wanted to...
I'm having a problem running an application when I try to use a central tnsnames file on a network drive. The application runs fine when I use the local tnsnames file. The error message I get when I try to log in to the application is "Automation Error -2147430328". The application is written in...
Same as just posted thread, except I had to put a subject in.
I am getting this error:
"ActiveX component can't create object"
at this line of my code:
Set myObject = CreateObject("myProject.myClass", "myServerName")
(I've left out the real variable names)...
I am getting this error:
"ActiveX component can't create object"
at this line of my code:
Set myObject = CreateObject("myProject.myClass", "myServerName")
(I've left out the real variable names).
Any ideas?
Also, my co-worker has the same code, only he's...
I am getting this error:
"ActiveX component can't create object"
at this line of my code:
Set myObject = CreateObject("myProject.myClass", "myServerName")
(I've left out the real variable names).
Any ideas?
Also, my co-worker has the same code, only he's...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.