不包含静态' Main'适合入口点的方法

时间:2014-10-11 07:48:03

标签: asp.net

我在MS Visual Studio中复制了多文件上传任务。我运行程序得到错误我已经解决了UI使用system.web现在m得到1错误"键入' _Default'已经定义了一个名为Page_Load的成员,它具有相同的参数类型" 在Dis Code中,我更改了d默认名称

public partial class _Default : System.Web.UI.Page 
{
    protected void Page_Load(object sender, EventArgs e)
    {

    }
}

现在我收到错误  'c:\Users\trainee-dotnet\Desktop\MultipleFilesUpload\obj\x86\Debug\ConsoleApplication.exe不包含适用于入口点的静态Main方法。

0 个答案:

没有答案