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
I came across this error when;
ContentPage-cs+xaml
and the App-cs+xaml
from the project without actually deleting it. This was fixed by;
.xaml
file of the class in which the issue is present.properties
.Build action
select "Embedded Resource"Custom Tool
type "MSBuild:UpdateDesignTimeXaml"