ASP.NET ReportViewer Google Chrome CPU usage

Posted by Phil on Stack Overflow See other posts from Stack Overflow or by Phil
Published on 2009-11-23T17:21:31Z Indexed on 2010/05/25 8:51 UTC
Read the original article Hit count: 699

Hello,

We have found an interesting issue between ASP.NET 3.5 and ReportViewer with Google Chrome. Our set of pages work fine until a ReportViewer control displays a report.

Google Chrome then eats up 50% of the CPU doing nothing it seems.

I've extracted the ReportViewer control to a blank Web Forms project to confirm its that control and not a rogue bit of my code.

I'm using ReportViewer in local mode (RDLC file) so I presume its the 2005 version?

Anyone seen this before and have a solution?

Phil

Edit: Google Chrome 3.0.195.33 on Vista Business x64

Edit 2: Added bounty for help fixing this

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about reporting-services