Hello.
I installed CRforVS_13_0_1.exe today but It doesn't work properly on my computer.
I can open and manage .rpt files in the IDE.
But when I run my website (on debug mode) my code always break on lines like this one:
CrystalDecisions.CrystalReports.Engine.ReportDocument rep = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
Throwing an error:
Retrieving the COM class factory for component with CLSID {4DB2E2BB-78E6-4AEA-BEFB-FDAAB610FD1B} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).
I tried register C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\sacommlayer.dll with regsrv32, etc. but with no result.
It's starting to drive my insane, I've been working on that issue for 4 hours now, I just don't get it.
Do you know what to do?
PS: My computer is a Windows 7 x64 and I use VS2010 (10.0.40219.1 SP 1Rel)
Edited by: Sergejack on Sep 12, 2011 12:30 PM