|
| |||||||||
| Tags: activex, error 800a01ad, error code, runtime error, vbscript |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| ActiveX component can't create object error 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. |
![]() |
|
| 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 | 10 | 16-09-2009 12:50 PM |
| Solution for Runtime Error 429 : ActiveX Component Can't Create Object | Shell | Tips & Tweaks | 2 | 25-12-2008 02:01 PM |
| Error=429: ActiveX component can't create object | vibhub | Vista Help | 2 | 23-12-2008 06:41 PM |
| Error=429 : ActiveX component can't create object | RobGG | Vista Help | 14 | 25-02-2008 08:36 AM |
| ActiveX component can't create object: 'Scripting.FileSystemObject' | Fred Jacobowitz | Server Scripting | 9 | 16-11-2005 08:02 AM |