Advertisement
Guest User

Untitled

a guest
May 14th, 2012
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. System.NullReferenceException: Object reference not set to an instance of an object.
  2. at Xamarin.AndroidDesigner.JavaProcessConnection.OnConnected(IAsyncResult res)
  3. at System.Net.LazyAsyncResult.Complete(IntPtr userToken)
  4. at System.Net.ContextAwareResult.CompleteCallback(Object state)
  5. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)
  6. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  7. at System.Net.ContextAwareResult.Complete(IntPtr userToken)
  8. at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken)
  9. at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped)
  10. at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement