My app runs happily on Windows 8.1 and on a preview build of Windows 10, but on the release build of Windows 10, the XF Application constructor throws the following exception. Has anybody else encountered this? Is there some way of overcoming this?
System.NotImplementedException was unhandled by user code
HResult=-2147467263
Message=The method or operation is not implemented.
Source=Windows.UI.Xaml
StackTrace:
at Windows.UI.Xaml.Setter.get_Value()
at Xamarin.Forms.Platform.WinRT.WindowsResourcesProvider.GetStyle(Object nativeKey)
at Xamarin.Forms.Platform.WinRT.WindowsResourcesProvider.GetSystemResources()
at Xamarin.Forms.Application..ctor()
at MyApp.App..ctor()
at MyApp.StoreAppWindows.MainPage..ctor()
at MyApp.StoreAppWindows.MyApp_StoreAppWindows_XamlTypeInfo.XamlTypeInfoProvider.Activate_4_MainPage()
at MyApp.StoreAppWindows.MyApp_StoreAppWindows_XamlTypeInfo.XamlUserType.ActivateInstance()
InnerException:
Many thanks,
John H.