Error trying to use a local report with SQL Server 2008 R2
-
Hi, I've built a brand new application written in C# with VS2010 and I'm getting an error with my .rdlc file that states: 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. e:\test\test1\test1\Report1.rdlc test1 This is a local report, not a server based report. I can create different reports against the data base using Report Builder with no issues. Note, I'm NOT trying to transport the files between Report Builder and VS2010. Am I forced into using Report Builder Server reports once I install SQL Server 2008 R2? I would like to get this work as a local report and I'm not sure what is wrong. Any help is greatly appreciated. Thank you,
Glenn