ActiveX component can't create Object Error? Check 64 bit Status
- by Rick Strahl
If you're running on IIS 7 and a 64 bit operating system you might run into the following error using ASP classic or ASP.NET with COM interop. In classic ASP applications the error will show up as: ActiveX component can't create object (Error 429) (actually without error handling the error just shows up as 500 error page) In my case…