【问题标题】:RDLC File returning LocalProcessingException ErrorRDLC 文件返回 LocalProcessingException 错误
【发布时间】:2014-03-06 15:44:23
【问题描述】:

当我尝试渲染 .rdlc 文件时,我收到了一个

LocalProcessingException 未被用户代码处理

我查看了我的C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\ReportingServices\Microsoft.ReportingServices.targets 文件,上面写着:

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <UsingTask TaskName="Microsoft.Reporting.RdlCompile" 
              AssemblyName="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>"

我正在使用 Visual Studio 2010 并以 .NET Framework 4.0 为目标。当我深入研究错误时,我发现了错误:

报告定义无效。
详细信息:报告定义的目标命名空间“http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition”无效,无法升级。

任何帮助将不胜感激。

谢谢。

【问题讨论】:

    标签: c# .net xml visual-studio-2010 rdlc


    【解决方案1】:

    我重新检查了我的更改,发现我无意中将 RDLC 转换为 RDLC 2008,这反过来又导致了错误。

    【讨论】:

      猜你喜欢
      • 2019-01-26
      • 1970-01-01
      • 2019-07-05
      • 2016-06-08
      • 1970-01-01
      • 1970-01-01
      • 2012-01-15
      • 1970-01-01
      • 2019-02-22
      相关资源
      最近更新 更多