Visual Studio Team Foundation System

0

Colleagues, I have the following problem, I am making an application with Visual Studio 2015 using TFS for code control. The issue is that for architectural reasons, I changed the directory for the project of the UI, which is added to the project by the way, the issue is that when I want to upload my changes to the TFS, it does not leave me because it tells me : "It was not possible to find part of the path for TFS_Bodega / Cellar / app_start / Bundles.config", which makes sense to me, since the application is now structured like this: TFS_Bodega / 1_CellarPresenteacion / Cellar / app_start / Bundles.config, What I need to do is change the configuration file that gives the route to the main project. I have done it in the file .sln (The solution), but apparently the TFS does not read it from there, if someone can help me I will be very grateful. Greetings!

    
asked by Fernando Campos 27.03.2018 в 17:45
source

2 answers

0

Finally, in case someone happens to me, what I did was to undo changes, compile the application again and take the candidates for pending changes proposed by the tfs. This is how the directories are as follows.

    
answered by 27.03.2018 в 22:21
0

I have had this problem with the Git repositories, there is also a hidden .git file in the source folder I imagine that in TFS is similar, when I have worked with TFS I download the changes to a new folder from the repository that has worked For me, it's another option too.

    
answered by 28.03.2018 в 16:03