Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dotsonmw

    Visual Basic Object variable not set

    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.
  2. dotsonmw

    Visual Basic Object variable not set

    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...
  3. dotsonmw

    Debugging COM+ Objects locally

    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...
  4. dotsonmw

    Debugging COM+ Objects locally

    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...

Part and Inventory Search

Back
Top