upgraded
Visual Stuidio 中开发 RDLC 时 报错 namespace “XX” cannot be upgraded
错误原因: nuget 包 引入错了 ,之前引入的是 Microsoft.ReportViewer.Common,Microsoft.ReportViewer.Winforms 等包
正确的应该是 Microsoft.ReportingServices.ReportViewerControl.Winforms 这个包。
引入以后不会再报这个 namespace ‘’ cannot be upgraded 错误了。
Visual Stuido 2017 Enterprise ,RDLC 插件 版本 14.02