what is Visual Studio 2010 Shell?
Asked Answered
H

2

11

Is Shell an Visual Studio edition just like express, professional etc ?

I had VS2010 Shell installed on my machine but was not able to open many projects in it. Can any one help please. Never headred about this edition.

Haddington answered 26/9, 2013 at 4:19 Comment(0)
H
11

Visual Studio Shell is a base for developing some parts of IDEs. If you want, you can use it to create your own programming environment instead of starting from the zero.

All Visual Studio (C#, C++, VB.Net, Web), shares some of the shell functions, implementing the environment specific on each one, and configuring bunch of parameters on the shell.

Some 3rd party uses Visual Studio Shell too, like Atmel Studio.

More about: http://msdn.microsoft.com/en-us/library/vstudio/bb685612.aspx


Note: I don't think you will open any project in the shell itself, it will open under the correct implemented IDE troght a selector application and its registered IDEs.

Housemaster answered 26/9, 2013 at 4:21 Comment(1)
sorry I did not get it. What is difference in environment and edition ? Are not all edition environments ? Why I am not able to load some projects in it.Haddington
F
0

Couldn't explain it better than Diego could. I would like to add that to open projects you'll also need visual studio (and the correct shell) installed. The shell just adds some additional tooling etc...

Fauteuil answered 6/11, 2014 at 11:31 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.