Please forgive me for the simple question because I'm a newbie and I'm trying SQL Reporting service for the first time EVER.
The more I read online, the more I'm confused. My setup is this.
VS2010 / SQL 2005 / IIS 6 / ASP.NET 4.0
I created my first report using SQL 2005 and it works great from the report server.
I'm trying to run this report in my aspx page using a reportviewer control. As soon as I put a reportviewer control on my page, this gets generated in web.config but it's cuasing the below error. All I did was put the control on the page. I haven't even changed anything to the control yet.
Parser Error Message: Could
not load file or assembly 'Microsoft.ReportViewer.WebForms,
Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or
one of its dependencies. The system cannot find the file specified.
Source Error:
Line 85: <add assembly="Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
Line 86: <add assembly="System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
View Complete Post
|