I wrote a class library with COM support enabled in C # using .Net 3.5. The object is intended to provide some useful features for classic ASP pages. I wrote a test.asp page that initializes the desired object and calls its methods. Works well on my car.
On another computer (Windows Server 2003 - Standard Edition) it does not work, although the assembly is correctly registered in regasm. I checked regedit and afaik, it looks ok.
The error I get is "ASP 0177" (error code), "8000ffff; Server.CreateObject-Fehler" (error description), which translates as Server.CreateObject-Error.
Btw. the assembly is signed and does not have any other prefabricated assemblies as dependencies (only system elements).
Has anyone experienced something similar?
source share