Hey all,
I just updated my xamarin forms version from 4.2 to 4.3.
When I try to run my UWP application, I get a splash screen and I get the following exception
$exception {"Could not find Windows Runtime type 'Microsoft.UI.Xaml.Controls.XamlControlsResources'.":"Microsoft.UI.Xaml.Controls.XamlControlsResources"} System.TypeLoadException
in my uwp's app.xaml.cs Xamarin.Forms.Forms.Init(e)
I went through the process of cleaning my solution, reinstalled the nugut packages, and deleting my bin and object folders. Still no luck.
After some research, this is from the Microsoft.UI.Xaml.dll which should be packaged in UWP by default.
Has anyone experience this issue before?