I have some coden that does an HttpWebRequest to a remote web server.
A debug build works correctly in the emulator, but a release build
consistently throws a WebException containing the message
'NameResolutionFailure'. The exception is thrown when I call
GetResponse() on the HttpWebRequest object,
Hi,
I'm having a problem with subclassing AsyncTask<>. I think this may be
related to a known Mono for Android bug.
I have a class that subclasses AsyncTask<> and implements
RunInBackground() and OnPostExecute(). This
compiles and deploys, but a release build fails at run time (on
emulator or rea