4

I started with Xamarin just a couple weeks ago and downloaded the sample applications from the official site and start looking for some cross-platform examples, especially in the database field. But I can´t get the MWC application to work on WP7 (VS2010). It 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 others...

我已经安装了 Xamarin 试用版和 Windows Phone SDK。我在这里错过了什么?

提前致谢!

4

1 回答 1

0

也许您需要来自SqlLite.net 项目网站的最新代码。?

于 2013-09-17T15:04:08.377 回答