8

For some reason, when I click Add Diagram in Server Explorer I am left with an empty tab for designing diagrams. However, there is no dialog box which usually asks what tables to add. The dropdown menu at the top called Diagrams also has all the buttons inactive.

What could be the reason?

I have my SQL Server Express running (checked in SQL Server Configuration Manager). Version - 10.1.

4

3 回答 3

2

我切换到 Visual Studio 2012,我可以在那里构建图表。VS2010在同一台机器上还是有问题。VS2010 在我的另一台电脑上 - 没问题。仍然不知道可能是什么问题。

于 2012-11-04T15:34:04.463 回答
1

在 Visual Studio 2010 中遇到此问题后,我切换到使用 SQL Server Management,但遇到了同样的问题。经过一番搜索,我找到了两篇能够为我解决此问题的文章。这里的讨论: http ://social.msdn.microsoft.com/Forums/en-US/d65c71f5-3887-4f2a-bbd3-e799a4ac6fdc/visual-studio-database-tools-error?forum=vstsdb

有信息表明安装较新的 beta 版本会安装 2012 年的可视化数据库工具,但卸载时不会将其设置回旧版本。必须替换的文件有两个位置。DLL 的目录和文件名(在 X64 机器上)为:C:\Program Files (x86)\Common Files\microsoft shared\Visual Database Tools\dsref80.dll 帖子中有指向 dll 的链接。

还有第二个文件夹有些人不得不替换,这个链接也引用了它: http : //harshgupta71.blogspot.in/2013/02/the-specified-module-could-not-be-found.html DLL 的目录和文件名(在 X64 机器上)是:C:\Program Files (x86)\Common Files\microsoft shared\MSDesigners8 替换文件也有下载。

替代下载这些文件的另一个选项是重命名文件/文件夹,然后进行修复/重新安装。

于 2013-11-27T14:48:28.410 回答
0

我认为安装/重新安装 VS 2010 的 SQL Server Data Tools 扩展应该可以解决这个问题。

你可以在这里下载:

http://visualstudiogallery.msdn.microsoft.com/9b0228c6-15d1-44de-9279-66dde12bf861

于 2012-11-08T10:14:24.543 回答