3

当我从 Visual Studio 2015 运行我的代码时,它会出错并且构建失败。

当我构建或重建或清理解决方案时,没有错误,但是当我通过单击“开始”按钮运行它时,它失败了。它是一个桌面应用程序。

我在错误列表中看不到任何错误。

当我将错误日志文件的详细程度从最小更改为详细时,我可以在输出窗口中看到以下失败错误。

2>Output file "obj\Debug\RdlCompile.compiled" does not exist.
2>Using "RdlCompile" task from assembly "Microsoft.ReportViewer.WebForms, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91".
2>Task "RdlCompile" (TaskId:27)
2>  Task Parameter:
2>      Sources=
2>          Reports\ReportPreviewDetailsSubreport.rdlc
2>          Reports\Report Preview Details.rdlc
2>          Reports\Report Preview.rdlc
2>          Reports\Report1.rdlc
2>          Reports\Report_Graph.rdlc
2>          Reports\Report_NoData.rdlc (TaskId:27)
2>  Task Parameter:StateFile=obj\Debug\RdlCompile.cache (TaskId:27)
2>  Task Parameter:TimeStampFile=obj\Debug\RdlCompile.compiled (TaskId:27)
2>  Output Item(s): FileWrites=obj\Debug\RdlCompile.cache (TaskId:27)
2>  Output Item(s): FileWrites=obj\Debug\RdlCompile.compiled (TaskId:27)
2>Done executing task "RdlCompile" -- FAILED. (TaskId:27)
4

4 回答 4

1

我也有这个问题。

我能够通过卸载 Microsoft RDLC Report Designer 扩展来纠正它。禁用它是不够的。

于 2019-04-16T16:17:59.027 回答
1

希望我还不算晚。我遇到了这个臭名昭著的问题,并且能够通过以下步骤解决它

  1. 将输出详细程度更改为诊断(在工具 - 选项 - 项目和解决方案 - 构建和运行下,有 MSBuild 项目构建输出详细程度组合框)
  2. 从MicrosoftRdlcReportDesignerforVisualStudio重新安装了 Microsoft RDLC Report Designer 扩展!
  3. 重建解决方案。

我从其他答案(如 Visual Studio 2017 社区构建失败)中获取了参考,但没有显示任何错误

于 2019-04-17T13:19:00.760 回答
1

在 VS 2017 中有同样的问题。卸载并重新安装 VS 2017 为我解决了这个问题。

于 2019-04-12T14:48:13.033 回答
0

对于 Visual Studio 2017,重新安装 vsix for RDLC Report Designer 有效!花了10个小时试图弄清楚这一点。

于 2019-04-19T18:21:47.183 回答