标签:table ble logs orm phone 字符串 mvc string rect
观察后发现项目中数据库的存放位置不正确.
Web项目添加到App_Data文件夹下, 文件始终不复制
Web.Config文件下的连接字符串
1 <add name="SQLiteconnectionStrings" connectionString="Data Source=|DataDirectory|Phonelocal.db" providerName="System.Data.SQLite" />
注: 加 |DataDirectory|
项目在使用第三方的ORM时,就可以找到SQLite文件了.
解决ASP.NET MVC 下使用SQLite 报no such table的问题
标签:table ble logs orm phone 字符串 mvc string rect
原文地址:http://www.cnblogs.com/yunfeng83/p/6689485.html