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?
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.
|
|
|
Tools -> Import and Export Settings -> Import Selected Environment Settings... -> Make selection whether to save current settings -> Select C# under the default setting folder |
|||||
|
|
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). |
|||
|