Visual Studio 2008 与 SSRS 2005 报表项目中出现错误
有没有人找到使用 Visual Studio 2008 打开或编辑 SSRS 2005 报表项目的好方法?
SQL Server 2008 工具会成为这些报表项目未来的迁移路径吗?我真的不想为了更新 SSRS 报告而永远安装 VS2005。
升级到 VS2008 后,包含 VS2005 SSRS 报告项目的现有解决方案将无法打开。据我了解,SQL Server 2005 工具不了解 VS2008,因此它们不会集成到 IDE 中。因此,目前我切换回 VS2005 以获取此项目的任何更新,并且每次在 2008 年打开解决方案时都会收到加载项目错误消息。
编辑解决方案: 我能够从 SQL2008 光盘安装 BDIS 的共享组件,现在能够在 VS2008 中打开和更新我的 SSRS 2005 .rdl 项目项。
其他人注意事项: 如果您在 VS2008 中编辑 SSRS 2005 报告并重新保存,您将无法再在 VS2005 中编辑它们,或将它们部署到 2005 服务器。它们被上转换为 2008 年报告文件。
Has anyone found a good workaound for opening or editing an SSRS 2005 report project with Visual Studio 2008 yet?
Will the SQL server 2008 tools be the migration path for these report projects in the future? I really dont want to have to keep VS2005 installed forever just to update SSRS reports.
After an upgrade to VS2008 an existing solution that contains a VS2005 SSRS reports project will not open. From what I understand the SQL Server 2005 tools dont know about VS2008 so they will not integrate into the IDE. So currently I switch back to VS2005 for any updates to this project, and get an error loading project message everytime I open the solution in 2008.
EDIT on solution:
I was able to install the shared component for BDIS from the SQL2008 disc and am now able to open and update my SSRS 2005 .rdl project items within VS2008.
Note to others:
If you edit your SSRS 2005 reports in VS2008 and re-save you will not be able to edit them in VS2005 anymore, or deploy them to a 2005 server. They are up-converted to 2008 report files.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不完全明白您想要什么样的“解决方法”......
为了在 Visual Studio 中创建和编辑 SSRS 报表项目,您基本上有两个选择:
安装“Business Intelligence Development Studio”组件从 SQL Server 2008 DVD 安装“Business Intelligence Development Studio”组件 - 这为您提供了全套可视化设计器以及在 Visual Studio 中创建和编辑 RDL 文件的所有内容
熟记 RDL 规范,以 XML 形式打开 RDL 文件,然后手动编辑它们 - 当然,开玩笑 - 这并不是一个真正的选择是吗?
那么 - 那么你到底想“解决”什么?
I don't fully understand what kind of "workaround" you want.....
In order to create and edit SSRS report projects in Visual Studio, you basically have two options:
install the "Business Intelligence Development Studio" components from your SQL Server 2008 DVD - this gives you the full suite of visual designers and everything to create and edit RDL files in Visual Studio
learn the RDL spec by heart and open the RDL files as XML and just manually edit those - joking, of course - this is not really an option, is it?
So - what exactly do you want to "work around" then??