You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to build Tasky with Xamarin Studio 5.7, but I have an error when building for iPhone (iOS Device).
The build for iOS Simulation works fine. Though, as a indie license holder, I seem not to be able to use the SQLClient feature, I had to run on demo mode.
It seems like that SQLProvider asks the dll that I can't make the reference of it.
Compiling to native code
...
error MT2002: Failed to resolve "System.Configuration.ConfigurationException" reference from "System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
I tried to build Tasky with Xamarin Studio 5.7, but I have an error when building for iPhone (iOS Device).
The build for iOS Simulation works fine. Though, as a indie license holder, I seem not to be able to use the SQLClient feature, I had to run on demo mode.
It seems like that SQLProvider asks the dll that I can't make the reference of it.
I posted a question on stackOverflow.
http://stackoverflow.com/questions/28222281/using-f-sharp-data-sqlprovider-on-ios
I tried again with rebuilding and using the new SQLProvider, but got the same error.
The text was updated successfully, but these errors were encountered: