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

后端 未结 6 515
谎友^
谎友^ 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:06

    IN my case it get fixed by just going to project properties and set-->startup object projectname.program and build->platform target--> x86.

提交回复
热议问题