Previous releases of Microsoft Visual Studio 2008 failed error

Previous releases of Microsoft Visual Studio 2008 failed error

While you are trying to install MS SQL Server 2008 on the machine which already has Visual studio, you might come up with this problem.

Here is the remedy.
Go to command prompt and move to the MS SQL Server installation DVD like:
C:…>E: – assuming your DVD drive letter is ‘E’
Then provide the following command:
SETUP /action=install /skiprules=vsshellinstalledrule
While you are installing, you might come up with error message but pass it selecting ok.

The other solution might be the trivial one – uninstall VS and install MS SQL Server then install VS – :-(
I hope it will help a lot.

See how you would solve these known algorithm problems

Find K Complementary numbers from array Java implementation

Find the pairs that makes K Complementary in the given array java solution

testing k complementary pairs algorithm with junit

Find the first occurence of number in the sorted array

Find longest palindrom from sequence of characters

Java solution for checking anagram strings – tell if phrases are anagrams

Flatten nested javascript array

binary tree problems with solution

Changing decimal number to its binary equivalent

Implement Queue Using two Stacks – JavaScript algorithm

5 Comments
  1. Lakshmanan

    “SETUP /action=install /skiprules=vsshellinstalledrule” ,,
    the above command worked for me ,, thank u for the help !!!

  2. Smijith

    “SETUP /action=install /skiprules=vsshellinstalledrule” ,,
    this command worked for me. thanx

  3. Anh Nguyen

    Thanks for your support

  4. Rajesh

    Thanks a lot

  5. doug spencer

    in the words of Meg Ryan “Yes, Yes, Yes!!!”, timothy leary: “Yippie, Hippie!”

Leave a Reply to Lakshmanan Cancel reply

Your email address will not be published. Required fields are marked *

*
*