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
I've just seen the following in some of our logs, with v2.0.24:
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at System.Text.StringBuilder.get_Chars(Int32 index)
at Pri.LongPath.Path.NormalizeLongPath(String path, String parameterName)
at Pri.LongPath.Path.TryNormalizeLongPath(String path, String& result)
at Pri.LongPath.Common.Exists(String path, Boolean& isDirectory)
at Pri.LongPath.File.Exists(String path)
Although sadly I'm not sure what path triggered this (although I think it was a relative path, if that helps). :-(
The text was updated successfully, but these errors were encountered:
I've just seen the following in some of our logs, with v2.0.24:
Although sadly I'm not sure what path triggered this (although I think it was a relative path, if that helps). :-(
The text was updated successfully, but these errors were encountered: