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

后端 未结 9 1169
心在旅途
心在旅途 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:04

    Check the properties of App.xaml. Is the Build Action still ApplicationDefinition?

提交回复
热议问题