I am getting following error while executing a package in Visual Studio.
.
What could be causing this. Has anyone encountered same or similar issue?
I checked my other packages in my project which are in the same path and they are executing successfully.
It happens. Something in Visual Studio is holding on to the ispac from your project. Debugging a Project Deployment model SSIS package involves
The quickest way to resolve the issue is to change your project from Debug to Release
Right click on project to rebuild
Switch back to Debug
Otherwise, if you want to get fancy, grab ProcessExplorer from Microsoft's Sysinternals site and find the offending process (likely DtsDebugHost)
https://billfellows.blogspot.com/2013/04/file-in-use-by-another-process.html