cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal report show blank page after publishing my web application to the server.

Former Member
0 Kudos

on my laptop:

  • work normally in VS2017
  • Target Framework for the application is .Net 4.5

on the Server:

  • No Errors in javascript after publishing
  • Crystal report Version=13.0.3500.0
  • Application Pool: Enable 32-Bit Applications = true
  • CRforVS_redist_install_32bit_13_0_22 installed on the server

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

You need to use Sessions and Postback in your code.

Any errors? Push F12 and see if it's denied access to the CR Viewer13 folder.

Typically you need to give IIS full read/write permission to this folder:

C:\inetpub\wwwroot\aspnet_client\system_web\4_0_30319\crystalreportviewers13

VS will use the IISExpress copy of it located here:

C:\Windows\Microsoft.NET\Framework\v4.0.30319\ASP.NETClientFiles\crystalreportviewers13

Don