Post Author: trydis
CA Forum: .NET
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 problem 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.