Share via


Changing Configuring settings of Visual Studio to C# enviornment from C++ environment..

Question

Monday, April 5, 2010 8:39 AM

Hi, I installed Visual Studio(2008) and by mistake I selected C++ environment while starting the Visual Studio first time. Could you please tell me how to reset the default configuration to C# environment instead of C++ environment. Thanks in advance.

 

 

All replies (4)

Tuesday, April 6, 2010 8:31 AM âś…Answered | 13 votes

Hi Yodeepak,

Thank you for your post.

To restore VS IDE settings, please go to Tools menu >> Import and Export Settings >> Reset all settings. Then follow the wizard and select "Visual C# Development Settings" as default setting.

Hope this helps! If you have any concern, please feel free to let me know.

Best regards,
Yichun ChenPlease remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.


Monday, December 31, 2012 1:01 PM | 2 votes

Is this the same for visual studio 2012? Is there another way to change the development settings without resetting VS?


Thursday, March 28, 2019 5:24 PM

Hello it still says c++ for me


Friday, March 29, 2019 12:27 AM

It definitely changes for me. Solution Explorer switches over to the right (C++ has it to the left), the various C++ windows, like Property Manager are under View-Other Windows rather than being under View.

Are you sure you hit finish instead of accidentally hit cancel?

This is a signature. Any samples given are not meant to have error checking or show best practices. They are meant to just illustrate a point. I may also give inefficient code or introduce some problems to discourage copy/paste coding. This is because the major point of my posts is to aid in the learning process.