I\'m using a hex-editor control for C#, the source code and binary files can be found here.
One problem when using it was that if a file was loaded in the hex-editor and
Possibly, you weren't closing the file appropriately so it remained open even after you closed your application (with previous permissions set to Read)