user310291
user310291

Reputation: 38180

How to open the solution physical folder with File Explorer in Visual Studio 2005

I cannot even copy and paste that physical folder in properties window :(

Upvotes: 0

Views: 171

Answers (1)

Dan Puzey
Dan Puzey

Reputation: 34200

If you mean the Visual Studio solution explorer then this isn't a TFS question at all, and you should remove those tags. But the answer to your question in VS2008/later is to right-click the solution and select "Open Folder in Windows Explorer."

If you mean opening the folder from the TFS Source Control window: You can't open the server folder with Explorer - your solution is stored in a SQL Database and the files don't exist in that form on the server. You have to get a local copy (using "Get Latest") and then open that copy in explorer.

Upvotes: 1

Related Questions