Reputation: 2210
My team uses VS 2010 Ultimate with TFS and we recently upgraded to Resharper 6. Now every time I close my solution, I get this Resharper error dialog:
No one else here seems to get this but me. Any idea what's going on?
Upvotes: 0
Views: 475
Reputation: 76208
It seems that for some reason, you do not have write access to the path. Either it's readonly or is restricted by your administrator.
You can try to save the files in your solution folder instead:
Upvotes: 1
Reputation: 736
Ok I had same problem where I was moving to different TFS 2010 servers
0) Move the temp file from Solution to temp dir as mentioned above
1) Add the xxxxxx.ReSharper.user to the solution manually
2) remove the readonly attribute from the file xxxxxx.ReSharper.user.
TFS/Source safe leave the file attributes in a mess for Reshaper 6.0
Upvotes: 0
Reputation: 2210
@Mrchief, thanks for your help! I do have permissions to edit the file. Someone else had added it when he installed R# 6 on his pc. His R# options were set to save the cache in the solution folder, as were mine, so here's what I ended up doing:
Upvotes: 1