Program does not contain a static 'Main' method suitable for an entry point

后端 未结 9 1170
心在旅途
心在旅途 2020-11-28 23:40

Suddenly my whole project stopped compiling at all, showing the following message:

Program \'path_to_obj_project_folder\' does not contain a static \'

9条回答
  •  醉梦人生
    2020-11-29 00:01

    As what, I guess pixparker wanted to say, but remained to be not clear enough, for me at least, do ensure that... All "Other Projects" have an "Output Type" of "Class Library" selected while... Only "One Project" being selected as either "Window Application" or "Console Application" output.

提交回复
热议问题