Subject: ASP COM failing to use .NET DLL
Posted By: Hubman Post Date: 1/30/2004 10:03:53 AM
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

Go to topic 9189

Return to index page 959
Return to index page 958
Return to index page 957
Return to index page 956
Return to index page 955
Return to index page 954
Return to index page 953
Return to index page 952
Return to index page 951
Return to index page 950