首页 > 代码库 > c# 指定的存储区提供程序在配置中找不到,或者无效
c# 指定的存储区提供程序在配置中找不到,或者无效
<system.data> <DbProviderFactories> <remove invariant="System.Data.SQLite"/> <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite"/> </DbProviderFactories> </system.data>
打開app.config,複製上面一段放在<connectionStrings>上面
運行可能會出現“找不到或無法加載已註冊的.net framework data provider”
只要引用sqlite的dll文件就行了
c# 指定的存储区提供程序在配置中找不到,或者无效
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。