But it seems to have 2 problems. Getting error on 2 things-
1. Using Microsoft.Reporting.Webforms
Error 1 The type or namespace name 'Reporting' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\Users\USER\Documents\Visual Studio 2010\Projects\NorthwindReports\NorthwindReports\DAL\ProductRepository.cs 5 17 NorthwindReports
2. Public class ProductRepository : IProductRepository
Error 1 'NorthwindReports.DAL.ProductRepository' does not implement interface member 'NorthwindReports.DAL.IProductRepository.GetCategories()'. 'NorthwindReports.DAL.ProductRepository.GetCategories()' cannot implement 'NorthwindReports.DAL.IProductRepository.GetCategories()' because it does not have the matching return type of 'System.Linq.IQueryable'. C:\Users\USER\Documents\Visual Studio 2010\Projects\NorthwindReports\NorthwindReports\DAL\ProductRepository.cs 9 18 NorthwindReports
I added reference of Microsoft.Reporting.Webforms by right clicking the website and then adding. Yet it is showing the error.
Member
174 Points
331 Posts
Using Microsoft.Reporting.Webforms error..
Jun 30, 2012 02:10 AM|girizh|LINK
Hello ...
Trying to create simple report using examples.
I used this site-
http://weblogs.asp.net/rajbk/archive/2010/05/09/creating-an-asp-net-report-using-visual-studio-2010-part-1.aspx
But it seems to have 2 problems. Getting error on 2 things-
1. Using Microsoft.Reporting.Webforms
2. Public class ProductRepository : IProductRepository
I added reference of Microsoft.Reporting.Webforms by right clicking the website and then adding. Yet it is showing the error.
Mark As Answer if it helps you :)
Participant
1848 Points
899 Posts
Re: Using Microsoft.Reporting.Webforms error..
Jun 30, 2012 05:22 AM|Basquiat|LINK
Did you edit your webconfig as described here ?
Member
174 Points
331 Posts
Re: Using Microsoft.Reporting.Webforms error..
Jul 01, 2012 12:40 AM|girizh|LINK
Hi,
I am still receiving same error. Could you please help me in finding errors in this web.config file?
Mark As Answer if it helps you :)