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 get this error :
An exception of type 'MSRpts01: Object variable or With block variable not set' was not handled.
Any suggestions would be greatly appreciated.
set cMSRpts01 = Server.CreateObject("MSRpts01.cMSRpts")
Set rsApps = cMSRpts01.GetAppsListbyAnalyst(UserID)
I get this error :
An exception of type 'MSRpts01: Object variable or With block variable not set' was not handled.
Any suggestions would be greatly appreciated.