简体   繁体   English

使用SSRS 2005报表项目的Visual Studio 2008中出错

[英]Error in Visual Studio 2008 with SSRS 2005 report projects

Has anyone found a good workaound for opening or editing an SSRS 2005 report project with Visual Studio 2008 yet? 有没有人找到用Visual Studio 2008打开或编辑SSRS 2005报告项目的好工作呢?

Will the SQL server 2008 tools be the migration path for these report projects in the future? SQL Server 2008工具将来是否是这些报告项目的迁移路径? I really dont want to have to keep VS2005 installed forever just to update SSRS reports. 我真的不想永远安装VS2005只是为了更新SSRS报告。

After an upgrade to VS2008 an existing solution that contains a VS2005 SSRS reports project will not open. 升级到VS2008后,将无法打开包含VS2005 SSRS报告项目的现有解决方案。 From what I understand the SQL Server 2005 tools dont know about VS2008 so they will not integrate into the IDE. 根据我的理解,SQL Server 2005工具不了解VS2008,因此它们不会集成到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. 因此,目前我切换回VS2005以获取此项目的任何更新,并在每次我在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. 编辑解决方案:我能够从SQL2008光盘安装BDIS的共享组件,现在我可以在VS2008中打开和更新我的SSRS 2005 .rdl项目项目。

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. 其他人注意:如果您在VS2008中编辑SSRS 2005报告并重新保存,则无法再在VS2005中编辑它们,或将它们部署到2005服务器。 They are up-converted to 2008 report files. 它们被上转换为2008年的报告文件。

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: 为了在Visual Studio中创建和编辑SSRS报表项目,您基本上有两个选项:

  • 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 从SQL Server 2008 DVD安装“Business Intelligence Development Studio”组件 - 这为您提供了完整的可视化设计器套件以及在Visual Studio中创建和编辑RDL文件的所有内容

  • 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? 学习RDL规范并将RDL文件作为XML打开,只需手动编辑 - 当然是开玩笑 - 这不是一个真正的选择,是吗?

So - what exactly do you want to "work around" then?? 那么 - 你到底想要什么“解决”呢?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM