I have downloaded the latest "SAP Crystal Reports, version for Visual Studio 2010" files. I have been trying to start a VB.NET windows form .NET Framework 4.x Desktop Application from scratch and use Crystal Report Reports. I thought this was suppose to work with VS2010 and also allow you to create applications you could deploy? So far I have got nothing but errors.
<
- SAP Crystal Reports, version for Visual Studio 2010
> From http://www.businessobjects.com/jump/xi/crvs2010/us2_default.asp
SAP Crystal Reports, version for Visual Studio 2010
Setup.exe Product Version 13.0.0.99
Standard EXE installation package which installs the software into the Visual Studio IDE.
SAP Crystal Reports, version for Visual Studio 2010
CRRuntime_32bit_13_0.msi / CRRuntime_64bit_13_0.msi
Click once installation package used to create self-updating Windows-based applications which can be installed and run with minimal user interaction.
SAP Crystal Reports, version for Visual Studio 2010 - Date Modified 10/24/2010
Merge modules installation package used to install components which are shared by multiple applications.
SAP Crystal Reports runtime engine for .NET Framework 4 (32-bit)
CRRuntime_32bit_13_0.msi Date Modified 10/24/2010
SAP Crystal Reports runtime engine for .NET Framework 4 (64-bit)
CRRuntime_32bit_13_0.msi Date Modified 10/24/2010
<
- My Warnings
->
Warning 1 The referenced assembly "CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" could not be resolved because it has a dependency on "System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which is not in the currently targeted framework ".NETFramework,Version=v4.0,Profile=Client". Please remove references to assemblies not in the targeted framework or consider retargeting your project.
Warning 2 The referenced assembly "CrystalDecisions.ReportSource, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" could not be resolved because it has a dependency on "System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which is not in the currently targeted framework ".NETFramework,Version=v4.0,Profile=Client". Please remove references to assemblies not in the targeted framework or consider retargeting your project.
Warning 3 The referenced assembly "CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" could not be resolved because it has a dependency on "System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which is not in the currently targeted framework ".NETFramework,Version=v4.0,Profile=Client". Please remove references to assemblies not in the targeted framework or consider retargeting your project.
Warning 4 The referenced assembly "CrystalDecisions.Windows.Forms, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=MSIL" could not be resolved because it has a dependency on "System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which is not in the currently targeted framework ".NETFramework,Version=v4.0,Profile=Client". Please remove references to assemblies not in the targeted framework or consider retargeting your project.
Warning 16 Namespace or type specified in the Imports 'CrystalDecisions.CrystalReports.Engine' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. C:\Programming\2010\myApp\rptTestInfo.vb 14 9
Warning 17 Namespace or type specified in the Imports 'CrystalDecisions.ReportSource' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. C:\Programming\2010\myApp\rptTestInfo.vb 15 9
Warning 18 Namespace or type specified in the Imports 'CrystalDecisions.Shared' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. C:\Programming\2010\myApp\rptTestInfo.vb 16 9