Skip to content
(31) 98739-9637
< All Topics
Print

Application.Resources StaticResource not found for key

The reason this wasn’t working was due to be omitting the call to InitializeComponent (); in the App constructor which is required when creating the App.xaml and associated code behind.

fonte:
https://forums.xamarin.com/discussion/31872/application-resources-staticresource-not-found-for-key

Tags:
Sumário
Back To Top