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

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

    Just in case anyone is having the same problem... I was getting this error, and it turned out to be my in my App.xaml file. I had a resource outside my resource dictionary tags, and that caused this error.

提交回复
热议问题