Recently, we've been having increased occurrences of this error:
$/Dn/Nbt/Nbt/NbtConfig/bin/Debug/NbtConfig.XML failed: System.UnauthorizedAccessException: Access to the path "D:\Vault\Dn\Nbt\Nbt\NbtConfig\bin\Debug\NbtConfig.XML" is denied.
It happens for other file types (not just XML).
It has happened on more than one machine for more than one developer.
It happens upon GLV.
We don't have any other editors or tools open on the file that might be locking it. Sometimes, waiting a few moments and re-GLVing solves the problem.
The problem can be replicated even immediately after a clean reboot.
We have a process monitor log that I'd be happy to share with a tech/dev at sourcegear. Of interest are these few lines (modified for size):
Code: Select all
7:10:36.3780998 AM VaultGUIClient.exe WriteFile D:\vault\Dn\CswConfig\CswConfig\bin\Debug\CswAppCore.dll SUCCESS Offset: 0, Length: 39,424
7:10:36.3783674 AM VaultGUIClient.exe SetBasicInformationFile D:\vault\Dn\CswConfig\CswConfig\bin\Debug\CswAppCore.dll SUCCESS CreationTime: 0, [...]
7:10:36.3798802 AM VaultGUIClient.exe CloseFile D:\vault\Dn\CswConfig\CswConfig\bin\Debug\CswAppCore.dll SUCCESS
Code: Select all
7:10:36.3801827 AM VaultGUIClient.exe CreateFile D:\vault\Dn\CswConfig\CswConfig\bin\Debug\CswAppCore.dll ACCESS DENIED Desired Access: Generic Write, [...]
Any ideas??