What version of Crystal Reports is distributed since VS2008?

I am trying to figure out what version of Crystal Reports I have. This is the one that comes in Visual Studio 2008. Does anyone know what this is or how can I check?

+1


a source to share


3 answers


Visual Studio 2008 Professional includes a base CR 2008.

No CR with VS Basic or Express.



Check this link.

+4


a source


As per EULA [found in default path] C: \ Program Files \ Microsoft Visual Studio 9.0 \ Crystal Reports \ license.txt, this is CRYSTAL REPORTS BASIC FOR MICROSOFT VISUAL STUDIO 2008. I'm pretty sure this is some variant of version 10. As far as I know, this is only included in the professional and team versions of the system. It is not included in the base version of Visual Studio 2008.



+1


a source


Here's a complete list according to Which versions of the Crystal Reports assembly are supported in the Visual Studio .NET versions :

 CR Product Name         CR Assembly Version   VS .NET Supported Version   CR Install Configuration                                                                                                                  
----------------------- --------------------- --------------------------- ------------------------------------------------------------------------------------------------------------------------------------------ 
 CR 9.1 for .NET 2002    9.1.3300.0            2002                        C:\Program Files\Common Files\Crystal Decisions\1.0\Bin                                                                                   
 CR 9.1 for .NET 2003    9.1.5000.0            2003                        C:\Program Files\Common Files\Crystal Decisions\1.0\Bin                                                                                   
 CR 9.2.x                9.2.3000.0            2002, 2003                  C:\Program Files\Common Files\Crystal Decisions\2.0\Bin                                                                                   
 CR 10.0.0.x             10.0.3300.0           2002, 2003                  C:\Program Files\Common Files\Crystal Decisions\2.5\Bin                                                                                   
 CR 10.2 for .NET 2005   10.2.3600.0           2005                        C:\Program Files\Business Objects\Common\2.7\Bin                                                                                          
 CR 10.5 for .NET 2008   10.5.3700.0           2008                        C:\Program Files\Business Objects\Common\2.8\bin                                                                                          
 CR 11.0.0.x             11.0.3300.0           2002, 2003                  C:\Program Files\Common Files\Crystal Decisions\3.0\Bin                                                                                   
 CR 11.5.0.x             11.5.3300.0           2002, 2003, 2005            C:\Program Files\Business Objects\Common\3.5\bin                                                                                          
 CR 12.0.0.x             12.0.1100.0           2002, 2003, 2005, 2008      C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86                                                               
 CRVS2010                13.0.2000.0           2010                        C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86  

      

Meaning for Visual Studio 2008, you are probably using Crystal Reports version 10.5 or 12

+1


a source







All Articles