Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/sqlite/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 尝试在Windows Phone应用程序中使用Sqlite时遇到问题_C#_Sqlite_Windows Phone 8 - Fatal编程技术网

C# 尝试在Windows Phone应用程序中使用Sqlite时遇到问题

C# 尝试在Windows Phone应用程序中使用Sqlite时遇到问题,c#,sqlite,windows-phone-8,C#,Sqlite,Windows Phone 8,在我的Windows Phone应用程序中,我为Windows Phone添加了Sqlite的引用,但当我尝试在我的MainPage.xaml.cs中使用Sqlite添加它时,它显示找不到类型或命名空间。有人知道怎么解决吗 使用Sqilte看起来像是打字错误。这可能是你的问题吗?VS在我尝试包含它时会突出显示…@fooserNamespaces和类型也区分大小写,因此如果Sqlite不适合你,请尝试使用Sqlite。我没有那么懒,我之前做过,但没有区别@福泽

在我的Windows Phone应用程序中,我为Windows Phone添加了
Sqlite的引用
,但当我尝试在我的
MainPage.xaml.cs
中使用
Sqlite
添加它时,它显示找不到
类型或命名空间。有人知道怎么解决吗


使用Sqilte
看起来像是打字错误。这可能是你的问题吗?

VS在我尝试包含它时会突出显示…@fooserNamespaces和类型也区分大小写,因此如果Sqlite不适合你,请尝试使用Sqlite。我没有那么懒,我之前做过,但没有区别@福泽