Hast du dir das Log auch mal selbst angeschaut?Da gehts in Zeile 1064 schon mal los:
"EXCEPTION OCCURRED:System.IO.PathTooLongException: Der angegebene Pfad und/oder Dateiname ist zu lang. Der vollständig qualifizierte Dateiname muss kürzer als 260 Zeichen und der Pfadname kürzer als 248 Zeichen sein.
bei System.IO.PathHelper.GetFullPathName()
bei System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
bei System.IO.Path.GetFullPathInternal(String path)
bei System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath)
bei System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath)
bei System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList)
bei System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path)
bei System.IO.FileSystemInfo.get_FullName()
bei EmberAPI.Scanner._Closure$__._Lambda$__37-2(FileInfo f)
bei System.Linq.EnumerableSorter`2.ComputeKeys(TElement[] elements, Int32 count)
bei System.Linq.EnumerableSorter`1.Sort(TElement[] elements, Int32 count)
bei System.Linq.OrderedEnumerable`1.<GetEnumerator>d__1.MoveNext()
bei System.Linq.Enumerable.Count[TSource](IEnumerable`1 source)
bei EmberAPI.Scanner.ScanForMovieFiles(String sPath, DBSource sSource)* bei System.IO.PathHelper.GetFullPathName()
bei System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
bei System.IO.Path.GetFullPathInternal(String path)
bei System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath)
bei System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath)
bei System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList)
bei System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path)
bei System.IO.FileSystemInfo.get_FullName()
bei EmberAPI.Scanner._Closure$__._Lambda$__37-2(FileInfo f)
bei System.Linq.EnumerableSorter`2.ComputeKeys(TElement[] elements, Int32 count)
bei System.Linq.EnumerableSorter`1.Sort(TElement[] elements, Int32 count)
bei System.Linq.OrderedEnumerable`1.<GetEnumerator>d__1.MoveNext()
bei System.Linq.Enumerable.Count[TSource](IEnumerable`1 source)
bei EmberAPI.Scanner.ScanForMovieFiles(String sPath, DBSource sSource)"
Alles anzeigen
Leute, was macht ihr denn, dass eure Pfade immer zu lang sind?
Bring das mal bitte schön auf eine vernünftige Länge und dann sehen wir weiter.