Error: The type exists in both directories

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

    There might be two classes with same name "Helper" in your solution/project. Change name of one of them and then rebuild

提交回复
热议问题