Error: The type exists in both directories

前端 未结 19 1997
北恋
北恋 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:54

    Try cleaning your solution and then try to rebuild. Visual Studio probably still has reference to the old dll after it created the new dll.

提交回复
热议问题