Server.CreateObject Fails when calling .Net object from ASP on 64-bit windows in IIS 32-bit mode
- by DrFredEdison
I have a server running Windows 2003 64-bit, that runs IIS in 32-bit mode. I have a COM object that was registered using the following command:
C:\WINDOWS\microsoft.net\Framework\v2.0.50727>regasm D:\Path\To\MyDll.dll /tlb:MyTLB.tlb /codebase
When I create the object via ASP I get:
Server object error 'ASP 0177 : 8000ffff'
…