You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Saving change file two times, causes System.IO.IOexception - as file is locked by saving process i guess. Use File.ReadAllLines instead of File.ReadAllText to prevent locking the file during read.
The text was updated successfully, but these errors were encountered:
Saving change file two times, causes System.IO.IOexception - as file is locked by saving process i guess. Use File.ReadAllLines instead of File.ReadAllText to prevent locking the file during read.
The text was updated successfully, but these errors were encountered: