I have a C# Android app that connect to a SQL Server database. I noticed that if I build in Release mode, the connection to the database is not working. But if I build in Debug mode, it works fine. What could be causing this?
I already set the user permission
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> <uses-permission android:name="android.permission.INTERNET" />
And this is my settings
And this is my Sql Server connection
I solve the issue by setting up the
Linkers properties to SDK ASSSEMBLIES ONLY
and
Additional support encodings to MIDEAST,WEST
2.1m questions
2.1m answers
60 comments
57.0k users