尝试测试我的报告,然后错误消息显示:
未处理的类型异常 ' Microsoft.Reporting.WinForms.LocalProcessingException'发生在 Microsoft.ReportViewer.WinForms.dll 附加信息:本地报告处理期间发生错误。"
我知道为什么会遇到这样的错误?!
答案 0 :(得分:0)
您正在使用VS2010
,InnerException
表示:
The report definition is not valid. Details: The report definition has an invalid target namespace 'schemas.microsoft.com/sqlserver/reporting/2008/01/…; which cannot be upgraded.
因此,您必须使用ReportViewer
的正确10.0
库。