I deployed an ASP.NET 2.0 application to production today (works fine in test). I have a reportviewer control in an ASPX webform. Upon launching a report via the webform, I get an SSRS toolbar with no icons on it, and no report. Hovering over I get the error "this.Controller is null or not an object."
I've seen this posting [http://otkfounder.blogspot.com/2007/11/solving-reportviewer-rendering-issue-on.html][1] [1]: http://otkfounder.blogspot.com/2007/11/solving-reportviewer-rendering-issue-on.html but I've not found any postings related to running this on IIS6/Windows 2003.
We do have this running on a similar test server, Windows 2003, IIS6, and the same code executes without problems and the report displays. We must be missing something simple. .NET Framework 3.5 is installed on the production server (and test)
Can anyone assist?