cancel
Showing results for 
Search instead for 
Did you mean: 

I can't see reports in the browser

Former Member
0 Kudos

Hi!

I upgrade to Windows 10 recently; before this, I was in Windows 7. I wrote code with VS2010 (Visual Basic exactly) for desktop and web. Desktop reports works fine, but not the same with web. I visited the page where are Updates & Runtime downloads () and installed SP15 in my laptop. In theory, SP15 fix my problem, but no. When I run a web report the browser go to the page (response.redirect) but does nothing. I can't see report, nor the viewer; even the application buttons in the page don't work. To get out there, I might to go back. I appreciate the help you can give me.

Accepted Solutions (1)

Accepted Solutions (1)

DellSC
Active Contributor
0 Kudos

Also, did you just install SP 15, or did you also recompile the web application using SP15?  You need to be sure to recompile the web site with the updated SDK.

-Dell

Former Member
0 Kudos

Hi Mr. Dell!

I downloaded and install SP15 from

I rebuild my web site. In fact, I do it before every run. However, I still have the problem.

former_member183750
Active Contributor
0 Kudos

See if these will help:

Visual Studio 2012 Crystal Report not working on Windows Server 2012/ 0x800a1391 – JavaScr...

- Ludek

Senior Support Engineer AGS Product Support, Global Support Center Canada

Follow me on Twitter

Former Member
0 Kudos

Thank you for your help Mr. Uher.

My problem is solved.

The documents are about IIS, but the solution is applicable for code.

I'm extremely grateful to you.

Former Member
0 Kudos

Hi Hansel!

I am facing exactly the same problem. Before upgrading to Windows 10, I had Windows 8.1 with Visual Studio 2013 + Crystal Reports SP14. The reports were being displayed without any issue in all browsers.

Now, after upgrade to Windows 10, the reports don't load anymore on any browser (only blank page is displayed).

What exactly did you do to solve your problem?

BTW, for the SAP team, if that helps somehow, I have the scenario here in a virtual machine with checkpoints before and after the Windows 10 upgrade.

Thank you very much in advance!

André Alves de Lima

DellSC
Active Contributor
0 Kudos

SP 14 of the SDK is not compatible with Windows 10.  You'll want to recompile your app using SP 15.  Also, I believe that the code for keeping the report in session that you probably have in the pageLoad() event handler now needs to be put in the pageInit() event handler.

-Dell

Former Member
0 Kudos

Hi Dell!

Yes, sorry, I forgot to mention that I already updated to SP15 and the result is still the same.. Blank page in all browsers..

Thank you!

André Lima

DellSC
Active Contributor
0 Kudos

Did you update the code to use PageInit() instead of PageLoad() to keep the report in session?

-Dell

Former Member
0 Kudos

Hi Dell, thank you for your reply!

I had nothing on my Page_Load (I was testing with an extremely simple report with no DataSet - only printing the print date).. However, reading once again the links provided by Ludek Uher, I tried again the proposal from this article and it solved my problem:

Visual Studio 2012 Crystal Report not working on Windows Server 2012/ 0x800a1391 – JavaScript runtim...

Thanks!

André Lima

Answers (1)

Answers (1)

0 Kudos

Moved your post to .NET forum.... Why post in CR Designer forum when you were in the CR for .NET forum?

It should work.... What version of CR for VS were you using before updating?

Changes in SP 9 or 10 required you to move your code from the Page_load to the Page_Init section.

Did you try Compatibility mode? Have you looked at the resource for the page to see if everything is available?

Don

Former Member
0 Kudos

Thank you for your answer Mr. Williams. Sorry if I wrote my question in a wrong place... I don't even know the web site.

I have in my laptop a virtual machine with Windows 7 (x86). It has the same enviroment than Windows 10 (x64): VS2010, CR SP15, MS SQL 2008. Application works correctly in virtual machine.

I changed my code, moved the report call to Page_Init (It was in Page_load) but still don't work.

0 Kudos

Great....

Run Fiddler now and see what it tells you...

Don

Former Member
0 Kudos

Thank you again.

Let me tell you... application always ran well in Windows 7. Problem begins when I upgrade to Windows 10. The virtual machine (with Windows 7) is only to prove that it is still well.

What is Fiddler?. I briefly read some of that, but I don't understand how can help me.