I have just installed a third party app on my Windows Server 2008 server and I get the "ActiveX Component can't create object" Message when I try to access using a CreateObject in VBScript.
It is definitely installed and exists under "Programs and Features".
Does anyone have a list of things that I can check to find figure out what is going on?
I have now tried to register the dll using "regsvr32.exe /i bob.dll" as suggested.
I get this error
The Module "Bob.dll" was loaded but the entry-point DllRegisterServer was not found.
Make sure that "Bob.dll" is valid DLL or OCX file and then try again.
I should note that this is a 32 bit application on a 64 bit machine at this point. It also works fine on my machine which is 32 bit XP.