Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / Languages / SQL

Fixed ~ Error Installing SQL 2008 Business Intelligence Studio and Related Features

0.00/5 (No votes)
27 Jul 2011CPOL 13.5K  
Fixed ~ Error Installing SQL 2008 Business Intelligence Studio and Related Features

If you try to install/add feature SQL 2008 Business Intelligence Studio to a machine with VS2008 having installed to a different location than the default, you will most probably get the following error:

img_screen_01

In order to install BI Studio 2008 properly, please do the following:

Find the folder which contains 'devenv.exe' (I have installed Visual Studio in 'D:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE'):

Copy and paste the 'devenv.exe.config' file to the following location:

  • 64-BitC:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE
  • 32-BitC:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE

And now you proceed with the installation without any issue.

After installation, copy everything from 'C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE' (where you copied the 'devenv.exe.config') and paste it to the directory where you have VS2008 (In my machine, it's 'D:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE'.)

And if you run Visual Studio 2008, you can see that the Business Intelligence Projects are now available.

img_screen_02_a

Sometimes, you will be prompted to locate the 'devenv.exe' when opening the Business Intelligence Development Studio. Please adjust the shortcut or you can use the 'Visual Studio 2008' IDE.

img_screen_03

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)