FileShare ReadWrite not working (C#.NET)

前端 未结 2 1874
夕颜
夕颜 2021-01-22 00:57

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

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-22 01:45

    1. Change to ReadWrite.
    2. Recompile.
    3. Try opening a file that you haven't tried opening yet and check if the problem appears.

    Possibly, you weren't closing the file appropriately so it remained open even after you closed your application (with previous permissions set to Read)

提交回复
热议问题