Hi everyone,
I've faced with a problem. My app sends requests to a SOAP server and then receives and maps responses to entity classes. Everything is ok when I run app in Debug mode (don't link assemblies, use Shared Mono runtime). But "Object reference not set to an instance of an object" message appears in Release mode.
I've noticed that release build was successful on Windows 7, Xamarin 4.2.2 and mono-android-4.10.02014. But I want to support ART runtime now, so I have latest Xamarin and mono-android builds: Xamarin 4.2.4 and mono-android-4.12.03003, OS Windows 8.1.
Does anybody faced with this problem? How can I resolve it? Sorry for such stupid question - I'm newbie in Xamarin and have no idea what I should do.
Thanks