Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Below error I am getting in IE11 edge mode only for asp.net with vb applications. crystalreports using and in IE8 working fine., Kindly suggest me on this. the default page is smismain.aspx when click submit in smismain.aspx and it will redirect to smisreports.aspx. in smisreports.aspx i am getting below error. please help me on this.
i tired below things but not resolve please help me any one very urgent.

"CrystalReportViewer - crvReports Error: Fail to render the page, please help me on this very urgent.

XML
1.  By using meta tag
<meta http-equiv="X-UA-Compatible" content="IE=10"/>

2.  By adding javascript
if (version = /MSIE (\d+\.\d+)/.exec(navigator.userAgent))
{
    isIE = true;
browserVersion = parseFloat(version[1]);
}

3.  By using impersonate option
<identity impersonate="true" userName="" password=""
>
Posted
Updated 25-Feb-15 19:30pm
v2

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



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