up vote 5 down vote favorite
share [g+] share [fb]

I've got my brand new VS2008 and decided to convert my main solution from VS2005. One of the projects is a SQL2005 reporting services project. Now that I've converted I cannot load it in VS2008. Is there anyway around this?

My problem is that my solution is a hybrid and has websites libraries and reports in there. Separating it out breaks the logic the solution entity.

link|improve this question

71% accept rate
feedback

2 Answers

up vote 1 down vote accepted

Visual Studio 2008 does not support the 2005 business intelligence projects, so if you have not done so already don't uninstall 2005 Business Intelligence! You can continue to maintain those projects independently in VS2005.

SQL Server 2008 Business Intelligence will integrate with VS2008 so you will require that and an upgrade to your existing reporting project to use in VS2008.

link|improve this answer
I don't want to upgrade to BIDS 2008... – John Nolan Sep 11 '08 at 11:35
feedback

To obtain BI2008 you must install MSSQL2008. When you have done so, you may find the project will load. If it doesn't, create a new report project and add existing RDL files to it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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