cancel
Showing results for 
Search instead for 
Did you mean: 

​ Migrating ASP.NET SOLUTION FROM 2.0 to 4.6 , Throws crystal reports errors ,using c#

Former Member
0 Kudos

I have a asp.net application built with framework 2.0 , now Migrating it to framework 4.6 , the solution has crystal reports which was used and working in older framework , after migrating to 4.6 it throws following error after framework migration and build

The type or namespace name 'Enterprise' does not exist in the namespace 'CrystalDecisions' (are you missing an assembly reference?)

The type or namespace name 'EnterpriseService' could not be found (are you missing a using directive or an assembly reference?)

The type or namespace name 'EnterpriseSession' could not be found (are you missing a using directive or an assembly reference?)

The type or namespace name 'InfoObject' could not be found (are you missing a using directive or an assembly reference?)

The type or namespace name 'InfoStore' could not be found (are you missing a using directive or an assembly reference?)

The type or namespace name 'SessionMgr' could not be found (are you missing a using directive or an assembly reference?)

Error Reference :IMAGE

The Following programs installed in my systems , 1) SAP Crystal Reports Run Time Engine for .Net framework (64 bit) - version 13.0.24.2970 2) SAP Crystal Reports , version for Microsoft Visual Studio Changes - version 16.0.11001.20108

Whats wrong , can you please help ! , these dll are missing in latest crystal version ? IF So how it can be solved . I Use VS 2017 for this migrated solution.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Did you read all of the udpate info for SP 21 in the WIKI page:

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

And check your web.co nfig file and make sure it's loading the 13.0.3500.0 assemblies.

Don

Answers (0)