ActiveX component can't create object.Back
I get this error when trying to create an instance of an ActiveX FTP object in VBScript: ActiveX component can't create object. 'ChilkatFtp2.ChilkatFtp2'
Answer: Note: ActiveX DLLs can be located anywhere. Once you register it with regsvr32.exe, do not move the DLL to another location. The DLL's location is saved in the computer's registry when it is registered. A common belief is that ActiveX DLLs need to reside in Windows/System32. This is not the case. |