I've installed successfully Visual Studio 2010. Initially,I choosed from startup list (when I launched Visual studio, the list shows Visual C++,Visual C#,Visual Basic,etc.).

I've choosed Visual Basic. I created project,I programmed and I closed the project and after that, I closed Visual Studio.

When I want to start Visual Studio with same list (I want to be in Visual C++ mode) but it doesn't appear and Visual Studio redirect me automatically to Visual Basic mode.

What should I do to select different mode in Visual Studio ?

link|improve this question

25% accept rate
feedback

1 Answer

You mean you set the Visual Studio Environment to Visual Basic. You now need to set to VC++

I think you will need to reset the Environment Settings. To do that:

  1. Open Visual studio.
  2. Go to -> Tools -> Import Export Settings...
  3. Select Reset All Settings.Press Next.
  4. Select Yes save my current settings and press Next.
  5. Select the desired Environment settings.
  6. Press Finish.
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.