marcAtBarsol
Programmer
Situation: I've got two programs, one that is a start-up program (we'll call it #1) for all our other programs and the other is a program bound to the start-up program (we'll call it #2). Program #2 is referenced in program #1. On most of our computers, when running the program #1 .exe, there is an error that read "ActiveX component can't create object."
This error is getting hit on the line in which the instance of the class in program #2's .dll is being set = new. It always works when run in VB through program #2's project. It also works fine as is on a few of our computers. All files referenced in both are present on all computers.
I have changed the arguments in some of the classes in program #2, which caused this error. I took the reference to the .dll out and put it back in, but it still doesn't work.
Any suggestions/help would be greatly appreciated. Thanks!
This error is getting hit on the line in which the instance of the class in program #2's .dll is being set = new. It always works when run in VB through program #2's project. It also works fine as is on a few of our computers. All files referenced in both are present on all computers.
I have changed the arguments in some of the classes in program #2, which caused this error. I took the reference to the .dll out and put it back in, but it still doesn't work.
Any suggestions/help would be greatly appreciated. Thanks!