In relation to trying to connect to a Crystal Reports XI server i've encountered a problem.
I'm using Visual Studio 2005, have referenced CrystalDecisions.Enterprise.Framework.dll version 11.0.3300.0 and also added it to the GAC. The rest of the dll's are version 10.2.3600.0 that came with Crystal Reports for .NET.
The problems is that every time i try to instantiate the CrystalDecisions.Enterprise.SessionMgr class i get the following error: "Retrieving the COM class factory for component with CLSID {BD984C67-258F-426A-AA6C-925C63BE6CC5} failed due to the following error:
80040154."
I've tried using gacutil, regasm, regsrv32 but nothing helps :(
trydis
Member
9 Points
14 Posts
SessionMgr class - Exception
Jan 09, 2008 07:54 AM|LINK
I'm using Visual Studio 2005, have referenced CrystalDecisions.Enterprise.Framework.dll version 11.0.3300.0 and also added it to the GAC. The rest of the dll's are version 10.2.3600.0 that came with Crystal Reports for .NET.
The problems is that every time i try to instantiate the CrystalDecisions.Enterprise.SessionMgr class i get the following error: "Retrieving the COM class factory for component with CLSID {BD984C67-258F-426A-AA6C-925C63BE6CC5} failed due to the following error: 80040154."
I've tried using gacutil, regasm, regsrv32 but nothing helps :(
This is driving me crazy, please help! Thanks.
Joe James
Member
56 Points
19 Posts
Re: SessionMgr class - Exception
Feb 28, 2008 10:36 AM|LINK
Hi...
I'm facing the same problem. Did you get any solution for the problem??
Thanks in advance...
Joe
trydis
Member
9 Points
14 Posts
Re: SessionMgr class - Exception
Feb 29, 2008 05:32 AM|LINK
hemchand
Member
331 Points
102 Posts
Re: SessionMgr class - Exception
Jun 13, 2008 05:38 AM|LINK
I think you are using silent login mechanism.
In that case you need to run IIS in 32 bit mode. This would solve your problem.
business objects XI silent login
पुणे.
भारत.
roman123
Member
2 Points
1 Post
Re: SessionMgr class - Exception
Jun 15, 2009 11:43 AM|LINK
Hi,
same problem here. Working fine on dev. envir., moved to prod. and getting error while creating New SessionMgr.
Need help!!!
ewgoforth
Member
36 Points
82 Posts
Re: SessionMgr class - Exception
Feb 17, 2010 08:35 PM|LINK
If you search for through the Windos registry for that guid, I believe you'll find it refers to
somepath\EnterpriseFramework.dll
I believe you'll need to register that com component using regsvr32. I think the .NET boxi stuff are just interops to the COM stuff.
-Eric