convert SQL Reporting Services project (.rptproj) to VS 2010

I have an .rptproj that works with VS 2008, but I can't convert it to VS 2010

This link seems to confirm the issue but provides no options:

https://connect.microsoft.com/VisualStudio/feedback/details/532664/cannot-open-a-sql-reporting-services-rptproj-file?wa=wsignin1.0

Any suggestions or new info on this?


I know this is a rather old thread, however it's one of the first ones I come across when I tried to fix this exact same issue with VS2008 rptproj files.
I've found a solution that worked perfectly, and it came from here: Are SSRS Reports supported in Visual Studio 2010 or 2012?

Here's the copy/paste of the instructions, which I modified only in that I used SQL Express fine:

I got reports and a report project (.rtproj) to work in Visual Studio 2010 with SQL Server 2008 R2! It will presumably work in any combination of VS 2010/2012 with SQL Server 2008 (R2) or SQL Server 2012.

  • Install Visual Studio 2010 PLUS SP1.
  • Install SQL Server Data Tools (SSDT)
  • Install SQL Server 2012 with Data Tools and Reporting Services. (I used the Express version)
  • Now I can use Visual Studio 2010 for editing and deploying reports, even to SQL Server 2008 R2 (and likely other versions).

    For older SQL Server Reporting Service versions there is still a question of whether there is anything new or unsupported in the VS10/12 report editor project.


    Not gonna happen... any time soon

    http://lwoodyiii.wordpress.com/2010/08/10/reporting-services-projects-in-vs-2010/


    You must install either Visual Studio 2008 or SQL Server 2008 Business Intelligence Design Studio and use that to directly open a Report Server project, bypassing any solution file that previously included the report project. You can continue to use Visual 2010 for the rest of your solution.

    -Taken from https://connect.microsoft.com/VisualStudio/feedback/details/532664/cannot-open-a-sql-reporting-services-rptproj-file?wa=wsignin1.0

    链接地址: http://www.djcxy.com/p/85080.html

    上一篇: Resharper 6的已知问题

    下一篇: 将SQL Reporting Services项目(.rptproj)转换为VS 2010