Click here to Skip to main content
15,890,378 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Export and Print button of Crystal Report Viewer is not working in IIS 7.5? Our Crystal Report version is 10.2 and using VS 2005(2.0 version).The browser we are using is IE 11. Also installed all needed in IIS 7.5 to run asp.net site.

Also We set the document mode in browser IE 11 as IE 5 so design issues comes good in web.config
XML
<system.webServer>
   <httpProtocol>
     <customHeaders>
       <clear />
       <add name="X-UA-Compatible" value="IE=EmulateIE6" />
     </customHeaders>
   </httpProtocol>
 </system.webServer>


All designs are fine but print /export not working in server
Posted
Updated 1-Jan-14 1:16am
v5
Comments
Nelek 1-Jan-14 6:59am    
Don't think we can read minds or do astral projections to see your monitor. If you need help, the least you could do is to add some relevant code to your question or to explain your problem in such a way, that the users of CP can understand it. Otherwise, nobody will be able to help you.

Please use the "improve question" and add relevant information or a piece of code envolved. There are thousands of ways to screw things up, how are we supposed to know which one did you choose?

I recommend you to read: What have you tried?[^] It is a very good explanation that will help you.
thatraja 1-Jan-14 7:21am    
Re-Re-Re-post from him
thatraja 1-Jan-14 7:23am    
Already I told you to post your question at Crystal reports forum. Not all people use IE11
ZurdoDev 1-Jan-14 10:17am    
Check with Crystal. If it is reproducible they likely know about it.
thatraja 2-Jan-14 6:41am    
He's not listening, he continues reposts.

1 solution

Change your setting so IE11 emulates IE9 as I do not think it will emulate IE6! Try this:

HTML
<add name="X-UA-Compatible" value="IE=EmulateIE9" />
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900