Hi,
I have visual studio 2005 and the ASP .NET 2 templates.
The site compiles and runs fine and I've been able to add my own page template in C# but I can't find a way to create anything new for coding in visual basic (ie page/usercontrol/masterpage etc...). (the language option is not available on the new item screen as if C# is the only option?)
Any ideas?
Many thanks,
Seb
You can't mix c# and vb in the same project. When you create a project you can choose vb or c#.
The only way to create templates or user controls in vb is to create another project and compile it into a separate assembly.
No, I have developed sites in VB.Net, you just need to create a new VB project and work from there. There are also a few VB.NET <-> C# converters on the web also that will convert any C# code for you from the samples if you need.