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

后端 未结 9 1199
心在旅途
心在旅途 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-28 23:55

    I have got the same error but then I found out that I typed small m instead of capital M in Main method

提交回复
热议问题