Skip to content

Instantly share code, notes, and snippets.

@Rajneesh360Logica
Created October 14, 2014 07:52
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 Rajneesh360Logica/e638dada69d4dae9cfe9 to your computer and use it in GitHub Desktop.
Save Rajneesh360Logica/e638dada69d4dae9cfe9 to your computer and use it in GitHub Desktop.
System.IO.EndOfStreamException: Failed to read past end of stream.
at System.IO.BinaryReader.ReadByte () [0x00047] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.IO/BinaryReader.cs:318
at TestCustSerDeset.iOS.Recipe.DeSerialize (System.IO.BinaryReader stream) [0x0005e] in /Users/MM/Downloads/TestCustSerDeser/TestCustSerDeset.iOS/TestCustSerDeset.iOSViewController.cs:91
at TestCustSerDeset.iOS.TestCustSerDeset_iOSViewController.ViewDidLoad () [0x00087] in /Users/MM/Downloads/TestCustSerDeser/TestCustSerDeset.iOS/TestCustSerDeset.iOSViewController.cs:132
at at (wrapper managed-to-native) MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, IntPtr principal, IntPtr delegate) [0x00005] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:62
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Developer/MonoTouch/Source/monotouch/src/UIKit/UIApplication.cs:46
at TestCustSerDeset.iOS.Application.Main (System.String[] args) [0x00008] in /Users/MM/Downloads/TestCustSerDeser/TestCustSerDeset.iOS/Main.cs:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment