I get the following exception when trying to read the locl text file with
var text = await FileIO.ReadTextAsync(file);
The handle this oplock was connected to was closed. oplock is now broken. (Exception from HRESULT: 0x80070323)
This happens in one of the regression modulation tests, from time to time it happens in the application. XAML + C # Application
Any ideas that might be causing this ?!
c # windows-store-apps windows-runtime
Vitalij
source share