我的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年。在阅读了很多令人困惑的博客之后,请求堆叠流程。
先谢谢。
答案 0 :(得分:1)
这很可能是因为有人手动修改了基础XMLA代码,而SSAS无法再正确解析它。
如果多维数据集运行正常,您可以删除Visual Studio项目并使用现有多维数据集创建一个新项目。这可能是处理此问题的最简单方法,除非您已经进行了重大更改(即使问题与XMLA解析没有任何关系)