I have already build project on .NET 4, VS 2010. But for some reason I need to change it to point to .NET 3.5 VS 2008.
For that I right click on projects and in Project Properties I selected Targer Framework to .NET 3.5. By doing so I am getting following error.
There are many rdlc report files in my project that is giving error :
The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded.
this version is for visual studio 2010, please use visual studio 2008 reportviewer dll.
Can you tell exact version number of the dll to refer. My rdlc report is not opening, it is containing some html tags insteed of having design.
Actually, the project is already running on VS 2010. I created new project in VS 2008 and added existing items from the earlier project. But that is giving error.
Member
12 Points
37 Posts
The report definition is not valid. Details: The report definition has an invalid target namespa...
Apr 02, 2013 02:46 PM|jackWyu|LINK
Hi,
I have already build project on .NET 4, VS 2010. But for some reason I need to change it to point to .NET 3.5 VS 2008.
For that I right click on projects and in Project Properties I selected Targer Framework to .NET 3.5. By doing so I am getting following error.
There are many rdlc report files in my project that is giving error :
The report definition is not valid. Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded.
Following is code snippet of my axpx page :
The rdlc files that were previously containing design, now contains some html codes representing errors.
Can anyone please help me.
Contributor
4954 Points
1726 Posts
Re: The report definition is not valid. Details: The report definition has an invalid target nam...
Apr 02, 2013 04:44 PM|thirumaran007|LINK
pelase have this previus thread , you may have some idea about your problem
http://forums.asp.net/t/1822587.aspx/1
With Friendly,
Thirumaran
Member
12 Points
37 Posts
Re: The report definition is not valid. Details: The report definition has an invalid target nam...
Apr 04, 2013 08:51 PM|jackWyu|LINK
Hi,
that did'nt helped. Please anyone clearly help how to resolve this problem.
The above post was also unsolved.
Contributor
4954 Points
1726 Posts
Re: The report definition is not valid. Details: The report definition has an invalid target nam...
Apr 04, 2013 08:56 PM|thirumaran007|LINK
Microsoft.ReportViewer.WebForms, Version=10.0.0.0
this version is for visual studio 2010, please use visual studio 2008 reportviewer dll.
With Friendly,
Thirumaran
Member
12 Points
37 Posts
Re: The report definition is not valid. Details: The report definition has an invalid target nam...
Apr 05, 2013 12:08 PM|jackWyu|LINK
Can you tell exact version number of the dll to refer. My rdlc report is not opening, it is containing some html tags insteed of having design.
Actually, the project is already running on VS 2010. I created new project in VS 2008 and added existing items from the earlier project. But that is giving error.
Can anyone please help regarding this.