I'm trying to determine how to open/edit existing SQL Server Reporting Services (SSRS) 2005 report projects (.rptproj) and reports (.rdl) with Visual Studio 2008, without having to install SQL Business Intelligence Development Studio (BIDS) 2005.

link|improve this question

12% accept rate
feedback

5 Answers

up vote 8 down vote accepted

You cannot. Check this forum posting which has a reponse from Microsoft.

Yes, it was an active decision that the 2008 design evironments would not support continuous backwards compatability but would rather be a one way upgrade. This was not a casual decision and it is understood how it can be an impact.

You can read the entire posting for more details on why you are unable to use VS2008 for SSRS 2005 projects. Very annoying, but I guess I can understand why they had to make that decision. Just about the only reason I have VS2005 on my dev machine now is for Reporting Services projects since our company is not going to be upgrading to SQL Server 2008 anytime soon.

link|improve this answer
2  
That links appears to 404. I found a more recent copy here – culix Mar 2 '10 at 22:53
feedback

That is just ridiculous.

We are still running SQL2005 here, with no plans to upgrade soon. Given the state of the economy we don't have a lot of cash flow for server upgrades without a really good reason.

The developers have been able to upgrade to Visual Studio 2008, but we have to still keep VS2005 on our machines so we can edit old SSRS and SSIS packages.

At one time we had some developers with THREE versions of Visual Studio on their machines. Can't wait for Visual Studio 2010 to see what they left out in that version, maybe we'll be able to have FOUR versions on our machines. That's not stupid at all!

link|improve this answer
Yes, if you don't convert your 2005 projects to 2008, you will have to have three versions of VS.NET on your machines if you upgrade to 2010. It's NUTS. – Dave Markle Apr 16 '10 at 15:01
What is the actual issue you are complaining about? BIDS (the VS IDE + BI dev tools) is a free download, there is no costs for that. Is it that you have to spend some disk space on having all 3 or 4 versions together? – Robert MacLean Nov 29 '10 at 10:51
feedback

I'm not sure about editing SSRS projects with VS2008, but I know you can use SQL Server 2008 Report Designer. You can create new reports and edit old reports as well. It will be automatically upgraded once you open them in the designer.

http://windowsitpro.com/article/articleid/98925/sql-server-2008s-report-designer-preview.html

link|improve this answer
I meant to specify that I was editing existing reports vs. creating new. Thanks for your answer, though! – Troy DeMonbreun Oct 8 '08 at 17:53
Like I said in my answer, you can ALSO edit existing reports. Older report formats can be automatically upgraded by opening them in the designer. – jinsungy Oct 8 '08 at 17:55
The reports need to stay as SSRS 2005 reports. – Troy DeMonbreun Oct 8 '08 at 17:58
ah... good luck.. – jinsungy Oct 8 '08 at 18:03
feedback

Do you just not have access to a copy of VS2005? If so, you can try opening the project in VS2005 Exrpess. Not sure if it will work or not, since I haven't done it or have SSRS projects to test with.

link|improve this answer
I'd prefer not to install VS 2008 and DIBS 2005 (basically VS 2005) on the same computer yet be able to edit SSRS 2005 the way I can edit .NET 2.0 code. I'd rather avoid the bloat, SP upgrades, extra mem usage, etc. of having both side by side. – Troy DeMonbreun Oct 8 '08 at 18:08
feedback

Wow this would be a lot easier to swallow if purchasing VS2008 gave you, by default, rights to all previous versions.

Oh well, long live the internet, the eula, corporate greed and other American inventions...

link|improve this answer
AFAIK, BIDS is licensed with SQL - if the developers have a CAL for SQL 2005 (or you have a CPU license), they're entitled to use BIDS. It doesn't make it less annoying though. – Sam Aug 31 '09 at 7:03
You can uses the BIDS which comes included in SQL Express for free, in addition to the free stand alone report designer tool. – Robert MacLean Nov 29 '10 at 10:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.