I have created an Active X DLL that has an error handling class that will receive an error number and user details and writes the error message to a file with the user's details.
I have compiled and registered the DLL and tested it in a VB project and it works fine. When I try to create the object within my VBScript i get the error message ActiveX component can't create object
LLErrorHandler.clsErrorHandler.
Line of code in my script: Set errObject = CreateObject("DLLErrorHandler.clsErrorHandler"
Can anyone give me any help? Thanks
I have compiled and registered the DLL and tested it in a VB project and it works fine. When I try to create the object within my VBScript i get the error message ActiveX component can't create object
Line of code in my script: Set errObject = CreateObject("DLLErrorHandler.clsErrorHandler"
Can anyone give me any help? Thanks