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

binary tree problems with solution

Implement Queue Using two Stacks – JavaScript algorithm

Finding missing numbers from billion sequential number list file

Check if two strings are anagrams or not

Implementing tokenizer and adding tokens to the linked list

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

Kadane’s algorithm in C – Dynamic Programming

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

testing k complementary pairs algorithm with junit

find longest word in the sentence

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

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

*
*