Parser Error: '_Default' is not allowed here because it does not extend class 'System.Web.UI.Page' & MasterType declaration

后端 未结 10 1281
说谎
说谎 2020-12-09 07:22

I recently converted a website project to a web application project in Visual Studio 2008. I finally got it to compile, and the first page (the login screen) displayed as n

10条回答
  •  庸人自扰
    2020-12-09 08:14

    Remember.. inherits is case sensitive for C# (not so for vb.net)

    Found that out the hard way.

提交回复
热议问题