【问题标题】:Visual Studio 2013 Report Definition is not valid using RDLC reportVisual Studio 2013 报表定义在使用 RDLC 报表时无效
【发布时间】:2015-02-24 07:17:02
【问题描述】:

我不能再建立我的报告了,我不知道可能发生了什么变化。

我正在引用 C:\Program Files (x86)\Microsoft Visual Studio 12.0\ReportViewer\ dll,但我仍然得到这个错误:

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.

我尝试了很多东西,但都不起作用(我使用了一些链接):

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

如果有人能告诉我如何让它工作,请帮助我在这个问题上苦苦挣扎了 2 天。

【问题讨论】:

    标签: c# visual-studio-2013 report rdlc reportingservices-2005


    【解决方案1】:

    RDLC 报告是在 VS2008 中生成的,您正在尝试在 VS2013 中编译,这不是 VS2013 的有效架构定义。

    在 VS2008 中编译或将您的 rdlc 报告从 VS2008 升级到 VS2013。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-11-25
      • 2011-02-14
      • 2016-08-12
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多