Archived Forum Post

Index of archived forum posts

Question:

ASP error in creating ActiveX Object.

Jun 22 '12 at 16:24

The error is:

Microsoft VBScript runtime error '800a01ad'

ActiveX component can't create object


Answer

To solve the problem, make sure the ActiveX DLL is correctly registered on the web server via regsvr32. See this Chilkat blog post for detailed instructions about registering either a 32-bit or 64-bit DLL:

http://www.cknotes.com/?p=361

Make sure you read the instructions carefully, especially for Windows 7 systems.