Visual Studioでレポートビューアを実行すると、次のエラーが発生します。SSRS - レポートビューアのコンパイルエラー
============================================== =========================== コンパイルエラー
説明:この要求を処理するために必要なリソース。以下の特定のエラーの詳細を確認し、ソースコードを適切に変更してください。
Compiler Error Message: CS0433: The type 'Microsoft.Reporting.WebForms.ReportViewer' exists in both 'c:\Windows\assembly\GAC_MSIL\Microsoft.ReportViewer.WebForms\10.0.0.0__b03f5f7f11d50a3a\Microsoft.ReportViewer.WebForms.dll' and 'c:\Windows\assembly\GAC_MSIL\Microsoft.ReportViewer.WebForms\11.0.0.0__89845dcd8080cc91\Microsoft.ReportViewer.WebForms.DLL'
ソースエラー:
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
private global::Microsoft.Reporting.WebForms.ReportViewer @__BuildControlReportViewerSummary() {
global::Microsoft.Reporting.WebForms.ReportViewer @__ctrl;
私は.dllファイルを行方不明意味ということです?
ありがとうございます。