无法在 VS 2010 SP1 中打开 SQL CE 4 数据库

发布于 2024-10-16 09:15:34 字数 390 浏览 1 评论 0原文

根据“The Gu”,在VS 2010 SP1(http://weblogs.asp.net/scottgu/archive/2011/01/11/vs-2010-sp1-and-sql-ce.aspx)中我应该能够打开 SQL CE 4 数据库。

但是,当我尝试执行此操作时,出现以下错误:

“连接所需的数据提供者 无法复制到本地数据文件 成立。该文件被添加到 通过类型化 DataSet 进行项目 与该文件关联的将不会 生成”

后跟错误:

"The operation could not be completed"

请注意,这是针对 ASP.NET MVC 项目的。

According to "The Gu", in VS 2010 SP1 (http://weblogs.asp.net/scottgu/archive/2011/01/11/vs-2010-sp1-and-sql-ce.aspx) I should be able to open SQL CE 4 databases.

However, when I try to do this I get the following error:

"The data provider required to connect
to the local data file could not be
found. The file be added to the
project by the typed DataSet
associated with the file will not be
generated"

followed by the error:

"The operation could not be completed"

Note that this is for an ASP.NET MVC Project.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

血之狂魔 2024-10-23 09:15:34

SQL Compact 4 提供程序工具存在一些限制,如下所述(在 SQL Server Compact 4.0 未启用的方案下)- http://blogs.msdn.com/b/sqlservercompact/archive/2011/01 /12/microsoft-sql-server-compact-4-0-is-available-for-download.aspx
除了服务包之外,您还必须在顶部安装 SQL Server Compact 4 工具 - http://erikej.blogspot.com/2010/12/visual-studio-tools-for-sql-server.html

There are some limitations in the SQL Compact 4 provider tooling, described here (under Scenarios not enabled by SQL Server Compact 4.0) - http://blogs.msdn.com/b/sqlservercompact/archive/2011/01/12/microsoft-sql-server-compact-4-0-is-available-for-download.aspx
In addition to the service pack, you must install the SQL Server Compact 4 tools on top - http://erikej.blogspot.com/2010/12/visual-studio-tools-for-sql-server.html

泡沫很甜 2024-10-23 09:15:34

我的“解决方案”只是在网络矩阵中打开数据库来更改架构。

也许这只是 VS 2010 SP1 测试版的问题。

My "solution" was just to open the database in web matrix to alter the schema.

Perhaps this was just an issue with the beta of VS 2010 SP1.

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