Share via

Visual Studio is not releasing .ispac file

William Burke 1 Reputation point
2021-05-06T20:34:54.01+00:00

I don't fully understand what this files is or what it has to do with running in debug mode. When I try to start debug I get this message. I tried quitting the project and closing the solution. Shutting down Visual studios all together. The only thing that works is restart of computer. I am hoping someone can give me a beter option.

TITLE: Microsoft Visual Studio


Failed to start project


ADDITIONAL INFORMATION:

Exception deserializing the package "The process cannot access the file 'C:\Users\wburke\Documents\Visual Studio 2017\Projects\GMS_USPS_Returns\GMS_USPS_Returns\bin\Development\GMS_USPS_Returns.ispac' because it is being used by another process.". (Microsoft.DataTransformationServices.VsIntegration)


The process cannot access the file 'C:\Users\wburke\Documents\Visual Studio 2017\Projects\GMS_USPS_Returns\GMS_USPS_Returns\bin\Development\GMS_USPS_Returns.ispac' because it is being used by another process. (mscorlib)


BUTTONS:

OK


Developer technologies | Visual Studio | Debugging
0 comments No comments

1 answer

Sort by: Most helpful
  1. Tianyu Sun-MSFT 34,821 Reputation points Microsoft External Staff
    2021-05-07T07:16:48.987+00:00

    Hi @William Burke ,

    Welcome to Microsoft Q&A forum.

    If you try to kill the following process DtsDebugHost.exe in Task Manager, will this issue disappear?

    Per this document: Project Deployment, the .ispac file is a project deployment file.

    At the center of the project deployment model is the project deployment file(.ispac extension). The project deployment file is a self-contained unit of deployment that includes only the essential information about the packages and parameters in the project. The project deployment file does not capture all of the information contained in the Integration Services project file(.dtproj extension).

    It seems the .ispac file will be locked by the debug process during debugging, and kill the DtsDebugHost.exe task may work.

    Best Regards,
    Tianyu

    • If the answer is helpful, please click "Accept Answer" and upvote it.
      Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.