Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created April 2, 2014 08:47
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/54364ea6f09a1a706943 to your computer and use it in GitHub Desktop.
Save saurabh360/54364ea6f09a1a706943 to your computer and use it in GitHub Desktop.
System.AggregateException: One or more errors occurred. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Xamarin.VisualStudio.IOS.Designer.DesignerRemoteRequests.<>c__DisplayClass3.<SendPayload>b__0(VSBuildServerClient client)
at Xamarin.VisualStudio.IOS.Utilities.Helpers.<>c__DisplayClass9c`1.<RunOnlyIfConnected>b__9a()
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.NullReferenceException: Object reference not set to an instance of an object.
at Xamarin.VisualStudio.IOS.Designer.DesignerRemoteRequests.<>c__DisplayClass3.<SendPayload>b__0(VSBuildServerClient client)
at Xamarin.VisualStudio.IOS.Utilities.Helpers.<>c__DisplayClass9c`1.<RunOnlyIfConnected>b__9a()
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()<---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment