I have a project that works great. This morning I created a new TFS project and published all the code from Visual Studio 2015.
On another computer, also through VS2015, I joined Visual Studio Team Services to capture the same project and download all the code
When I try to build, there are more than 100 errors, but the reason seems the same. It cannot find resources, and all error messages look like
The namespace name type "some name" does not exist in "...." (do you miss the assembly reference?)
So, I am expanding the links, and I skip almost all of them. In fact, apart from the links in my own project, there are no others.
When looking at properties there is no way. Back to the original computer. I see that the path to any of the dlls is similar too.
C: \ Users \ Me \ Documents \ Visual Studio 2015 \ Projects \ MyProj \ ToT \ packages \ Antlr.3.5.0.2 \ lib \ Antlr3.Runtime.dll
The problem is that, since this path does not match on the “faulty” machine, it cannot show ... Therefore, what is the solution for this

I checked and noted that the files seem to exist when I look at them in Explorer.
All system links missing from Visual Studio 2013 NuGet Async did not help
Please note that this happens with all projects in my solution, but not more often. For example, EntityFramework is missing from everyone, but System is not at my user interface level, but not from my BLL layer
Is there any way to fix this?
tfs visual-studio-2015 vsts
MyDaftQuestions
source share