Sharing violation error

  • Thread starter Thread starter techy
  • Start date Start date
T

techy

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
 
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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top