Skip to content
Yan Grenier edited this page Jan 27, 2016 · 1 revision

Xamarin iOS: Exception System.TypeInitializationException

Swiss Ephemeris files use the code page 1252. By default on Xamarin iOS this code page is not defined.

To defined it, you need to activate the "west" extra encoding, as explains in this article http://developer.xamarin.com/guides/ios/advanced_topics/localization_and_internationalization/encodings/.

Clone this wiki locally