Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I open an .rptproj in Visual Studio 2010?

I have a Visual Studio 2010 solution that contains an .rptproj type of project. One of my colleagues is able to open that solution in Visual Studio 2010 SP1 just fine. I've seen it work. However, when I try to do it, I get

"this type of project is not supported by this version of the application"

I am able to open the solution from SQL Server Business Intelligence Studio 2008 just fine.

We both have VS2010 Ultimate SP1 and SQL Server 2008 R2 Enterprise. Full installs for both products. When you go to his Help -> About dialog on Visual Studio, it lists

  • SQL Server Analysis Services
  • SQL Server Reporting Services
  • and SQL Server Integration Services

On my VS2010, those do not show up, but they do on my the SQL Server BI Studio About dialog. I tried uninstalling everything and reinstallling it, but to no avail.

like image 551
GR7 Avatar asked Dec 21 '12 04:12

GR7


People also ask

How do I open an SSRS report in Visual Studio 2013?

SSRS is not a part of VS2013, it is part of SQL Server. You need the BI Dev Studio installed in order to be able to open SSRS projects (rptproj). It uses VS2013 just as a shell similar to what other products do... Z.D.

What is Rptproj?

rptproj type and is designed for the most recent versions of Microsoft Reporting Services. This included the Report Designer authoring environment, where you can open, modify, preview, save, and deploy Reporting Services paginated report definitions, shared data sources, shared datasets, and report parts.


2 Answers

What I had to to do is to install Business Intelligence Development Studio from SQL Server 2008 installer (specifically, I used 2008 R2). See the screenshot below.

That added the templates for SSRS to Visual Studio 2008.

Note, you have to have VS 2008 SP 1 installed (at least for SQL Server 2008 R2).

enter image description here

like image 122
Szymon Avatar answered Oct 05 '22 19:10

Szymon


SQL Server Data Tools is a free add on to Visual Studio / SQL Server that supports reporting projects, so this may give you what you need. I have only used it for Database projects and not reporting projects, so I am not certain if it will be the solution in this scenario, but give it a shot. When we upgraded to Visual Studio 2010 back in 2010, this did not exist, so we moved our reporting into a separate VS2008 solution, so that's always a (non-ideal) solution.

like image 24
David Marchelya Avatar answered Oct 05 '22 19:10

David Marchelya