Link to home
Start Free TrialLog in
Avatar of Paul Williams
Paul WilliamsFlag for United States of America

asked on

Crystal Report 13.19 not working with ASP.Net framework 4.5.2

I am a novice when it comes to Crystal Reports. We have an ASP.Net application which uses Crystal Reports. The application was updated from the 3.5 framework to 4.52 framework. Crystal Reports for Visual Studio was updated to CRforVS_13_0_19. Since this update, the Reports are displayed through the viewer. The Print button now does nothing. The Export button displays the Export popup, but does not export anything.

The Solution Explorer displays the following:
aspnet_client
      system_web
            2_0_50727
                  Crystalreportviewers13
            4_0_30319
                  Crystalreportviewers13
            4_6_79
4_6_81
                  Crystalreportviewers

The aspx page contains the viewer. The data is loaded and displayed, it just won’t print.
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Paul Williams

ASKER

The problem is on all systems, including development.

We are referencing for the following Crystal Report dlls:
        CrystalReports.Enginse, ReportAppServer.ClientDoc, ReportSource, Shared and Web.

The root of the paths appears to be for the 4.0 framework:
C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet\CrystalDecisions.CrystalReports.Engine.dll.

The versions have not changed as expected: 13.0.2000.0. The Runtime Versions are unexpected: v2.0.50727.

The Interop Type for ClientDoc only, is set to True, so the Copy Local is False.
Avatar of Mike McCracken
Mike McCracken

Did you "recompile/rebuild" the application and redeploy?

Probably need an ASP.Net expert to chime in on how to handle the upgrade.

mlmcc
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial