Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

After installing Visual Studio 2008, I have chosen Visual C++ but instead I wanted to choose C# environment. How do I change it from C++ to C# environment?

share|improve this question

2 Answers

Tools -> Import and Export Settings -> Import Selected Environment Settings... -> Make selection whether to save current settings -> Select C# under the default setting folder

share|improve this answer
To add on, if you want to retain your current color scheme, under 'Environment' deselect "Fonts and Colors". This will retain all current color schemes. Recommend scanning other selections as well in case there is a customization you would like to keep, because selecting the "C#" environment essentially takes you back to default settings for everything. – atconway May 17 '12 at 20:43
I don't see have any options under Default settings for c#. – chemicalkt Jul 25 '12 at 2:02

You could also perform from the command line:

devenv /resetsettings

And then choose all over again when prompted.

Note: I prefer "General Developer Settings" is you are going to do development in different technology areas (C++, C#, VB, etc).

share|improve this answer
Thank you for this answer. Very helpful. So I could create a link for each of commonly used configurations. – artyom.stv Oct 1 '11 at 22:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.