AnantLabs / sharpfile

Automatically exported from code.google.com/p/sharpfile
2 stars 1 forks source link

Exception when starting program #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I get an exception when starting the program in release mode sometimes.

************** Exception Text **************
System.ArgumentOutOfRangeException: Start index cannot be less than 0 or
greater than input length.
Parameter name: startat
   at System.Text.RegularExpressions.RegexReplacement.Replace(Regex regex,
String input, Int32 count, Int32 startat)
   at Common.General.GetHumanReadableSize(String value)
   at SharpFile.UI.Browser.<updateParentListing_Callback>b__9()
   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
   at System.Threading.ExecutionContext.runTryCode(Object userData)
   at
System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(
TryCode
code, CleanupCode backoutCode, Object userData)
   at System.Threading.ExecutionContext.Run(ExecutionContext
executionContext, ContextCallback callback, Object state)
   at
System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()

Original issue reported on code.google.com by longueur...@gmail.com on 10 Jul 2008 at 10:40

GoogleCodeExporter commented 9 years ago
This has been fixed.

Original comment by longueur...@gmail.com on 15 Jul 2008 at 1:58