无法找到请求的.Net Framework 数据提供程序

发布于 2024-12-04 15:35:14 字数 435 浏览 0 评论 0原文

我已经构建了一个使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烙印 2024-12-11 15:35:14

您可以使用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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文