Error "The name" InitializeComponent "does not exist in the current context" in every Xamarin.forms project I create

1

From scratch, ALL of my projects are giving the error

  

The name "InitializeComponent" does not exist in the current context (CS0103)

When they are created. I do not need to change anything, the error comes for free.

As I researched, I tried to fix it by cleaning up the solution, retrieving nuget packages and recompiling, but it's not working!

Error Image:

What can I do?

    
asked by anonymous 05.06.2018 / 17:37

1 answer

0

Problem should be Xamarin.forms, you have to outdate the namaret of xamarin.forms. Usually when there are new updates my project has the same error. I can resolve to downgrade xamarin.forms to the previous version and reopen the project.

    
07.06.2018 / 19:01