by Gabriel Lozano-Moran
4. March 2008 19:53
I have been sick for more than a week (flu) and started back working yesterday and I did not miss all the problems associated with my daily jobs at all.
The problem I am trying to tackle today is a strange one. Every time I try to "Force Get" the latest version of our Team Project I am confronted with the following dialog:
---------------------------
Microsoft Visual Studio
---------------------------
D:\Projects\lozanga\ProjectX\Source\Core\Mainline\Source\DataContracts\TimeData.cs: Access to the path 'C:\Users\lozanga\AppData\Local\Temp\TFSTemp\5016{#$@;._}5044' is denied.
---------------------------
OK
---------------------------
The only thing I figured out is that the first part of the file name (or directory?) namely 5016 in this case is the Process ID of Visual Studio and the last portion namely 5044 is the Thread ID. When I try to figure out what exactly is happening here by attaching a debugger to the Visual Studio instance I don't see thread 5044.
So far what fixed this is uninstalling the McAfee VirusScan...