Converting a .rptproj from VS2005 to VS2008 - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T22:13:27Z http://stackoverflow.com/feeds/question/56256 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/56256/converting-a-rptproj-from-vs2005-to-vs2008 2 Converting a .rptproj from VS2005 to VS2008 John Nolan 2008-09-11T10:53:15Z 2008-11-02T02:02:00Z <p>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? </p> <p>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.</p> http://stackoverflow.com/questions/56256/converting-a-rptproj-from-vs2005-to-vs2008/56301#56301 1 Answer by Justin Davies for Converting a .rptproj from VS2005 to VS2008 Justin Davies 2008-09-11T11:27:17Z 2008-09-11T11:27:17Z <p>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.</p> <p>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.</p> http://stackoverflow.com/questions/56256/converting-a-rptproj-from-vs2005-to-vs2008/80205#80205 0 Answer by Peter Wone for Converting a .rptproj from VS2005 to VS2008 Peter Wone 2008-09-17T05:11:43Z 2008-09-17T05:11:43Z <p>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.</p>