Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created January 27, 2014 12: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/0e39f686dedff4351b4f to your computer and use it in GitHub Desktop.
Save saurabh360/0e39f686dedff4351b4f to your computer and use it in GitHub Desktop.
Xamarin.iOS: USING STAGING SERVER FOR ACTIVATION
Starting iPhone Retina (3.5-inch) simulator 7.0
Launching application
Application launched. PID = 3054
>Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll [External]
Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll [External]
Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/System.dll [External]
Thread started: #2
Loaded assembly: /Users/Admin_Mac/Desktop/monotouch-samples-master/AsyncDownloadImage/AsyncDownloadImage/bin/iPhoneSimulator/Debug/AsyncDownloadImage.exe
Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/System.Xml.dll [External]
Thread started: <Thread Pool> #3
Thread started: <Thread Pool> #4
Thread started: <Thread Pool> #5
Thread started: <Thread Pool> #6
2014-01-27 18:08:56.736 AsyncDownloadImage[3054:a0b] Cancel clicked!
2014-01-27 18:08:57.120 AsyncDownloadImage[3054:a0b] System.OperationCanceledException: The operation was canceled.
at System.Threading.CancellationToken.ThrowIfCancellationRequested () [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Threading/CancellationToken.cs:89
at System.Net.WebClient+<ReadAllTaskAsync>c__async3.MoveNext () [0x001dc] in /Developer/MonoTouch/Source/mono/mcs/class/System/System.Net/WebClient.cs:1608
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter`1[System.Byte[]].GetResult () [0x00034] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter_T.cs:59
at System.Net.WebClient+<DownloadDataTaskAsync>c__async0.MoveNext () [0x00135] in /Developer/MonoTouch/Source/mono/mcs/class/System/System.Net/WebClient.cs:1532
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter`1[System.Byte[]].GetResult () [0x00034] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter_T.cs:59
at AsyncDownloadImage.AsyncDownloadImageViewController+<downloadAsync>c__async0.MoveNext () [0x00165] in /Users/Admin_Mac/Desktop/monotouch-samples-master/AsyncDownloadImage/AsyncDownloadImage/AsyncDownloadImageViewController.cs:78
2014-01-27 18:09:08.611 AsyncDownloadImage[3054:a0b] Cancel clicked!
2014-01-27 18:09:08.626 AsyncDownloadImage[3054:a0b] System.OperationCanceledException: The operation was canceled.
at System.Threading.CancellationToken.ThrowIfCancellationRequested () [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Threading/CancellationToken.cs:89
at System.Net.WebClient+<ReadAllTaskAsync>c__async3.MoveNext () [0x001dc] in /Developer/MonoTouch/Source/mono/mcs/class/System/System.Net/WebClient.cs:1608
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter`1[System.Byte[]].GetResult () [0x00034] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter_T.cs:59
at System.Net.WebClient+<DownloadDataTaskAsync>c__async0.MoveNext () [0x00135] in /Developer/MonoTouch/Source/mono/mcs/class/System/System.Net/WebClient.cs:1532
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter`1[System.Byte[]].GetResult () [0x00034] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter_T.cs:59
at AsyncDownloadImage.AsyncDownloadImageViewController+<downloadAsync>c__async0.MoveNext () [0x00165] in /Users/Admin_Mac/Desktop/monotouch-samples-master/AsyncDownloadImage/AsyncDownloadImage/AsyncDownloadImageViewController.cs:78
2014-01-27 18:09:24.802 AsyncDownloadImage[3054:a0b] Cancel clicked!
2014-01-27 18:09:24.930 AsyncDownloadImage[3054:a0b] System.OperationCanceledException: The operation was canceled.
at System.Threading.CancellationToken.ThrowIfCancellationRequested () [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Threading/CancellationToken.cs:89
at System.Net.WebClient+<ReadAllTaskAsync>c__async3.MoveNext () [0x001dc] in /Developer/MonoTouch/Source/mono/mcs/class/System/System.Net/WebClient.cs:1608
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter`1[System.Byte[]].GetResult () [0x00034] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter_T.cs:59
at System.Net.WebClient+<DownloadDataTaskAsync>c__async0.MoveNext () [0x00135] in /Developer/MonoTouch/Source/mono/mcs/class/System/System.Net/WebClient.cs:1532
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter`1[System.Byte[]].GetResult () [0x00034] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter_T.cs:59
at AsyncDownloadImage.AsyncDownloadImageViewController+<downloadAsync>c__async0.MoveNext () [0x00165] in /Users/Admin_Mac/Desktop/monotouch-samples-master/AsyncDownloadImage/AsyncDownloadImage/AsyncDownloadImageViewController.cs:78
2014-01-27 18:09:38.569 AsyncDownloadImage[3054:a0b] Cancel clicked!
2014-01-27 18:09:38.686 AsyncDownloadImage[3054:a0b] System.OperationCanceledException: The operation was canceled.
at System.Threading.CancellationToken.ThrowIfCancellationRequested () [0x0001b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Threading/CancellationToken.cs:89
at System.Net.WebClient+<ReadAllTaskAsync>c__async3.MoveNext () [0x001dc] in /Developer/MonoTouch/Source/mono/mcs/class/System/System.Net/WebClient.cs:1608
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter`1[System.Byte[]].GetResult () [0x00034] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter_T.cs:59
at System.Net.WebClient+<DownloadDataTaskAsync>c__async0.MoveNext () [0x00135] in /Developer/MonoTouch/Source/mono/mcs/class/System/System.Net/WebClient.cs:1532
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter`1[System.Byte[]].GetResult () [0x00034] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter_T.cs:59
at AsyncDownloadImage.AsyncDownloadImageViewController+<downloadAsync>c__async0.MoveNext () [0x00165] in /Users/Admin_Mac/Desktop/monotouch-samples-master/AsyncDownloadImage/AsyncDownloadImage/AsyncDownloadImageViewController.cs:78
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment