Could not load type 'WebApp1._Default' in ASP.NET

前端 未结 6 1614
清酒与你
清酒与你 2020-12-10 15:26

When I am running my ASP.NET application I will get an error

Server Error in \'/\' Application.

Parser Error Description: An error occurred during the

6条回答
  •  [愿得一人]
    2020-12-10 16:05

    Please try under "Project Settings/Build" set OutputPath to "bin\" not "bin\debug". this was my problem.

提交回复
热议问题