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.
girizh
Member
302 Points
404 Posts
Using Microsoft.Reporting.Webforms error..
Jun 30, 2012 06:10 AM|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 :)
Basquiat
Contributor
2382 Points
634 Posts
Re: Using Microsoft.Reporting.Webforms error..
Jun 30, 2012 09:22 AM|LINK
Did you edit your webconfig as described here ?
girizh
Member
302 Points
404 Posts
Re: Using Microsoft.Reporting.Webforms error..
Jul 01, 2012 04:40 AM|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 :)