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

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

    I had a caching issue when I encountered this error.

    To get this fixed, simply uninstall last version of Xamarin.Forms package and reinstall a previous working version.

    When the rebuild is successful, then update the package again to the latest version.

提交回复
热议问题