Hello,
I have been able to run the location fine up until today and now face the path too long issue.
I am not sure if it was already borderline or if something has now happened
[7/17/2024 3:12:03 AM] ERROR: There was an error running configuration "v4".
System.IO.PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
at System.IO.PathHelper.GetFullPathName()
at System.IO.Path.LegacyNormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
at System.IO.Path.GetFullPathInternal(String path)
at System.IO.FileInfo.Init(String fileName, Boolean checkHost)
at AutoQC.ImportContext.<>c.<.ctor>b__13_0(String f)
at System.Linq.EnumerableSorter`2.ComputeKeys(TElement[] elements, Int32 count)
at System.Linq.EnumerableSorter`1.Sort(TElement[] elements, Int32 count)
at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__1.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at AutoQC.ImportContext..ctor(List`1 resultsFiles, Boolean importExisting)
at AutoQC.ConfigRunner.ProcessExistingFiles(DoWorkEventArgs e)
at AutoQC.ConfigRunner.RunConfiguration(Object sender, DoWorkEventArgs e)
[7/17/2024 3:12:10 AM] ERROR: An error occurred. Stopping configuration. |