Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created December 6, 2013 05:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saurabh360/a5760c83f54323ae47ea to your computer and use it in GitHub Desktop.
Save saurabh360/a5760c83f54323ae47ea to your computer and use it in GitHub Desktop.
System.FormatException: Unknown char: .
at System.Double.Parse (System.String s, NumberStyles style, IFormatProvider provider) [0x00014] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/Double.cs:231
at System.Single.Parse (System.String s) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System/Single.cs:203
at PaintCode.DrawingViewController.ViewDidLoad () [0x0002c] in /Users/nischal/Desktop/3rd DEC/monotouch-samples-master/PaintCode/PaintCodeDemo/LineArt/DrawingViewController.cs:24
at at (wrapper managed-to-native) MonoTouch.ObjCRuntime.Messaging:void_objc_msgSend_IntPtr_bool (intptr,intptr,intptr,bool)
at MonoTouch.UIKit.UINavigationController.PushViewController (MonoTouch.UIKit.UIViewController viewController, Boolean animated) [0x00019] in /Developer/MonoTouch/Source/monotouch/src/UIKit/.pp-UINavigationController.g.cs:181
at PaintCode.NewsDialogViewController.<NewsDialogViewController>m__0 () [0x0000f] in /Users/nischal/Desktop/3rd DEC/monotouch-samples-master/PaintCode/PaintCodeDemo/Calendar/NewsDialogViewController.cs:33
at MonoTouch.Dialog.BadgeElement.Selected (MonoTouch.Dialog.DialogViewController dvc, MonoTouch.UIKit.UITableView tableView, MonoTouch.Foundation.NSIndexPath path) [0x0000b] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/Elements/.pp-ElementBadge.cs:111
at MonoTouch.Dialog.DialogViewController.Selected (MonoTouch.Foundation.NSIndexPath indexPath) [0x00029] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/.pp-DialogViewController.cs:523
at MonoTouch.Dialog.DialogViewController+Source.RowSelected (MonoTouch.UIKit.UITableView tableView, MonoTouch.Foundation.NSIndexPath indexPath) [0x00019] in /Developer/MonoTouch/Source/MonoTouch.Dialog/MonoTouch.Dialog/.pp-DialogViewController.cs:369
at at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0004c] in /Developer/MonoTouch/Source/monotouch/src/UIKit/.pp-UIApplication.cs:38
at PaintCode.Application.Main (System.String[] args) [0x00008] in /Users/nischal/Desktop/3rd DEC/monotouch-samples-master/PaintCode/PaintCodeDemo/AppDelegate.cs:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment