.RDLC和VS2010
我有一个类库项目,然后添加一个新的空报告.rdlc,编译时抛出此错误
“报告定义无效。详细信息:报告定义具有无效的目标命名空间“http://schemas.microsoft.sqlserver.reporting/2008/01/reportdefinition”,无法升级”
这不能是报表查看器,因为它是dll,我应该怎么修复它?
还安装了reportviewer 2010
I have a classlibrary project, then add a new empty report .rdlc, when compiled throw this error
"The report definition is not valid. Details: the report definition has an invalid target namespace 'http://schemas.microsoft.sqlserver.reporting/2008/01/reportdefinition' which cannot be upgraded"
This cannot be the reportviewer because is a dll, what should do i for fix it?
the reportviewer 2010 is also installed
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我今天遇到了类似的问题,我找到了解决方案 此处。谢谢吉姆·拉弗勒。
我的“C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\ReportingServices\Microsoft.ReportingServices.targets”文件已更改
在顶部是:
它应该是:
I had a similar issue today and I found solution here. Thanks Jim Lafler.
My "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\ReportingServices\Microsoft.ReportingServices.targets" file had changed
In the top was:
and it should have been:
尝试更改命名空间。在文本/xml 编辑器中打开 .rdlc 文件并将命名空间更改为
Try changing the namespace. Open your .rdlc file in text/xml editor and change the namespace to