我刚刚安装了SSDT 2015,它似乎工作正常。我进入SSDT 2010并尝试使用平面文件源创建数据流并获得以下消息。我也尝试过连接sql server并遇到同样的问题。
===================================
The component could not be added to the Data Flow task.
Could not initialize the component. There is a potential problem in the ProvideComponentProperties method. (Microsoft Visual Studio)
===================================
Error at Data Flow Task [SSIS.Pipeline]: Component ", clsid {E32A96E1-7118-4CB5-A338-AC69E815CB13}" could not be created and returned error code 0x80070005 "Access is denied.". Make sure that the component is registered correctly.
Error at Data Flow Task [ [9]]: The component is missing, not registered, not upgradeable, or missing required interfaces. The contact information for this component is "".
===================================
Exception from HRESULT: 0xC0048021 (Microsoft.SqlServer.DTSPipelineWrap)
------------------------------
Program Location:
at Microsoft.SqlServer.Dts.Pipeline.Wrapper.CManagedComponentWrapperClass.ProvideComponentProperties()
at Microsoft.DataTransformationServices.Design.PipelineTaskDesigner.AddNewComponent(String clsid, Boolean throwOnError, Boolean select)
我尝试将run64bitruntime设置为false,但这没有帮助。