cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Report 2016 missing Enterprise dlls reference

0 Kudos

Hi, I just upgraded to CR 2016 from CR 2008 and installed CRRuntime_32bit_13_0_24, I got all the referenced dll from CR 2008 back except several enterprise dlls that I referenced in my application. I only have one enterprise dll in my box: CrystalDecisions.Enterprise.Viewing.ReportSource.

The missing dlls are CrystalDecisions.Enterprise.Framework and CrystalDecisions.Enterprise.InfoStore. My codes currently use EnterpriseSession, EnterpriseService, InfoStore, etc. classes.

What SP do I need to install to get these dlls or do I have to rewrite the codes to use different classes which provide similar functionalities?

Thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

As of CR 2011 we no longer ship the .NET SDK with Crystal Reports. It's now called Crystal Reports Developer for Visual studio and available from here:

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

CR for VS no longer supports connecting to BOE Servers.

If you are not actually connecting to BOE/CRS/CRSE then just remove those references

If you do need to connect to BOE then you need to connect to support.sap.com/service and download the BOE .NET SDK package from that site, must match the version of BOE you are using.

Or install the .NET components from the Client Tools install from the BOE installer.

So uninstall CR for VS and install the Client tools from the BOE install source.

And for BOE SDK questions post here:

https://answers.sap.com/tags/71815681818199381775049077522661

Don