I have written a winform application in visual studio 2010.In one of the forms the user can browse the local system and select an image, so the application will copy that image(with File.Copy() method) to its folder. the problem is when the user wants to delete that image(File.Delete() method),I receive an error like this :
cannot delete this file because it is used by another process.
I do not know what this error says because i do not use the image files in other processes.