|
| |||||||||
| Tags: activex, error 800a01ad, error code, runtime error, vbscript |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| ActiveX component can't create object error
Hi all, Some of my clients are reporting this error on a 64-bit Windows when running my COM objects under ASP: ----- Microsoft VBScript runtime error '800a01ad' ActiveX component can't create object ----- This error is very common on 32-bit Windows and can be easily fixed by adjusting permissions on the COM DLL. However, it seems that this trick no longer works on 64-bit Windows. Can someone shed some light? |
|
#2
| |||
| |||
| Re: ActiveX component can't create object error
Tell those clients to not run the COM objects under IE 64-Bit. |
|
#3
| |||
| |||
| Re: ActiveX component can't create object error
There are many reasons why an object cannot be created. Permissions is only one of many reasons. File not found is another reason. All else being equal between your 32bit machine and 64bit machine, process "bitness" issues are the most likely culprit. Maybe: 1. Your 32bit code is trying to write something (or reset ACLs) and getting it FileSystemRedirected or RegistryRedirected on 64bit machines 2. Your 32bit code insists on loading "in-process" but the process is 64bit. That fails because process only allows the same bitness. |
|
#4
| |||
| |||
|
I had the same issue and solved it by going to the Application Pool tied to the web application, Advanced Properties... and setting "Enable 32-bit Applications" to True I spent hours with this pain and finally had some relief. Let me know if this worked for you! |
|
#5
| |||
| |||
| Re: ActiveX component can't create object error
Please help this layman know how to do this. I have 64 bit Windows 7 and get the RT 429 error every time I open Word docs within Outlook e-mails. |
|
#6
| |||
| |||
| Re: ActiveX component can't create object error Quote:
Same over here - had always this 800a01ad error - sifting for hours the internet searching in the security direction - finally found your advice - and voila - it works (classical ASP/32 on a Windows 2008 Server/64). Your relief caused me also my relief ... Yours Meiki |
|
#7
| |||
| |||
| Re: ActiveX component can't create object error paespi, thanks a lot. It worked for me too. |
|
#8
| |||
| |||
| Re: ActiveX component can't create object error
Hi , some error i found . Microsoft VBScript runtime error '800a01ad' ActiveX component can't create object . i also set Apllication pool 32 bit ="TRUE" But No result .. pls give me sloation.. |
|
#9
| ||||
| ||||
| Re: ActiveX component can't create object error Quote:
__________________ IndiaGarage - India's Online Garage Driven by a Mouse |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "ActiveX component can't create object error" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error 429 : ActiveX component can't create object | Brad | Vista Help | 12 | 30-01-2011 03:04 AM |
| Error=429 : ActiveX component can't create object | RobGG | Vista Help | 15 | 30-01-2011 02:30 AM |
| Runtime error 429: Activex Component Can't create object | Hina Naz | Vista Help | 2 | 01-06-2010 04:00 AM |
| Solution for Runtime Error 429 : ActiveX Component Can't Create Object | Shell | Tips & Tweaks | 2 | 25-12-2008 03:01 PM |
| Error=429: ActiveX component can't create object | vibhub | Vista Help | 2 | 23-12-2008 07:41 PM |