你好,
你还需要把内存映射文件视图的流也释放了,这样这个占用的文件才能被完全释放。
Dim mmf As MemoryMappedFile = MemoryMappedFile.CreateFromFile(InputFile.FileName, FileMode.Open)
Dim vstream As MemoryMappedViewStream = mmf.CreateViewStream
mmf.Dispose()
vstream.Dispose()
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.