Hello,
I have asked that question recently but received no helpful replies, so I
thought I'd try again:
The COM objects my company sells are written in C++/ATL. When installed on
Windows 2003 64-bit and used in the ASP environment, the following error is
generated by a Server.CreateObject statement:
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object
Now, this error is pretty common in 32-bit Windows, and is easily fixed by
adjusting permissions on the COM object's DLL. But in 64-bit Windows this
trick does not work anymore. Something else obviously needs to be done. But
what???
Any help will be greatly appreciacted.
-- Abe