Download Process Explorer from
http://www.sysinternals.com
You can use that to find out which process is locking a file. You may find its not your running application but Devenv.exe or something like that.
Regards
Richard Blewett - DevelopMentor
http://www.dotnetconsult.co.uk/weblog http://www.dotnetconsult.co.uk
nntp://news.microsoft.com/microsoft.public.dotnet.languages.csharp/<b8**************************@posting.google.com >
To all,
I've tried to use System.IO.File.Move (srcFile, desFile);
but there is an exception similar to this :
The process can't access desFile because it's being used by another
process
I think that it's strange since I've already closed the FileStreams
associated to all available files already....
Any clues ??
From Jason (Kusanagihk)