Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting default language from VB to C# 1

Status
Not open for further replies.

jrenae

Programmer
Jan 18, 2006
142
US
I'm switching from using Visual Studio 2003/VB.NET to Visual Studio 2005/C# and am having a hard time getting started. How do I change the default language for web apps from VB.NET to C#? Is this the right forum? I couldn't find a Visual Studio forum.

Thank you
 
Step 1. Tools > Import and Export Settings...

Step 2. "Import Selected Environment Settings"

Step 3. "No, import settings, overwrite.."

Step 4. Pick "Visual C# Development Settings", or "Visual Basic Development Settings", or whichever Default Settings you want to change the default language to.

Step 5. *Clear* the checkbox next to "All Settings". Now you're importing nothing at all, and overwriting nothing at all.

Step 6. Check "All Settings > General Settings > New Project Dialog Preferred Language". Now your importing just that one setting, and leaving everything else as-is.
 
Thank you TipGiver! I knew it had to be in those environment settings somewhere!
 
Hi... I have VS2003 Professional.. I am not seeing Import and Export settings under the Tools menu. Am I missing something?

Thanks...

Jim
 
In the embedded web explorer and at the Start Page, click the tabpage 'My Profile'.
 
(Tools) >
(Options..) >
(Environment | General) >
(At Startup: select 'Show Start Page')
 
Sorry to be a pain, but I have that option set and I still don't see the Import/Export option.. :(
 
What does the shot start page option have to do with it? I have that set. There is NO Import/Export on the Tools menu
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top