cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Reports 13.0.2000.0 File Version 13.0.13.1597 CrystalReportViewer Not showing in ASP.NET 4.0 website

Former Member
0 Kudos

I have developed an asp website in asp.net 4.0 and would like to display crystalreportviewer with version 13.0.2000.0 and file version 13.0.13.1597 however when I run the application, I get a blank web page.

- I have used VS 2013 to develop the application and reviewed a similar thread () but my solution is not being resolved. I am running Windows Server 2008 R2 SP1 and using Firefox 40.0.2.

The application is able to log to a database, run a query and fill a dataset but set the report document to the viewer and viewer to document but I still get a blank crystalreportviewer.

Where am I missing it?

<CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server"   />

   

--Code Behind

Dim crystalReport As New CrystalDecisions.CrystalReports.Engine.ReportDocument()

            crystalReport.Load(Server.MapPath("~/report.rpt"))

            Dim balance As bal= GetclosedData("select query'")

            crystalReport.SetDataSource(balance)

            CrystalReportViewer1.ReportSource = crystalReport

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

Hi Joseph

See if the below sources will help:

Visual Studio 2012 Crystal Report not working on Windows Server 2012/ 0x800a1391 &amp;#8211; JavaScr...

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

Follow me on Twitter

Former Member
0 Kudos

wow, this is great Ludek, Thank you so much. am back on track now.

former_member183750
Active Contributor
0 Kudos

Fantastic. Great to hear

Happy coding,

- Ludek

Answers (0)