Hi,
Today, i added some new code which was to see if a file is locked or not (in use by another application). While i did that it was showing me some errors like in the Output window:-
Can some help and tell me if this is any serious problem, after searching for a while and reading very confusing articals i couldn't understand if it is or not - if i understand correctly what they meant they said it wasn't important and i should ignore these messages?
Thanks in advance
Regards
Today, i added some new code which was to see if a file is locked or not (in use by another application). While i did that it was showing me some errors like in the Output window:-
Code:
A first chance exception of type 'System.UnauthorizedAccessException' occurred in Microsoft.VisualBasic.dll A first chance exception of type 'System.UnauthorizedAccessException' occurred in Microsoft.VisualBasic.dll A first chance exception of type 'System.UnauthorizedAccessException' occurred in Microsoft.VisualBasic.dll A first chance exception of type 'System.IO.IOException' occurred in Microsoft.VisualBasic.dll A first chance exception of type 'System.IO.IOException' occurred in Microsoft.VisualBasic.dll A first chance exception of type 'System.IO.IOException' occurred in Microsoft.VisualBasic.dll A first chance exception of type 'System.UnauthorizedAccessException' occurred in Microsoft.VisualBasic.dll
Thanks in advance
Regards
Comment