Error: The type exists in both directories

前端 未结 19 2002
北恋
北恋 2020-12-14 14:13

In a MVC2 project I moved a file from App_code to Content folder and compiled it. Then move it back again to App_Code and then changed its Build Action to \"Compile\". Now I

19条回答
  •  遥遥无期
    2020-12-14 14:50

    TRY THIS ONE!

    Normally, when this happen locally, i clean all the aspnet temp folder. But recently it was happing when i published my website in Azure. So "clean temp aspnet folder" was not a solution.

    After searching on the internet, i founded this:

    Clear Temp ASP.NET files from Azure Web Site

    It works for me!

提交回复
热议问题