Hello,
I have an app on the app store which was compiled with Mono. It uses the open source TZ4NET .dll for time zone operations. I am able to compile the app and run it however the following line which references the TZ4NET library fails. I've tried both the dll and using the code itself and it fails. TZ4NET - http://www.babiej.demon.nl/Tz4Net/main.htm
OlsonTimeZonefromZone = OlsonTimeZone.GetInstanceFromOlsonName("Etc/UTC");
Bellow is the error which I am getting. Any help...
IL2CPP - No constructor found for System.Resources.RuntimeResourceSet
I have an app on the app store which was compiled with Mono. It uses the open source TZ4NET .dll for time zone operations. I am able to compile the app and run it however the following line which references the TZ4NET library fails. I've tried both the dll and using the code itself and it fails. TZ4NET - http://www.babiej.demon.nl/Tz4Net/main.htm
OlsonTimeZonefromZone = OlsonTimeZone.GetInstanceFromOlsonName("Etc/UTC");
Bellow is the error which I am getting. Any help...
IL2CPP - No constructor found for System.Resources.RuntimeResourceSet