We're trying to build our app for Windows 10 64 bit (it works on 32 bit).
Get this exception at startup in MainPage() when we try to instantiate the app (xxx.App app = new xxx.App())
Message = "System.NotImplementedException: The method or operation is not implemented.\r\n at Windows.UI.Xaml.Setter.get_Value()\r\n at Xamarin.Forms.Platform.WinRT.WindowsResourcesProvider.GetStyle(Object nativeKey)\r\n at Xamarin.Forms.Platform.WinRT.WindowsR...
Should we be able to use the same version for Xamarin.Forms from Nuget for 64 bit?
We're using Xamarin.Forms version 1.4.3.6372.
Appreciate any suggestions or information about the error message