vote up 1 vote down star

I've forgotten how to switch programming languages in Visual Studio 2008. I need to switch from C++ to C#. Help!

flag
have you got VS 2008 for C# installed? sorry I'm using the individual packages (Express Editions) so I install them one by one - and there's no switch for that. – thephpdeveloper Sep 23 at 9:50
Need more clues to solve this case... – Gishu Sep 23 at 9:53

2 Answers

vote up 1 vote down

Do you mean you want to switch the key-mappings ?
Main menu > Tools > Options > Environment > Keyboard
Use the dropdown that says Apply keyboard mapping scheme.. to switch from C++ to C#

link|flag
vote up 0 vote down
  1. Choose Tools -> Import and Export Settings...
  2. Select Reset All Settings and click Next
  3. Select whether you would like to save the current settings and click Next
  4. Select the settings you want to use and click Finish
link|flag
Thank you for your reply. Just to explain further, when I first installed Visual Studio, it asked which programming language I wanted to use. I set it to Visual C++. Now I want to change that setting to Visual C#. Your answer seems right, so I'll try that. – Jimmy Sep 23 at 10:26
You are welcome... Happy to help !!! :) – Mahin Sep 23 at 12:10

Your Answer

Get an OpenID
or

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