Visual studio 2010 installation to use silverlight application

0

I have to learn working on Silver light application of VS2010. I have never used VS Studio before. When i try to install VS 2010 from this link http://www.microsoft.com/en-us/download/details.aspx?id=23691 . It gives an error that "Setup has detected that this computer doen't meet the requirement to install this software The following blocking issues must be resolved before you can install microsoft VS2010 service pack1 soft. package"and inside the menu I have

"Installation Requirements:

A compatible version of Visual Studio 2010 was not detected on the system. This update is designed for only the Microsoft Visual Studio 2010."

I have installed nothing prior to this VS 2010 installation unsuccessful try. Could any one please answer following questions ?

  1. What should i install prior to this vs 2010 installation ?

  2. Currently i have checked in "Uninstall a program of Window 7" I have nothing installed like SDKs etc.I even don't what is it used for ?Why do we need it ?

  3. Actually if VS 2010 is installed successfully then i have to work on silver light using c# and xaml. Could anyone please suggest me appropriate version installation according to my work ? Thanks in advance foe all this help.

user234839

Posted 2014-02-24T12:50:12.650

Reputation: 109

Visual Studio is in version 2013. Have you tried that yet? Try it from this link http://www.visualstudio.com/downloads/download-visual-studio-vs

– StBlade – 2014-02-24T14:17:24.370

@StBlade I have first installed VS 2010 Express (c#) from this link http://www.visualstudio.com/en-us/downloads#d-2010-express then installed service pack 1 from this link http://www.microsoft.com/en-us/download/details.aspx?id=23691 (everything installed properly yet) But when i try to install Silverlight Tools from this link http://www.microsoft.com/en-us/download/details.aspx?id=28358 then it gives error that:

– user234839 – 2014-02-24T14:22:56.430

"Setup has detected that this computer doesn't meet the requirement to install this software The following blocking issues must be resolved before you can install Microsoft silverlight 5 Tools for Visual studio 2010 SP1 software update" and below it gives : "Installation Requirements: The Visual Web Developer feature for Visual Studio 2010 SP1 must be installed before installation can continue. " – user234839 – 2014-02-24T14:23:28.650

Have you installed the the Visual Web Developer also? Silverlight may depend on the Web Developer part being there. – StBlade – 2014-02-24T14:29:15.413

No i am doing that nowm But do i need to uninstall c# edition before that ? – user234839 – 2014-02-24T14:31:38.573

I don't think so. Just make sure that you apply the service pack 1 to the Visual Web developer also. – StBlade – 2014-02-24T14:33:54.627

No answers