AnantLabs / big5sync

Automatically exported from code.google.com/p/big5sync
1 stars 0 forks source link

path to Long error in log #229

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
[Paste Debug log here]
2010-12-03 12:10:25 -   Exception Caught
            --------------------------------------------------------
            System.IO.PathTooLongException

                        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.Path.SafeSetStackPointerValue(Char* buffer, Int32 index, Char value)

               bei System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)

               bei System.IO.Path.NormalizePath(String path, Boolean fullCheck)

               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 Syncless.CompareAndSync.Manual.Visitor.BuilderVisitor.ProcessFiles(FolderCompareObject folder, Int32 numOfPaths, DirectoryInfo f, Int32 index)

               bei Syncless.CompareAndSync.Manual.Visitor.BuilderVisitor.Visit(FolderCompareObject folder, Int32 numOfPaths)
            --------------------------------------------------------

[State how you get the error here]

by sync preview on trying to sync a windows network volume  from a linuxserver 
to an local usb disk , windows explorer copies all files , shy this program run 
in an error ?

Pit

Original issue reported on code.google.com by jc-collage@pits-live-photo.de on 3 Dec 2010 at 11:28