Windows 7 ラップトップに SQL Server 2012 評価版をインストールしました。私はSSASプロジェクトを試しています。データ ソースは、同じマシン内のインスタンス内のデータベースです。
データ ソース ビューを作成した直後に次のエラーが表示されます。
Error:
TITLE: Microsoft Visual Studio
------------------------------
An error prevented the view from loading.
------------------------------
ADDITIONAL INFORMATION:
The specified module could not be found. (Exception from HRESULT: 0x8007007E) (System.Windows.Forms)
------------------------------
BUTTONS:
OK
------------------------------
Error in detail:
===================================
An error prevented the view from loading. (Microsoft Visual Studio)
===================================
The specified module could not be found. (Exception from HRESULT: 0x8007007E) (System.Windows.Forms)
------------------------------
Program Location:
at System.Windows.Forms.UnsafeNativeMethods.CoCreateInstance(Guid& clsid, Object punkOuter, Int32 context, Guid& iid)
at System.Windows.Forms.AxHost.CreateWithLicense(String license, Guid clsid)
at System.Windows.Forms.AxHost.CreateInstanceCore(Guid clsid)
at System.Windows.Forms.AxHost.CreateInstance()
at System.Windows.Forms.AxHost.GetOcxCreate()
at System.Windows.Forms.AxHost.TransitionUpTo(Int32 state)
at System.Windows.Forms.AxHost.CreateHandle()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at Microsoft.DataWarehouse.Design.ComponentDiagram.CreateDdsView(Control parentControl)
at Microsoft.AnalysisServices.Design.DataSourceDesignerView..ctor(DataSourceDesigner designer, DataSourceDiagram diagram, IComponent diagramOwnerComponent)
at Microsoft.AnalysisServices.Design.DataSourceDesignerView..ctor(DataSourceDesigner designer)
at Microsoft.AnalysisServices.Design.DataSourceDesigner.CreateDataSourceDesignerView(VsStyleToolBar pageViewToolBar)
at Microsoft.DataWarehouse.Design.EditorWindow.EnsureViewIsLoaded(EditorView view)
何か案が?グーグルで検索しました。同様のエラーとフィードバックを見ました。しかし、それらのほとんどは、SQL 2008/2005 エディションの問題などを扱っています.
ここで私のSSASデザイナーとSQLサーバーのソースは2012年です。多くの紛らわしいブログを読んだ後、スタックオーバーフローで質問しています..
前もって感謝します。