user3689167
user3689167

Reputation: 873

visual studio 2013 - references not being found after get from TFS

I'm trying to set up my dev environment from work on my home computer. I connected through the vpn to TFS and got latest, but the project won't build because references aren't being found. It appears that the references not found all have a path of...

<HintPath> \\tfsdrops\TFSBuilds\ThirdPartyLibraries\... </HintPath>

Anyone have any idea what's going on/how to fix? I have VS2013 and targeting .net 4.5.1...

Upvotes: 0

Views: 45

Answers (1)

Ed Elliott
Ed Elliott

Reputation: 6856

Are you able to access the \tfsdrop share in windows explorer? Try and connect to the share before you open the solution and as long as you can then it should work.

Personally I prefer to keep libs either in a libs folder that is checked out with the solution or using nuget packages - either of those stops this sort of issue.

Upvotes: 1

Related Questions