[mono-android] problem inserting data in Sql Server in release mode
Jonathan Pryor
jonp at xamarin.com
Wed Oct 3 14:55:47 UTC 2012
On Oct 3, 2012, at 3:18 AM, HemSingh <simply.hem at gmail.com> wrote:
> Edit: I am getting System.NotSupportedException:
Unfortunately the edit doesn't contain a stack trace.
I will guess that your Release app does not have the INTERNET permission, which present by default in Debug builds (for the debugger) but not Release builds. Please check your Project Properties and ensure that the INTERNET permission is enabled.
- Jon
More information about the Monodroid
mailing list