TFS / SSIS - Get Latest Version not showing all dtsx files Solution Explorer

  • So myself and two other co-workers are using Visual Studio 2015 connected to TFS.  When they add a package to a solution, check it in and then I get the latest version I can browse to my local directory and see the .dtsx file but it doesn't show up in my Solution Explorer within Visual Studio.  How can I fix this?

  • DKY - Monday, February 13, 2017 6:55 AM

    So myself and two other co-workers are using Visual Studio 2015 connected to TFS.  When they add a package to a solution, check it in and then I get the latest version I can browse to my local directory and see the .dtsx file but it doesn't show up in my Solution Explorer within Visual Studio.  How can I fix this?

    Did they just check in the package? They also need to check in the project file (.dtproj), which contains a list of the packages in the project.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

  • Both the package and the project are checked in.  I noticed that their packages are in my C drive (so they made it to TFS and to my local) but they don't show up in my solution explorer.  If I right click the project in solution explorer, add, existing item it tells me "Access to the path .... dtsx is denied."

  • Does anyone know how to either get the packages to show up in my solution
      or add an existing item without the "Access to the path..." error?

  • Has anyone ever run across this before?  I don't see the packages in my solution explorer from TFS when I get the latest version but it did download the files to the local directory where TFS is mapped.  When I try to add them via add / existing item I get a security error "Access to the path C:\...\Get_Files.dtsx is denied.".  Help?

  • I am running into the same problem.   
    I have checked out the package and it is showing on my local drive, but I cant see the dtsx in the solution explorer.

  • john 58835 - Tuesday, July 10, 2018 12:29 PM

    I am running into the same problem.   
    I have checked out the package and it is showing on my local drive, but I cant see the dtsx in the solution explorer.

    Try opening the project file ([ProjectName].dtproj) using Notepad++, and see whether the package is listed there.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

  • Hi Phil, I have the same problem here. This happens from time to time. I opened the project file and the package does not exist in it. 

    Most of the time when this happens, I have to delete the package and then right-click and say "Add existing package", and load it again. That's the only way I've found to avoid the (1) being added to the end of the name.

    Has anyone found any other solution?

  • Mike Aguilar - Monday, September 24, 2018 10:07 AM

    Hi Phil, I have the same problem here. This happens from time to time. I opened the project file and the package does not exist in it. 

    Most of the time when this happens, I have to delete the package and then right-click and say "Add existing package", and load it again. That's the only way I've found to avoid the (1) being added to the end of the name.

    Has anyone found any other solution?

    Yes there is. Open the project file in a text editor and manually add the package back in.

    Then track down the person who checked in the new package without also checking in the project file and show them the error in their ways.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

Viewing 9 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic. Login to reply