Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.?

like image 513
Magne Avatar asked Jan 15 '23 09:01

Magne


1 Answers

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.

like image 171
user2006616 Avatar answered Jan 23 '23 01:01

user2006616