Visual Studio - MDF 文件 - 无法加载数据提供程序

发布于 2024-10-11 14:33:50 字数 223 浏览 3 评论 0原文

我的 Visual Studio 项目中有一个 MDF 文件。 在我的笔记本电脑上,我可以双击它,它会在服务器资源管理器的 Visual Studio 窗口中打开。

如果我在办公室的电脑上尝试此操作,我会收到“无法加载由 Guid 标识的数据提供程序”

我刚刚重新安装了 VS2010,但无济于事。SQL

Express 2008 已安装并正在运行。

有什么想法吗?

I have an MDF File in a Visual Studio project.
On my laptop, I can double click on this, and it opens up in a Visual studio window, in Server Explorer.

If I try this on my pc in the office, i get "Data provider identified by Guid '' could not be loaded

I've just re-installed VS2010, to no avail.

SQL Express 2008 is installed and working.

Any ideas?

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

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

发布评论

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

评论(1

一袭白衣梦中忆 2024-10-18 14:33:50

我遇到了一个对我有用的解决方案。我在使用 .sdf 文件(SQL Server Compact Edition)时遇到了这个问题。

  1. 关闭 Visual Studio 的所有实例;
  2. 编辑 %AppData%\Microsoft\VisualStudio\10.0\ServerExplorer\DefaultView.SEView (可能位于“%AppData%\Roaming”下)并删除与错误提供程序的连接。如果您不知道哪个提供程序出现故障,只需删除该文件
  3. 打开 Visual Studio 并尝试打开您的 .mdf 或 .sdf 文件

此解决方案来自此站点: http://connect.microsoft.com/VisualStudio/feedback/details/552006/无法在服务器资源管理器中创建数据连接

I've come accross a solution that worked for me. I had this problem with an .sdf file (SQL Server Compact Edition).

  1. Close all instances of Visual Studio;
  2. Edit %AppData%\Microsoft\VisualStudio\10.0\ServerExplorer\DefaultView.SEView (could be under '%AppData%\Roaming')and remove the connection with the wrong Provider. If you do not know which of the provider is failing, simply delete the file
  3. Open Visual Studio and try to open your .mdf or .sdf file

This solution come from this site: http://connect.microsoft.com/VisualStudio/feedback/details/552006/unable-to-create-data-connection-in-server-explorer

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