Cannot Create C# WebForm

J

james.curran

I know this is a bit off-topic here, but I wasn't getting any help on
the Visual Studio newsgroup.


I've recently created a new VS2005 Web Project, by reading in an
existing website (mostly ASP with some C# ASP.NET v1.1). I've seemed
to
adequately converted it to .Net 2.0.

The problem come when I tried to add a new page. I right-click and
choose "Added Item...". If I leave the language selection set to
VB.Net, the list of templates includes WebForm. However, if I set it
to C#, WebForm disappears as an option.


I figure I've got some configuration setting set wrong. Any ideas on
how I put this right?
 
P

Peter Kirk

I know this is a bit off-topic here, but I wasn't getting any help on
the Visual Studio newsgroup.


I've recently created a new VS2005 Web Project, by reading in an
existing website (mostly ASP with some C# ASP.NET v1.1). I've seemed
to
adequately converted it to .Net 2.0.

The problem come when I tried to add a new page. I right-click and
choose "Added Item...". If I leave the language selection set to
VB.Net, the list of templates includes WebForm. However, if I set it
to C#, WebForm disappears as an option.


I figure I've got some configuration setting set wrong. Any ideas on
how I put this right?

Hi there

I don't really know if this applies to your problem, but I recently had
troubles creating web forms and controls and so forth (compounded by the
fact I'm not an expert in that area anyway), but I found out that there is
an extra "plugin" to VS2005 which made it easier for me:

http://msdn.microsoft.com/asp.net/reference/infrastructure/wap/default.aspx


Peter.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top