首页 > 解决方案 > Microsoft Visual Studio 错误 HRESULT:0xC0010014(无法执行 SSIS 包)

问题描述

设置是云上的虚拟机。正在运行的项目被复制。一旦我打开这个副本并尝试执行一个包,它就会抛出这个错误:

Microsoft Visual Studio 错误 HRESULT:0xC0010014(无法执行 SSIS 包)

这是整个输出窗口:

------ Build started: Project: Macrodio (SQL Server 2014), Configuration: Debug ------
Starting project consistency check ...
Error : Microsoft.SqlServer.Dts.Runtime.DtsRuntimeException: Exception from HRESULT: 0xC0010014 ---> System.Runtime.InteropServices.COMException: Exception from HRESULT: 0xC0010014
   at Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass.LoadPackage(String FileName, Boolean loadNeutral, IDTSEvents100 pEvents)
   at Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage(String fileName, IDTSEvents100 events, Boolean loadNeutral)
   --- End of inner exception stack trace ---
   at Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage(String fileName, IDTSEvents100 events, Boolean loadNeutral)
   at Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage(String fileName, IDTSEvents events)
   at Microsoft.DataTransformationServices.Project.ProjectBuildItemInfo.Update(DateTime lastWriteTime, PackageItem packageItem, Project project, String projectDirectory)
   at Microsoft.DataTransformationServices.Project.ProjectBuildItemInfo..ctor(String name, DateTime lastWriteTime, PackageItem packageItem, Project project, String projectDirectory)
   at Microsoft.DataTransformationServices.Project.ProjectBuildValidator.RefreshCache(PackageItem item)
   at Microsoft.DataTransformationServices.Project.ProjectBuildValidator.CheckBuildItem(PackageItem item)
   at Microsoft.DataTransformationServices.Project.ProjectBuildValidator.CheckConsistency(String& errors, String buildLogFullName)
   at Microsoft.DataTransformationServices.Project.DataTransformationsProjectBuilder.IncrementalBuildThroughObj(IOutputWindow outputWindow)
   at Microsoft.DataTransformationServices.Project.DataTransformationsProjectBuilder.BuildIncremental(IOutputWindow outputWindow)
Build complete -- 1 errors, 0 warnings
========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ========== ```

标签: sql-servervisual-studiossis

解决方案


推荐阅读