Visual Studio - MDF 文件 - 无法加载数据提供程序
我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了一个对我有用的解决方案。我在使用
.sdf 文件
(SQL Server Compact Edition)时遇到了这个问题。%AppData%\Microsoft\VisualStudio\10.0\ServerExplorer\DefaultView.SEView
(可能位于“%AppData%\Roaming”下)并删除与错误提供程序的连接。如果您不知道哪个提供程序出现故障,只需删除该文件此解决方案来自此站点: 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).%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 fileThis solution come from this site: http://connect.microsoft.com/VisualStudio/feedback/details/552006/unable-to-create-data-connection-in-server-explorer