Quantcast
Channel: Internet Explorer 8, 9, 10, 11 forum
Viewing all articles
Browse latest Browse all 10469

IE10 Unable to get property 'PageRequestManager' of undefined or null reference

$
0
0

Hi,

We are trying to embedd a Reporting Services report within a simple webpage. It works fine in Firefox and Chrome, but not in IE (at least not in IE10 64bit).

We get a script error saying: Unable to get property 'PageRequestManager' of undefined or null reference


Sample code;

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>Reporting Services Test</title>
</head>
<body>
    <a href="http://SERVER/ReportServer_SQL2008/Pages/ReportViewer.aspx?%2fDefaultUsers&rs:Command=Render&DefaultClientID=2&rc:Parameters=false" target="" >Link </a>
    <br />
    <iframe src ="http://SERVER/ReportServer_SQL2008/Pages/ReportViewer.aspx?%2fDefaultUsers&rs:Command=Render&DefaultClientID=2&rc:Parameters=false" width="800" height="600" />
    <br />

</body>
</html>

Anyone having some idea why?

Security settings, other settings?

/Erik


Erik Lidman


Viewing all articles
Browse latest Browse all 10469

Trending Articles