Error while trying to run project:The module was expected to contain an assembly manifest

后端 未结 6 506
谎友^
谎友^ 2020-12-03 21:43

When I try to run the project it says:

Error while trying to run project:could not load file or assembly \'Project.exe\' or one of its depend

6条回答
  •  情话喂你
    2020-12-03 22:03

    I have the same problem when I use Vs2012 utimate to publish Asp.net Mvc4, then upload dll to server. I fixed it by build code as Release mode then upload all dll in bin folder to server.

提交回复
热议问题