cancel
Showing results for 
Search instead for 
Did you mean: 

Problems upgrading a VS2003 web application that used Crystal reports to VS2010

Former Member
0 Kudos

I am upgrading from a vs2003 crystal reports project to with vs 2010 and I am getting the following errors (see below). I have tried downloading and installing different SAP Crystal Reports redistributable packages but have not been able to resolve this error. Does anyone know where I can get these assemblies?

Thanks,

Steve

Error23The type 'CrystalDecisions.Enterprise.EnterpriseSession' is defined in an assembly that is not referenced. You must add a reference to assembly 'CrystalDecisions.Enterprise.Framework, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'.

Error24The type 'CrystalDecisions.Enterprise.InfoObject' is defined in an assembly that is not referenced. You must add a reference to assembly 'CrystalDecisions.Enterprise.InfoStore, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Stephen,

Those 2 assemblies are only for connecting to BOE. As of CR 2011 the only runtime for CR is here:

https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads

It can no longer connect to a BOE Server, if you need that functionality you need to have a support contract for BOE and then you can log in to SMP and download the SDK for the same version of BOE you are connecting to.

If you are not connecting to BOE then just remove those 2 assemblies.

Don