I have a VB6 DLL used in a classic ASP page. On browsing this page it gives "error '800a01ad' ActiveX component can't create object" on Server.CreateObject statement. VB6 DLL makes ADO calls to access the database. My OS is Windows Server 2003 32 bit. IIS
6.0
I have registered the DLL using regsvr32. The same ASP page is working fine on another server which is Win2K.
ShubhamSh
1 Post
error '800a01ad' ActiveX component can't create object
Jul 21, 2011 08:14 AM|LINK
hi,
I have a VB6 DLL used in a classic ASP page. On browsing this page it gives "error '800a01ad' ActiveX component can't create object" on Server.CreateObject statement. VB6 DLL makes ADO calls to access the database. My OS is Windows Server 2003 32 bit. IIS 6.0
I have registered the DLL using regsvr32. The same ASP page is working fine on another server which is Win2K.
Please help.
Thanks.
HCamper
8048 Posts
Re: error '800a01ad' ActiveX component can't create object
Jul 21, 2011 03:18 PM|LINK
Hello,
I suggest you check http://classicasp.aspfaq.com/components/why-do-i-get-800401f3/800a01ad-errors.html ASP FAQ for the error
along with database information and suggestions for updates.
http://databases.aspfaq.com/database/why-does-asp-give-me-activex-errors-when-connecting-to-a-database.html
You may find this collection http://blogs.iis.net/bills/archive/2009/02/20/more-tips-and-troubleshooting-help-for-classic-asp-developers.aspx
of tips by the IIS Team will help.
Martin
Community Member Award 2011