Hi All,
I have a COM component that I am trying to add into my ASP project and am getting nowhere.
I have the following code.
I have registered the COM component using Component manager and when I run the page that contains this code my COM component seems to be activated but nothing happens.Code:AppMonitor = Server.CreateObject("AppMonitor.LoginDetails").InitialLogin(gstrAccountName, _ Session.SessionID, _ stest)
If I check out AppMonitor it is equal to 0?
Please could someone let me know what is wrong here?
Thanks




Gavin Mannion
Reply With Quote