【发布时间】:2019-08-10 12:05:50
【问题描述】:
我正在尝试执行包,每次我看到以下错误。尤其是我执行数据流任务的时候。
错误:
System.IO.IOException:进程无法访问文件 'C:\PPE_OVERRIDES.ispac' 因为它正被另一个进程使用。
完整输出:
------ Build started: Project: PPE_OVERRIDES, Configuration: Development ------
Build started: SQL Server Integration Services project: Incremental ...
Starting project consistency check ...
Project consistency check completed. The project is consistent.
Error : System.IO.IOException: The process cannot access the file
'C:\PPE_OVERRIDES.ispac' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalDelete(String path, Boolean checkHost)
at System.IO.File.Delete(String path)
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 ==========
我该如何解决。我的 ispac 文件在 bin 文件夹中。我想确保 SsISDB 目录和 Visual Studio 没有争夺这个位置
【问题讨论】:
标签: sql-server visual-studio ssis etl ssis-2012