【发布时间】:2016-09-15 22:52:40
【问题描述】:
除了 MS SQL Server 2012 之外,我还在机器上安装了 Visual Studio 2013。我曾经以非常正常的方式使用 MS VS 2013 中的所有商业智能项目。但是,最近当我创建一个新的 SSIS 项目然后单击 SSIS 包以创建新的 SSIS 包时,我收到以下错误:
Error creating package
------------------------------
ADDITIONAL INFORMATION:
Retrieving the COM class factory for component with CLSID {B5F5B1CF-7950-436C-B3BD-E193B1F5E5A5} failed due to the following error: 8007007e The specified module could not be found. (Exception from HRESULT: 0x8007007E). (Microsoft.SqlServer.ManagedDTS)
我希望我提供的信息足以清楚地解释我的问题。
【问题讨论】:
-
该 CLSID 用于 SharePoint 适配器。您是否针对此类事情更改了系统上的某些内容?或者你有没有升级你的操作系统?
-
我已经安装了 Visual Studio 2013 update 5 和 SQL Server SP1。
标签: sql-server visual-studio ssis business-intelligence sql-server-data-tools