Xamarin.Forms - InitializeComponent doesn't exist when creating a new page

前端 未结 30 2266
不知归路
不知归路 2021-01-30 12:36

I\'m using Visual Studio to try out Xamarin.Forms. I\'m trying to follow the guide: http://developer.xamarin.com/guides/cross-platform/xamarin-forms/xaml-for-xamarin-forms/getti

30条回答
  •  隐瞒了意图╮
    2021-01-30 13:05

    Ultimate solution would be to edit the project file in a text editor and just copy the pattern from another non-conflicting file. This solution worked for me. Usually, you would look for this syntax:

    
      YourContentPage.xaml
    
    

提交回复
热议问题