MSRpts01.cMSRpts does match with what the control registered under HKEY_CLASSES_ROOT in the registry. Also, the Dll did register fine on my local machine. Thanks.
I have created a Visual Basic COM+ application that I am trying to debug locally on a Win XP machine running IIS \ Visual Studio 6. When I get to the second line of code below :
set cMSRpts01 = Server.CreateObject("MSRpts01.cMSRpts")
Set rsApps = cMSRpts01.GetAppsListbyAnalyst(UserID)
I...
I have tried registering the DLL using this command :
regsvr32 c:\windows\system32\msrpts.dll
When I step through the ASP code, I get this message when it tries to instantiate the COM+ object as follows
set IPRD = Server.CreateObject("MSRpts01.cMSRpts")
An exception of type 'Server...
Is it possible to debug a COM+ object on a local machine? I have InterDev 6.0 installed locally on a Windows XP Professional machine. I am also running IIS 5.0. When I try debugging a web application that contains a call to a COM+ object (which I have added to Component Services on the local...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.