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

前端 未结 30 2301
不知归路
不知归路 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:00

    If you get intellisense errors such InitializeComponent in your Xamarin.Forms pages but the project actually builds and runs fine, just add a new Forms page using the wizard to fix all errors...

    Then you can delete that new page.

提交回复
热议问题