cancel
Showing results for 
Search instead for 
Did you mean: 

CRVS2010 Beta - Export and Print Problem on Production Server work`s on dev

Former Member
0 Kudos

Hello :

I have problem with CrytalReports for VS 2010 , evrything works fine on Developing Machine , but after publishing on WebServer Print and Export Function dont work.

When click print - dont`s hapen enything.

When clicking export, i can choos export format , and after clicking export i have error downloading from aspx page.

DevelopinPlatform :

Windows 7 x64

VS 2010 x86

CR for VS2010 x86

Targer framework : 3.5

Production Server :

Windows 2008 R2 WEB x64

CR for VS2010 x86

Targer framework : 3.5

On wwwroot i have aspnet_client/system_web/4_0_30319 - where are placed js , swf, html and other stuff from CR.

Previous i had this same problem with CR for VS2008.

Edited by: Ludek Uher on Oct 14, 2010 1:11 PM

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Final Production release is now available. See this thread for more info:

Answers (2)

Answers (2)

Former Member
0 Kudos

Today i tested my solution on standard http connection ant it`s look that evrything works great.

Problem is only when i change connection type on https(ssl), but i don`t now why ? and how resolve my problem, becuase in my solution im must use secure chanel.

I find solution on msdn forum (CR with NoCache option have problem and don`t work) :

solution :

Response.Cache.SetCacheability(HttpCacheability.NoCache);

but it`s not good for my bacause clieck can easy use Back Key on Browser after LogOut and Come back to secured content.

Edited by: celmar on Oct 15, 2010 4:06 PM

Edited by: celmar on Oct 15, 2010 4:06 PM

Edited by: celmar on Oct 15, 2010 4:06 PM

former_member183750
Active Contributor
0 Kudos

Use [Fiddler|http://www.fiddlertool.com/fiddler] or [Charles|http://xk72.com] to trace the http requests.

Ludek

former_member183750
Active Contributor
0 Kudos

Interesting thast you'd have the same issue with both products.

How are you deploying the runtime?

Ludek