Link to home
Start Free TrialLog in
Avatar of zachvaldez
zachvaldezFlag for United States of America

asked on

adding C# to VS Studio

How would I add C# to VS 2010? currently I default into Vb.
Avatar of joshbula
joshbula

File --> New Project (or New Website)

Click "Installed Templates", expand "Visual C#" and choose the type of C# project you are creating.  

If Visual C# is not an option, you can try the command:

devenv /installvstemplates

Or you may need to re-run the installer for Visual Studio.
Avatar of zachvaldez

ASKER

I dont have C# as option under Installed templates only VB. Id  like to add it there?
Close all instances of Visual Studio. Open the visual studio command prompt, and type this command:

devenv /installvstemplates
Id like to learn C#. I already have various VB programs .

what does this devenv /installvstemplates
do?
I dont want to lose any programs. thanks
this does not work..devenv /installvstemplates
ASKER CERTIFIED SOLUTION
Avatar of cubaman_24
cubaman_24
Flag of Spain image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial