Arrie
Arrie

Reputation: 1337

Visual Studio 2013 Report Definition is not valid using RDLC report

i cant build my reports anymore, i have no ides what might have changed.

i am referencing the C:\Program Files (x86)\Microsoft Visual Studio 12.0\ReportViewer\ dll, and still i get this errer :

Error 24 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.

i have tried alot of things, but just wont work (some links i used) :

Visual Studio 2010: The report definition is not valid. Details: The report definition has an invalid target

http://beatheadagainstwall.blogspot.com/2011/03/invalid-target-namespace-when-deploying.html

Visual Studio 2013 Crashed While add a DataSet in RDLC report

if anyone can please give me an idea how to get this to work please help ive been struggeling 2 days with this issue.

Upvotes: 0

Views: 772

Answers (1)

Nadeem Anjum
Nadeem Anjum

Reputation: 1

RDLC report was generated in VS2008 and you are trying to compile in VS2013 which is not a valid schema definition for VS2013.

Compile in VS2008 or upgrade you rdlc report from VS2008 to VS2013.

Upvotes: 0

Related Questions