I'm trying to repeat the example shown here (https://developer.xamarin.com/guides/xamarin-forms/application-fundamentals/navigation/master-detail-page/). However, there is a Xamarin.Forms.Xaml.XamlParseException error when I try to compile it. (Position 7:6. Type local:MasterPage not found in xmlns clr-namespace:TestApp;assembly=MasterDetailPageNavigation). My project called "TestApp". Namespace is called similarly. Please, explain what my mistake is?
↧