SSRS Report stucks at loading IE 11

user3268139 picture user3268139 · Feb 20, 2014 · Viewed 23.3k times · Source

We are running SQL Server 2008 R2. All these reports were working fine until we upgraded IE from 10 to 11. Every time we run a report, it will just stuck at loading forever.

Tried changing the document mode to other versions.

Answer

Lynn Crumbling picture Lynn Crumbling · Feb 20, 2014

Per the OP, add the site to Compatibility View.

It's also possible that the browser detection needs to be updated on the server side for .Net per this blog article. Basically, there's a hotfix for ASP.Net 4.0 and one for ASP.Net 3.5sp1 and ASP.net 2.0 that you need to apply. Alternatively, you can update to ASP.Net 4.5 which will also fix the 4.0 issue.