ASP COM failing to use .NET DLL
Howdy -
Not sure this is the right forum for this, but I have created a .NET class that works fine from .ASPX pages. However, I have an older standard ASP system that I want to use the same class in. I have set the project for COM Interop, but for some reason I cannot create the object with either the Server.CreateObject() or the ActiveXObject() in javacript. Again, the exact same come using the ActiveXObject works when its used in an ASPX page.
Other info - I have given the .Net class a strongname, it's registered as a COM component (used regasm.exe to make sure), and I even installed it in the GAC using gacutil.exe.
I have another, simplier .NET class that I use that works no problem in ASP pages. This program does call a webservice. I compiled the WSDL file into a .DLL and import it into the project this way.
Any words of wisdom from anyone?
Thanks- Hubman
|