Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created May 20, 2014 08:48
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/ff42d23039ba8fcffebb to your computer and use it in GitHub Desktop.
Save saurabh360/ff42d23039ba8fcffebb to your computer and use it in GitHub Desktop.
System.NullReferenceException: Object reference not set to an instance of an object
at System.Net.ServicePoint.SendRequest (System.Net.HttpWebRequest request, System.String groupName) [0x00072] in /Developer/MonoTouch/Source/mono/mcs/class/System/System.Net/ServicePoint.cs:430
at System.Net.HttpWebRequest.GetResponseAsyncCB2 (System.Net.WebAsyncResult aread) [0x00094] in /Developer/MonoTouch/Source/mono/mcs/class/System/System.Net/HttpWebRequest.cs:966
at System.Net.HttpWebRequest.BeginGetResponse (System.AsyncCallback callback, System.Object state) [0x000e8] in /Developer/MonoTouch/Source/mono/mcs/class/System/System.Net/HttpWebRequest.cs:919
at CrashTest.io.AsyncHttp.Execute (CrashTest.io.UrlParams urlParams) [0x00084] in /Users/MM/Downloads/CrashTest/CrashTest/AsyncHttp.cs:50
at CrashTest.CrashTestViewController.StartTest () [0x00024] in /Users/MM/Downloads/CrashTest/CrashTest/CrashTestViewController.cs:40
at CrashTest.CrashTestViewController.<ViewDidLoad>m__0 (System.Object sender, System.EventArgs e) [0x00001] in /Users/MM/Downloads/CrashTest/CrashTest/CrashTestViewController.cs:47
at MonoTouch.UIKit.UIControlEventProxy.Activated () [0x00007] in /Developer/MonoTouch/Source/monotouch/src/UIKit/.pmcs-compat.UIControl.cs:33
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/.pmcs-compat.UIApplication.cs:38
at CrashTest.Application.Main (System.String[] args) [0x00008] in /Users/MM/Downloads/CrashTest/CrashTest/Main.cs:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment