3

SQL Server 2008 R2 で新しいダイアグラムを作成しようとすると、次のエラーが発生します。

指定されたモジュールが見つかりませんでした。
(MS ビジュアル データベース ツール)

プログラムの場所:

System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal (Int32 errorCode、IntPtr errorInfo)
で Microsoft.SqlServer.Management.UI.VSIntegration.NativeMethods.ThrowOnFailure (Int32 時間)
で Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VirtualProject で。
Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VirtualProject.Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ISqlVirtualProject.CreateDesigner(Urn origUrn) でのCreateDesigner (Urn origUrn、DocumentType editorType、DocumentOptions aeOptions、IManagedConnection con、String fileName) 、DocumentType editorType、DocumentOptions aeOptions、IManagedConnection con、文字列 fileName)
Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ISqlVirtualProject.CreateDesigner (Urn origUrn、DocumentType editorType、DocumentOptions aeOptions、IManagedConnection con、文字列 fileName)
で Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ScriptFactory.CreateDesigner (DocumentType
Microsoft.SqlServer.Management.UI.VSIntegration.Editors.VsDocumentMenuItem.CreateDesignerWindow (IManagedConnection mc、DocumentOptions オプション) の editorType、DocumentOptions aeOptions、Urn parentUrn、IManagedConnection mc、String fileName )

この問題を解決するのを手伝ってください。

4

2 に答える 2

0

私の場合、問題は、マシンに SQL Server 2008 R2 がインストールされているのに、別のサーバー上の SQL Server 2012 データベースに接続していたことです。SQL Management Studio 2012をインストールすると、問題が解決しました。

于 2014-02-28T09:44:38.990 に答える