Cannot Create C# WebForm

  • Thread starter Thread starter james.curran
  • Start date Start date
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?
 
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.
 
Back
Top