I get this error: Error CS0103 The Name "InitializeComponent" when I create a new blank project in Xamarin for Visual Studio

0

I have created a new blank project in Xamarin for Visual Studio, but, all the default code has errors like error CS0103,

Error CS0103 The Name "InitializeComponent" does not exist in the current context XamaTask.Android, XamaTask.iOS, XamaTask.UWP C: \ Users \ M \ source \ repos \ XamaTask \ XamaTask \ XamaTask \ MainPage.xaml.cs 14 Active     

If I clean or clean the project, even more errors are added only with variations, such as

The type or namespace "App" does not exist in the current context.
    
asked by Gerardo Martinez 24.07.2018 в 04:57
source

0 answers