无法找到请求的.Net Framework 数据提供程序
我已经构建了一个使用 EF 和 SQLCE4 的 wpf 应用程序。
在我的本地开发机器上一切正常,但是当我将其打包并安装在测试机器上时,我不断收到此错误
内部预期 System.ArgumentException:无法找到请求的 .Net Framework 数据提供程序。可能无法安装。 在System.Data.Common.DbProviderFactories.GetFactory(字符串providerInvariantName) 在System.Data.EntityClient.EntityConnection.GetFactory(字符串providerString)
我已经安装了 SQLCE4 应用程序以及 .net4 客户端和 .net4 客户端。扩展框架。
以前有人遇到过这个问题吗?
I have built a wpf application that is using EF and SQLCE4.
Everything works fine on my local dev machine however when I package it up and install on a test machine I keep getting this error
Inner Expection System.ArgumentException: Unable to find the requested .Net Framework Data Provider. It may not be installed.
at System.Data.Common.DbProviderFactories.GetFactory(String providerInvariantName)
at System.Data.EntityClient.EntityConnection.GetFactory(String providerString)
I have installed the SQLCE4 application and both .net4 client & extended frameworks.
Has anyone run into this problem before?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用NuGet包管理器1.5(适用于VS 2010 SP1)并首先下载SQL CE 4包。
然后将包添加到您的项目中,并重建它。
有关 SQL Server CE 4 的 Nuget 的信息:
http://www.nuget.org/List/Packages/SqlServerCompact
关于使用 Nuget: http://docs.nuget.org/
You can use NuGet package manager 1.5 (for VS 2010 SP1) and download the SQL CE 4 package first.
And then add the package to you project, and rebuild it.
For info about SQL Server CE 4's Nuget:
http://www.nuget.org/List/Packages/SqlServerCompact
On using Nuget: http://docs.nuget.org/