Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

AppResources.ResourceManager.GetString Producing NullReference Exception

$
0
0

Recently having an issue with GetString()

translation = AppResources.ResourceManager.GetString("SomeInvalidString",CultureInfo.CurrentCulture);

Is producing a Nullrefence exception.. In fact.. even if I wrap it as follows its abending my app.

                try
                {
                    translation = AppResources.ResourceManager.GetString("SomeInvalidString",CultureInfo.CurrentCulture);
                }
                catch
                {
                }

Anyone else noticing this?


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>