A lightweight logging system designed specifically for Windows Store and Windows Phone 8 apps.
MIT License
147
stars
83
forks
source link
Exception thrown: 'System.IO.FileLoadException' in System.Private.CoreLib.dll WinRT information: The file is in use. Please close the file before continuing. #115
I am using Metrolog for Logging Errors of my application.
Ref Link - https://www.intertech.com/Blog/building-a-universal-windows-platform-uwp-application-part-4-logging-w-metrolog/
I have attached my code sample.
This error is thrown 250 times when Tools-> Options -> Debugging -> Disabled "Enable Just My Code".
This error does not appear when Tools-> Options -> Debugging -> Enabled "Enable Just My Code".
Even though Including above error in Exception Settings, I cannot trace the source of this error.
How do I resolve this error???
Thank you. LoggingApp.zip