在 VS 2008 中编辑 SSRS 2005 报告
我有一个在 Visual Studio 2005 中创建的旧报表服务器项目。报表被部署到 SSRS 2005 服务器。
当我在 Visual Studio 2008 中打开此项目时,它会转换项目文件,然后当我尝试部署任何报告(来自 Visual Studio 2008)时,我遇到此错误:
报告定义无效。详细信息:报表定义具有无效的目标命名空间 http://schemas.microsoft。 com/sqlserver/reporting/2008/01/reportdefinition',无法升级。
我是否可以在 Visual Studio 2008 中编辑和部署报表文件而无需升级它们。这将使我不必在我的新笔记本电脑上安装 Visual Studio 2005。
I have an old Report Server Project created in Visual Studio 2005. The reports are deployed to an SSRS 2005 Server.
When I open this project in Visual Studio 2008 it converts the project file and then when I try and deploy any of the reports (from Visual Studio 2008) I encounter this error:
The report definition is not valid. Details: The report definition has an invalid target namespace http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded.
Is there anyway I can edit and deploy my report files in Visual Studio 2008 without upgrading them. This would save me having to install Visual Studio 2005 on my new laptop.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,无法使用 VS 2008 编辑 SQL 2005 报告文件。这就是为什么我们仍然在这里安装 VS 2005。
As far as I know there is no way of editing SQL 2005 Report files with VS 2008. That's why we still have VS 2005 installed here.