hi guys
i am facing an error while trying to delete a file
access denied "c:\\22.bmp" file is in use by another process
what i am trying to do is
i have loaded an image it goes fine
but if i try to change the file then , it throws the error
thanks in advance to all fellow techies
Saad Rehmani - 13 Jun 2006 00:13 GMT
Techy,
Do a search for 'Process Explorer', use it to figure out what process has
a handle open to the file that you're trying to delete.
If its the same exe as the one that you're running this in, make sure you're
Dispose()'ing any previous handles to this image.
Cheers,

Signature
Saad Rehmani / Prodika / Dallas / TX / USA
> hi guys
>
[quoted text clipped - 7 lines]
> but if i try to change the file then , it throws the error
> thanks in advance to all fellow techies
krishjaya - 13 Jun 2006 07:23 GMT
Hi,
Just re-start the machine
Kj
> hi guys
>
[quoted text clipped - 8 lines]
>
> thanks in advance to all fellow techies