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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error creating a SessionMgr

Status
Not open for further replies.

bluecjh

Programmer
Mar 12, 2003
385
visual studio 2003/ BO xi

Code:
Dim myEnterpriseSession As EnterpriseSession
Dim mySessionMgr as SessionMgr

mySessionMgr = Serverr.CreateObject("CrystalEnterprise.SessionMgr")

i get "Specified cast is not valid."

If on the hand i try

Code:
        Dim mySessionMgr As SessionMgr = New SessionMgr

it get the error
"COM object with CLSID {44B5A31B-5831-40A2-ACD6-DB62832131DF} is either not valid or not registered"

i'm falling at the first hurdle, does anyone have a clue?

many thanks

BlueCJH
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top