Magne
Magne

Reputation: 51

Visual Studio 2012 is searching for project in the wrong path?

When I try to load a project in VS2012 the load fail an says that it can't find my project file in location C:\...

But, this location isn't the one found in the project file or the solution file.

Does anyone know where I can find/change the wrong path ref.?

Upvotes: 4

Views: 3707

Answers (2)

user2006616
user2006616

Reputation: 161

In my case, I closed the solution; checked the workspace mappings; then turning on 'view hidden folders' in Windows Explorer shows a new (to VS2012) '$tf' directory and the SUO files

I completely deleted the directory on the local hard drive (to be sure) and then did a "Get Specific Version" with the "Overwrite all files even if the local..." option ticked; forcing a complete download.

Upvotes: 9

Magne
Magne

Reputation: 51

The problem is solved! After a restart of the Team Foundation Server the problem went away. The answers to this post make a good summary to what to check in case of problems with projects in Visual Studio. Thank you all for your efforts.

Upvotes: 0

Related Questions