Reputation: 666
I keep getting "access is denied" errors in Visual Studio when I run "get latest", or I try and check in code, or something like that. It seems to happen about 75% of the time, but if I try again a second time the error goes away and the operation works. I am using Visual Studio 2013. Any ideas on how to fix this?
Upvotes: 2
Views: 2359
Reputation: 10100
In my situation, I could check-in files, but for some reason when I performed a "Get Latest" action, I got access denied ...
The solution was to create a new workspace. I guess there is some corruption on the workspace, but I'm not sure where this may have occurred, or whether there is a configuration type file for workspaces?
Upvotes: 1
Reputation: 23444
It sounds like you have a faulty proxy between you and the TFS server that is dropping your credentials. You should try connecting without the proxy...
Upvotes: 0