You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
I am trying to load different resources for my app based on some preprocessor condition.
However, when starting the application, it fails throwing the following exception:
Xamarin.Forms.Xaml.XamlParseException: 'Position xx:xx. StaticResource not found for key [some resource key here]'
The exception does also occur when setting the conditional namespace at ResourceDictionary level: <DEBUG:ResourceDictionary>...</DEBUG:ResourceDictionary>
The text was updated successfully, but these errors were encountered:
I am trying to load different resources for my app based on some preprocessor condition.
However, when starting the application, it fails throwing the following exception:
Xamarin.Forms.Xaml.XamlParseException: 'Position xx:xx. StaticResource not found for key [some resource key here]'
Code looks like this:
The exception does also occur when setting the conditional namespace at
ResourceDictionary
level:<DEBUG:ResourceDictionary>...</DEBUG:ResourceDictionary>
The text was updated successfully, but these errors were encountered: