February 13, 2017 at 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?
February 13, 2017 at 7:25 am
DKY - Monday, February 13, 2017 6:55 AMSo 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.
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
February 13, 2017 at 8:13 am
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."
February 15, 2017 at 7:51 am
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?
February 20, 2017 at 9:40 am
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?
July 10, 2018 at 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.
July 10, 2018 at 12:56 pm
john 58835 - Tuesday, July 10, 2018 12:29 PMI 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.
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
September 24, 2018 at 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?
September 25, 2018 at 8:32 am
Mike Aguilar - Monday, September 24, 2018 10:07 AMHi 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.
The absence of evidence is not evidence of absence.
Martin Rees
You can lead a horse to water, but a pencil must be lead.
Stan Laurel
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply