Problems Starting MWC Application for WP7

I started with Xamarin just a couple of weeks ago and downloaded sample applications from the official site and started looking for cross-platform examples, especially in the database field. But I can not get the MWC application to work on WP7 (VS2010). This shows me the following errors:

  The best overloaded method match for 'Community.CsharpSqlite.Sqlite3.sqlite3_open (string, ref Community.CsharpSqlite.Sqlite3.sqlite3)' has some invalid arguments   
 File: SQLite.cs 
 Line: 2497  
 Project: MWC.Core.WP7
  The best overloaded method match for 'Community.CsharpSqlite.Sqlite3.sqlite3_open_v2 (string, ref Community.CsharpSqlite.Sqlite3.sqlite3, int, string)' has some invalid arguments
 File: SQLite.cs  
 Line: 2502
 Project: MWC.Core.WP7

Among the others...

I have already installed the trial version of Xamarin and the SDK for Windows Phone. Am I missing something here?

Thanks in advance!

+4
source share
1 answer

Perhaps you need the latest code from the SqlLite.net website.

0
source

Source: https://habr.com/ru/post/1437421/


All Articles