VS 2005 Beta 2 - Visual Web Dev - set default language to C# from VB

On Visual Studio 2005 Beta 2 - Visual Web Developer How do I set the default language to C#? It seems to default to VB.
[120 byte] By [LorenJensen] at [2007-12-16]
# 1
Hi,

try to reset your ide settings to c# by using Tools->Import and Export Settings.

rgerbig at 2007-9-9 > top of Msdn Tech,Visual C#,Visual C# General...
# 2

I created a new ASP.net web site and must have left VB as the language. I can create a new one and choose C# this time.

LorenJensen at 2007-9-9 > top of Msdn Tech,Visual C#,Visual C# General...
# 3
The default language is based on the Profile you choose when you started VS 2005 the first time. If you choose the profile as VB.NET Developer then my default even the language selected for ASP.NET Projects would be VB.NET.

You can go to Import/Export settings tab and Reset the profile. Next time the IDE starts you can select the C# Developer and the default for ASp.NET Projects will be C#.

Regards,
Saurabh Nandu
www.MasterCSharp.com
www.AksTech.com

SaurabhNandu at 2007-9-9 > top of Msdn Tech,Visual C#,Visual C# General...