Visual Studio and SQL Server - correct installation sequence?

Posted by cdonner on Stack Overflow See other posts from Stack Overflow or by cdonner
Published on 2010-03-18T21:09:34Z Indexed on 2010/03/18 21:11 UTC
Read the original article Hit count: 730

I am rebuilding my development machine. This issue is not new to me, but I don't remember the solution. I started with VS 2008 Pro, then SQL 2008 Developer, then the SQL SP1, then VS SP1. The result is that I cannot open SSIS projects (see the error below). What is the correct order so that I can avoid the installation of SQL Server Express and still have all the features working?

---------------------------
Microsoft Visual Studio
---------------------------
Package Load Failure

Package 'DataWarehouse VSIntegration layer' has failed to load properly ( GUID =
{4A0C6509-BF90-43DA-ABEE-0ABA3A8527F1} ). Please contact package vendor for 
assistance. Application restart is recommended, due to possible environment 
corruption. Would you like to disable loading this package in the future? You 
may use 'devenv /resetskippkgs' to re-enable package loading.
---------------------------
Yes   No   
---------------------------

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about sql-server