On 12/29/05 11:16, in article
3F15368B-3777-4532-8F12-249D39278632@microsoft.com, "Steve"
> I'm really tired of running into this error:
>
[quoted text clipped - 9 lines]
> it incorrectly believes are open. I'm tired of the Visual Studio telling me
> that it can't write to my poncho file because 40 free gigabytes isn't enough!
PDB files are debugging information, they may get locked by a debugger once
in a while. Try quitting VS, then open Task Manager and look at the list of
processes. Check "show processes from all users". Verify that there are no
other devenv.exe running. If there are, terminate them. Look also at the
Users tab so see who else is logged on - I personally sometimes forget I
have left devenv.exe running in the terminal server session. Log off any
stale sessions that are disconnected. Also logging off and back on might
help.
You may also get a few utilities from www.sysinternals.com such as FileMon
( http://www.sysinternals.com/Utilities/Filemon.html ) and see which
application is using the file.
Thanks
Mikhail Arkhipov (Microsoft)
-- This post is provided 'AS IS' with no warranties and confers no rights