Skip to content Skip to sidebar Skip to footer

Element Is Not Of Type Xamarin.forms.view When Starting Blank Xaml App

It's began after Xamarin updating After creating Xamarin forms (Blank Xaml App) project in VS2015 I'm trying to start this project in debug mode with out any changes. And, in the t

Solution 1:

Thanks to everybody! Here is the solution of the problem:

  1. To Upgrate Xamarin.Forms Nuget Package of all project to lastest version ( 2.3.2.127) and it is need restart your VS2015.

  2. To clean build of Android project.

  3. Run Android project and it work fine.


Solution 2:

In my case, I solved it by cleaning and then rebuilding the whole solution.

Nevertheless, I guess it should work by doing that only with the Xamarin.Droid Project.


Post a Comment for "Element Is Not Of Type Xamarin.forms.view When Starting Blank Xaml App"