Skip to content

Instantly share code, notes, and snippets.

@saurabh360
Created November 5, 2013 14:22
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/3a44ce968d5781e3beb8 to your computer and use it in GitHub Desktop.
Save saurabh360/3a44ce968d5781e3beb8 to your computer and use it in GitHub Desktop.
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-29 18:40:59.4] Unhandled exception in Task
System.TypeInitializationException: The type initializer for 'Mono.VisualStudio.Extension.UIThread' threw an exception. ---> System.InvalidOperationException: The current SynchronizationContext may not be used as a TaskScheduler.
at System.Threading.Tasks.SynchronizationContextTaskScheduler..ctor()
at System.Threading.Tasks.TaskScheduler.FromCurrentSynchronizationContext()
at Mono.VisualStudio.Extension.UIThread..cctor()
--- End of inner exception stack trace ---
at Mono.VisualStudio.Extension.UIThread.get_Default()
at Mono.VisualStudio.Shell.ShellPackage.LicenseSyncCompleted(Object sender, EventArgs e)
at Xamarin.Components.Ide.Activation.ActivationService.OnSyncCompleted()
at Xamarin.Components.Ide.Activation.ActivationService.<OnHandlerEntitlementsChanged>b__33(Task`1[] t)
at System.Threading.Tasks.GenericDelegateCache`2.<.cctor>b__3(Task`1 wrappedAntecedents, Object state)
at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
Mono.Android.VisualStudio.MonoAndroidPackage Error: 0 : [2013-10-29 18:49:16.0] Background task error
System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. ---> System.ArgumentNullException: Value cannot be null.
Parameter name: source
at System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate)
at Mono.Android.VisualStudio.MonoAndroidDeviceManager.SetDefaultDevice(String name)
at Mono.Android.VisualStudio.MonoAndroidPackage.SaveSelectedDevice()
at Mono.Android.VisualStudio.MonoAndroidPackage.<>c__DisplayClass16.<ForceUpdateSelectedDevice>b__11(Task`1 devicelist_task)
at System.Threading.Tasks.ContinuationTaskFromResultTask`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.ArgumentNullException: Value cannot be null.
Parameter name: source
at System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate)
at Mono.Android.VisualStudio.MonoAndroidDeviceManager.SetDefaultDevice(String name)
at Mono.Android.VisualStudio.MonoAndroidPackage.SaveSelectedDevice()
at Mono.Android.VisualStudio.MonoAndroidPackage.<>c__DisplayClass16.<ForceUpdateSelectedDevice>b__11(Task`1 devicelist_task)
at System.Threading.Tasks.ContinuationTaskFromResultTask`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()<---
Mono.IOS.VisualStudio.MonoTouchPackage Warning: 0 : [2013-10-29 20:30:23.4] Initializing Mono.IOS.VisualStudio.MonoTouchPackage
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-10-29 20:30:24.4] Error establishing connection to Xamarin.iOS build server
System.TypeInitializationException: The type initializer for 'Mono.VisualStudio.Extension.UIThread' threw an exception. ---> System.InvalidOperationException: The current SynchronizationContext may not be used as a TaskScheduler.
at System.Threading.Tasks.SynchronizationContextTaskScheduler..ctor()
at System.Threading.Tasks.TaskScheduler.FromCurrentSynchronizationContext()
at Mono.VisualStudio.Extension.UIThread..cctor()
--- End of inner exception stack trace ---
at Mono.VisualStudio.Extension.UIThread.get_Default()
at Mono.IOS.VisualStudio.Utilities.Helpers.EstablishConnection(VSBuildServerClient srv, String connectMessage, Int32 maxRetries, Boolean autoShowWizard)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-10-29 20:30:24.4] Force-closing the server connection
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-10-29 20:30:24.5] Exception caught.
System.TypeInitializationException: The type initializer for 'Mono.VisualStudio.Extension.UIThread' threw an exception. ---> System.InvalidOperationException: The current SynchronizationContext may not be used as a TaskScheduler.
at System.Threading.Tasks.SynchronizationContextTaskScheduler..ctor()
at System.Threading.Tasks.TaskScheduler.FromCurrentSynchronizationContext()
at Mono.VisualStudio.Extension.UIThread..cctor()
--- End of inner exception stack trace ---
at Mono.VisualStudio.Extension.UIThread.get_Default()
at Mono.IOS.VisualStudio.Utilities.Helpers.EstablishConnection(VSBuildServerClient srv, String connectMessage, Int32 maxRetries, Boolean autoShowWizard)
at Mono.IOS.VisualStudio.Utilities.Helpers.<TryEstablishConnection>b__bf(VSBuildServerClient srv)
at Mono.IOS.VisualStudio.Utilities.Helpers.DoRunLockedServerCode[TResult](Boolean writeLock, Boolean justTry, Func`2 code, Action tryEnterFailure)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-10-29 20:30:24.5] at Mono.VisualStudio.Extension.UIThread.get_Default()
at Mono.IOS.VisualStudio.Utilities.Helpers.EstablishConnection(VSBuildServerClient srv, String connectMessage, Int32 maxRetries, Boolean autoShowWizard)
at Mono.IOS.VisualStudio.Utilities.Helpers.<TryEstablishConnection>b__bf(VSBuildServerClient srv)
at Mono.IOS.VisualStudio.Utilities.Helpers.DoRunLockedServerCode[TResult](Boolean writeLock, Boolean justTry, Func`2 code, Action tryEnterFailure)
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-31 15:19:17.7] Failed to update Android license: Timeout.
Mono.VisualStudio.Shell.ShellPackage Warning: 0 : [2013-10-31 15:19:18.2] Activation could not reach internet: Timeout
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-31 17:29:48.9] Unhandled exception in Task
System.OperationCanceledException: The operation was canceled.
at System.Threading.CancellationToken.ThrowOperationCanceledException()
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at Xamarin.Components.Ide.Activation.ActivationService.<>c__DisplayClass5d.<RetrySyncUntil>b__58()
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-31 17:32:52.3] Unhandled exception in Task
System.OperationCanceledException: The operation was canceled.
at System.Threading.CancellationToken.ThrowOperationCanceledException()
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at Xamarin.Components.Ide.Activation.ActivationService.<>c__DisplayClass5d.<RetrySyncUntil>b__58()
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-31 17:55:05.8] Failed to update Android license: Timeout.
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-31 17:55:05.8] Failed to update iOS license: Timeout.
Mono.VisualStudio.Shell.ShellPackage Warning: 0 : [2013-10-31 17:55:06.4] Activation could not reach internet: Timeout
Mono.IOS.VisualStudio.MonoTouchPackage Warning: 0 : [2013-10-31 17:55:52.2] Initializing Mono.IOS.VisualStudio.MonoTouchPackage
Mono.AndroidTools.AndroidLogger Error: 0 : [2013-10-31 19:37:19.1] [E:]: Error in device tracker
System.AggregateException: One or more errors occurred. ---> Mono.AndroidTools.AdbException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
at Mono.AndroidTools.Adb.ReadFullAsyncResult.EndRead(IAsyncResult ar)
at Mono.AndroidTools.Adb.AdbClient.ReadStringWithLength_OnReadLength(IAsyncResult ar)
--- End of inner exception stack trace ---
at Mono.AndroidTools.Util.AggregateAsyncResult.CheckError(CancellationToken token)
at Mono.AndroidTools.Adb.AdbClient.EndReadStringWithLength(IAsyncResult asyncResult)
at Mono.AndroidTools.TrackDeviceTask.GotString(IAsyncResult r)
--- End of inner exception stack trace ---
---> (Inner Exception #0) Mono.AndroidTools.AdbException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
at Mono.AndroidTools.Adb.ReadFullAsyncResult.EndRead(IAsyncResult ar)
at Mono.AndroidTools.Adb.AdbClient.ReadStringWithLength_OnReadLength(IAsyncResult ar)
--- End of inner exception stack trace ---
at Mono.AndroidTools.Util.AggregateAsyncResult.CheckError(CancellationToken token)
at Mono.AndroidTools.Adb.AdbClient.EndReadStringWithLength(IAsyncResult asyncResult)
at Mono.AndroidTools.TrackDeviceTask.GotString(IAsyncResult r)<---
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-31 19:50:21.2] Failed to update Android license: You have reached the maximum number of activations. (TooManyMachines)
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-31 19:50:21.3] Failed to update iOS license: You have reached the maximum number of activations. (TooManyMachines)
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-31 19:50:42.2] Failed to update iOS license: You have reached the maximum number of activations. (TooManyMachines)
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-31 19:50:42.2] Failed to update Android license: You have reached the maximum number of activations. (TooManyMachines)
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-31 19:50:46.7] Failed to update Android license: You have reached the maximum number of activations. (TooManyMachines)
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-31 19:50:46.7] Failed to update iOS license: You have reached the maximum number of activations. (TooManyMachines)
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-31 19:50:52.3] Failed to update iOS license: You have reached the maximum number of activations. (TooManyMachines)
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-31 19:50:54.6] Failed to update Android license: You have reached the maximum number of activations. (TooManyMachines)
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-31 19:50:57.5] Failed to update iOS license: You have reached the maximum number of activations. (TooManyMachines)
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-31 19:50:57.5] Failed to update Android license: You have reached the maximum number of activations. (TooManyMachines)
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-31 19:51:02.1] Failed to update Android license: You have reached the maximum number of activations. (TooManyMachines)
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-31 19:51:02.1] Failed to update iOS license: You have reached the maximum number of activations. (TooManyMachines)
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-31 19:51:04.9] Unhandled exception in Task
System.OperationCanceledException: The operation was canceled.
at System.Threading.CancellationToken.ThrowOperationCanceledException()
at System.Threading.ManualResetEventSlim.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.SpinThenBlockingWait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.InternalWait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at Xamarin.Components.Ide.Activation.ActivationService.<>c__DisplayClass5d.<RetrySyncUntil>b__58()
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-31 23:55:30.4] Read invalid license: iOS Trial 10/24/2013 11:54:37 PM. Trial period has expired. (MT9001)
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-31 23:55:30.7] Read invalid license: Android Trial 10/24/2013 11:54:37 PM. Trial period has expired. (XA9001)
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-31 23:57:41.3] Unhandled exception in activation workflow
System.InvalidOperationException: Cannot set Visibility or call Show, ShowDialog, or WindowInteropHelper.EnsureHandle after a Window has closed.
at System.Windows.Window.VerifyCanShow()
at System.Windows.Window.ShowDialog()
at Xwt.WPFBackend.DialogBackend.RunLoop(IWindowFrameBackend parent)
at Xwt.Dialog.<>c__DisplayClass1.<Run>b__0()
at Xwt.Toolkit.InvokePlatformCode(Action a)
at Xwt.Dialog.Run(WindowFrame parent)
at Xamarin.Components.Ide.Activation.ActivationDialog.RunWorkflow(ActivationWorkflowStep workflow, Object parentWindow)
Mono.IOS.VisualStudio.MonoTouchPackage Warning: 0 : [2013-10-31 23:57:48.9] Initializing Mono.IOS.VisualStudio.MonoTouchPackage
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-31 23:58:11.0] Unhandled exception in activation workflow
System.InvalidOperationException: Cannot set Visibility or call Show, ShowDialog, or WindowInteropHelper.EnsureHandle after a Window has closed.
at System.Windows.Window.VerifyCanShow()
at System.Windows.Window.ShowDialog()
at Xwt.WPFBackend.DialogBackend.RunLoop(IWindowFrameBackend parent)
at Xwt.Dialog.<>c__DisplayClass1.<Run>b__0()
at Xwt.Toolkit.InvokePlatformCode(Action a)
at Xwt.Dialog.Run(WindowFrame parent)
at Xamarin.Components.Ide.Activation.ActivationDialog.RunWorkflow(ActivationWorkflowStep workflow, Object parentWindow)
Mono.VisualStudio.Extension.Utilities Warning: 0 : [2013-10-31 23:58:11.2] WaitInUIThread Window threw an Exception.
System.InvalidOperationException: Cannot set Visibility or call Show, ShowDialog, or WindowInteropHelper.EnsureHandle after a Window has closed.
at System.Windows.Window.VerifyCanShow()
at System.Windows.Window.ShowDialog()
at Xwt.WPFBackend.DialogBackend.RunLoop(IWindowFrameBackend parent)
at Xwt.Dialog.<>c__DisplayClass1.<Run>b__0()
at Xwt.Toolkit.InvokePlatformCode(Action a)
at Xwt.Dialog.Run(WindowFrame parent)
at Xwt.Dialog.Run()
at Xamarin.Components.Ide.Activation.ActivationDialog.RunWorkflow(ActivationWorkflowStep workflow, Object parentWindow)
at Xamarin.Components.Ide.Activation.ActivationService.RunWorkflowsUntilResolved(ActivationWorkflowStep workflow, Object parentWindow)
at Xamarin.Components.Ide.Activation.ActivationService.AuthorizeFeatures(Object parentWindow, IList`1 features)
at Mono.IOS.VisualStudio.Dialogs.MonoTouchSettingsDialog.btnExplorer_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object& pvaOut)
at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object& pvaOut)
at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
Mono.VisualStudio.Extension.Utilities Warning: 0 : [2013-10-31 23:58:11.2] WaitInUIThread Window threw an Exception.
System.InvalidOperationException: Cannot set Visibility or call Show, ShowDialog, or WindowInteropHelper.EnsureHandle after a Window has closed.
at System.Windows.Window.VerifyCanShow()
at System.Windows.Window.ShowDialog()
at Xwt.WPFBackend.DialogBackend.RunLoop(IWindowFrameBackend parent)
at Xwt.Dialog.<>c__DisplayClass1.<Run>b__0()
at Xwt.Toolkit.InvokePlatformCode(Action a)
at Xwt.Dialog.Run(WindowFrame parent)
at Xwt.Dialog.Run()
at Xamarin.Components.Ide.Activation.ActivationDialog.RunWorkflow(ActivationWorkflowStep workflow, Object parentWindow)
at Xamarin.Components.Ide.Activation.ActivationService.RunWorkflowsUntilResolved(ActivationWorkflowStep workflow, Object parentWindow)
at Xamarin.Components.Ide.Activation.ActivationService.AuthorizeFeatures(Object parentWindow, IList`1 features)
at Mono.IOS.VisualStudio.Dialogs.MonoTouchSettingsDialog.btnExplorer_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource.Invoke(String verb, Object pvaIn, Object& pvaOut)
at Microsoft.Internal.VisualStudio.PlatformUI.DataSource.Invoke(String verb, Object pvaIn, Object& pvaOut)
at Microsoft.VisualStudio.PlatformUI.VsCommand.Execute(Object parameter)
at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
at System.Windows.Controls.MenuItem.InvokeClickAfterRender(Object arg)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
Mono.AndroidTools.AndroidLogger Error: 0 : [2013-11-01 10:22:41.5] [E:]: Deployment failed
Xamarin.AndroidTools.AndroidDeploymentException: FailedToSynchronizeFastDevAssemblies ---> Mono.AndroidTools.AdbException: Permission denied
at Mono.AndroidTools.Util.AggregateAsyncResult.CheckError(CancellationToken token)
at Mono.AndroidTools.Adb.AdbSyncClient.EndPushSyncItems(IAsyncResult result)
at Mono.AndroidTools.Internal.AdbClientTaskExtensions.InnerInvoke(TaskCompletionSource`1 tcs, Func`2 endMethod, IAsyncResult l)
--- End of inner exception stack trace ---
at Xamarin.AndroidTools.AndroidDeploySession.InstallAssemblies(String destinationPath, CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.FastDev()
at Xamarin.AndroidTools.AndroidDeploySession.Run(CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.RunLogged(CancellationToken token)
Mono.AndroidTools.AndroidLogger Error: 0 : [2013-11-01 10:23:30.5] [E:]: Deployment failed
Xamarin.AndroidTools.AndroidDeploymentException: FailedToSynchronizeFastDevAssemblies ---> Mono.AndroidTools.AdbException: Permission denied
at Mono.AndroidTools.Util.AggregateAsyncResult.CheckError(CancellationToken token)
at Mono.AndroidTools.Adb.AdbSyncClient.EndPushSyncItems(IAsyncResult result)
at Mono.AndroidTools.Internal.AdbClientTaskExtensions.InnerInvoke(TaskCompletionSource`1 tcs, Func`2 endMethod, IAsyncResult l)
--- End of inner exception stack trace ---
at Xamarin.AndroidTools.AndroidDeploySession.InstallAssemblies(String destinationPath, CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.FastDev()
at Xamarin.AndroidTools.AndroidDeploySession.Run(CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.RunLogged(CancellationToken token)
Mono.IOS.VisualStudio.MonoTouchPackage Warning: 0 : [2013-11-01 10:31:48.1] Initializing Mono.IOS.VisualStudio.MonoTouchPackage
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-01 10:31:50.5] Build server control connection failed
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-01 10:31:50.5] Not connected to the build server
Mono.Android.VisualStudio.MonoAndroidPackage Warning: 0 : [2013-11-01 10:31:51.0] Failed to disconnect from the build server
Mono.IOS.VisualStudio.MonoTouchPackage Warning: 0 : [2013-11-01 10:31:51.1] Failed to disconnect from the build server
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-01 10:31:51.1] Force-closing the server connection
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-01 10:31:51.1] Exception caught.
System.NullReferenceException: Object reference not set to an instance of an object.
at Mono.IOS.VisualStudio.Utilities.Helpers.<IsConnected>b__3e(VSBuildServerClient srv)
at Mono.IOS.VisualStudio.Utilities.Helpers.DoRunLockedServerCode[TResult](Boolean writeLock, Boolean justTry, Func`2 code, Action tryEnterFailure)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-01 10:31:51.2] at Mono.IOS.VisualStudio.Utilities.Helpers.<IsConnected>b__3e(VSBuildServerClient srv)
at Mono.IOS.VisualStudio.Utilities.Helpers.DoRunLockedServerCode[TResult](Boolean writeLock, Boolean justTry, Func`2 code, Action tryEnterFailure)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-01 10:32:09.9] Build server returned an Error.
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-01 10:32:10.0] Missing required login parameter
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-01 10:33:48.7] Exception caught.
System.OperationCanceledException: The operation was canceled.
at Mono.IOS.VisualStudio.Utilities.Helpers.<CreateServer>b__2b(NotPairedHandlerArgs args)
at MonoTouch.Tools.Utilities.BuildServerClient.<.ctor>b__0(NotPairedHandlerArgs args)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.OnNotPaired(NotPairedReason reason, Exception exception)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.DoLoginToServer(Boolean ignoreServerError, Boolean& retry)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.LoginToServer(Boolean ignoreServerError)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.Server_Init(String command, String method, IDictionary`2 queryVariables, String payloadChecksum)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.Server_GetResult[T](String command, IDictionary`2 queryVariables)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-01 10:33:48.7] Build server control connection failed
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-01 10:33:48.7] Server command 'ListDevices': The list of devices on the server is not available
Command execution task ended with exception
Exception System.OperationCanceledException: The operation was canceled.
Exception details can be found in the log file
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-01 10:33:48.7] Server 192.168.3.23 hung up connection. Unable to read data from the transport connection: A blocking operation was interrupted by a call to WSACancelBlockingCall. (System.IO.IOException)
Mono.AndroidTools.AndroidLogger Error: 0 : [2013-11-01 10:43:02.5] [E:]: Deployment failed
Xamarin.AndroidTools.AndroidDeploymentException: FailedToSynchronizeFastDevAssemblies ---> Mono.AndroidTools.AdbException: Permission denied
at Mono.AndroidTools.Util.AggregateAsyncResult.CheckError(CancellationToken token)
at Mono.AndroidTools.Adb.AdbSyncClient.EndPushSyncItems(IAsyncResult result)
at Mono.AndroidTools.Internal.AdbClientTaskExtensions.InnerInvoke(TaskCompletionSource`1 tcs, Func`2 endMethod, IAsyncResult l)
--- End of inner exception stack trace ---
at Xamarin.AndroidTools.AndroidDeploySession.InstallAssemblies(String destinationPath, CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.FastDev()
at Xamarin.AndroidTools.AndroidDeploySession.Run(CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.RunLogged(CancellationToken token)
Mono.AndroidTools.AndroidLogger Error: 0 : [2013-11-01 10:43:40.0] [E:]: Deployment failed
Xamarin.AndroidTools.AndroidDeploymentException: FailedToSynchronizeFastDevAssemblies ---> Mono.AndroidTools.AdbException: Permission denied
at Mono.AndroidTools.Util.AggregateAsyncResult.CheckError(CancellationToken token)
at Mono.AndroidTools.Adb.AdbSyncClient.EndPushSyncItems(IAsyncResult result)
at Mono.AndroidTools.Internal.AdbClientTaskExtensions.InnerInvoke(TaskCompletionSource`1 tcs, Func`2 endMethod, IAsyncResult l)
--- End of inner exception stack trace ---
at Xamarin.AndroidTools.AndroidDeploySession.InstallAssemblies(String destinationPath, CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.FastDev()
at Xamarin.AndroidTools.AndroidDeploySession.Run(CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.RunLogged(CancellationToken token)
Mono.AndroidTools.AndroidLogger Error: 0 : [2013-11-01 10:44:43.9] [E:]: Deployment failed
Xamarin.AndroidTools.AndroidDeploymentException: FailedToSynchronizeFastDevAssemblies ---> Mono.AndroidTools.AdbException: Permission denied
at Mono.AndroidTools.Util.AggregateAsyncResult.CheckError(CancellationToken token)
at Mono.AndroidTools.Adb.AdbSyncClient.EndPushSyncItems(IAsyncResult result)
at Mono.AndroidTools.Internal.AdbClientTaskExtensions.InnerInvoke(TaskCompletionSource`1 tcs, Func`2 endMethod, IAsyncResult l)
--- End of inner exception stack trace ---
at Xamarin.AndroidTools.AndroidDeploySession.InstallAssemblies(String destinationPath, CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.FastDev()
at Xamarin.AndroidTools.AndroidDeploySession.Run(CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.RunLogged(CancellationToken token)
Mono.AndroidTools.AndroidLogger Error: 0 : [2013-11-01 10:48:42.4] [E:]: Deployment failed
Xamarin.AndroidTools.AndroidDeploymentException: FailedToSynchronizeFastDevAssemblies ---> Mono.AndroidTools.AdbException: Permission denied
at Mono.AndroidTools.Util.AggregateAsyncResult.CheckError(CancellationToken token)
at Mono.AndroidTools.Adb.AdbSyncClient.EndPushSyncItems(IAsyncResult result)
at Mono.AndroidTools.Internal.AdbClientTaskExtensions.InnerInvoke(TaskCompletionSource`1 tcs, Func`2 endMethod, IAsyncResult l)
--- End of inner exception stack trace ---
at Xamarin.AndroidTools.AndroidDeploySession.InstallAssemblies(String destinationPath, CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.FastDev()
at Xamarin.AndroidTools.AndroidDeploySession.Run(CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.RunLogged(CancellationToken token)
Mono.AndroidTools.AndroidLogger Error: 0 : [2013-11-01 11:12:18.9] [E:]: Deployment failed
Xamarin.AndroidTools.AndroidDeploymentException: FailedToSynchronizeFastDevAssemblies ---> Mono.AndroidTools.AdbException: Permission denied
at Mono.AndroidTools.Util.AggregateAsyncResult.CheckError(CancellationToken token)
at Mono.AndroidTools.Adb.AdbSyncClient.EndPushSyncItems(IAsyncResult result)
at Mono.AndroidTools.Internal.AdbClientTaskExtensions.InnerInvoke(TaskCompletionSource`1 tcs, Func`2 endMethod, IAsyncResult l)
--- End of inner exception stack trace ---
at Xamarin.AndroidTools.AndroidDeploySession.InstallAssemblies(String destinationPath, CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.FastDev()
at Xamarin.AndroidTools.AndroidDeploySession.Run(CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.RunLogged(CancellationToken token)
Mono.AndroidTools.AndroidLogger Error: 0 : [2013-11-01 11:13:23.6] [E:]: Deployment failed
Xamarin.AndroidTools.AndroidDeploymentException: FailedToSynchronizeFastDevAssemblies ---> Mono.AndroidTools.AdbException: Permission denied
at Mono.AndroidTools.Util.AggregateAsyncResult.CheckError(CancellationToken token)
at Mono.AndroidTools.Adb.AdbSyncClient.EndPushSyncItems(IAsyncResult result)
at Mono.AndroidTools.Internal.AdbClientTaskExtensions.InnerInvoke(TaskCompletionSource`1 tcs, Func`2 endMethod, IAsyncResult l)
--- End of inner exception stack trace ---
at Xamarin.AndroidTools.AndroidDeploySession.InstallAssemblies(String destinationPath, CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.FastDev()
at Xamarin.AndroidTools.AndroidDeploySession.Run(CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.RunLogged(CancellationToken token)
Mono.AndroidTools.AndroidLogger Error: 0 : [2013-11-01 11:18:29.7] [E:]: Deployment failed
Xamarin.AndroidTools.AndroidDeploymentException: FastDevDirectoryCreationFailed
at Xamarin.AndroidTools.AndroidDeploySession.WaitForRemoteDirCreation(String destinationPath, CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.InstallAssemblies(String destinationPath, CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.FastDev()
at Xamarin.AndroidTools.AndroidDeploySession.Run(CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.RunLogged(CancellationToken token)
Mono.AndroidTools.AndroidLogger Error: 0 : [2013-11-01 11:23:27.0] [E:]: Deployment failed
Xamarin.AndroidTools.AndroidDeploymentException: FastDevDirectoryCreationFailed
at Xamarin.AndroidTools.AndroidDeploySession.WaitForRemoteDirCreation(String destinationPath, CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.InstallAssemblies(String destinationPath, CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.FastDev()
at Xamarin.AndroidTools.AndroidDeploySession.Run(CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.RunLogged(CancellationToken token)
Mono.AndroidTools.AndroidLogger Error: 0 : [2013-11-01 12:04:40.2] [E:]: Deployment failed
Xamarin.AndroidTools.AndroidDeploymentException: FastDevDirectoryCreationFailed
at Xamarin.AndroidTools.AndroidDeploySession.WaitForRemoteDirCreation(String destinationPath, CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.InstallAssemblies(String destinationPath, CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.FastDev()
at Xamarin.AndroidTools.AndroidDeploySession.Run(CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.RunLogged(CancellationToken token)
Mono.Android.VisualStudio.MonoAndroidPackage Error: 0 : [2013-11-01 12:50:06.5] Background task error
System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. ---> System.AggregateException: One or more errors occurred. ---> Microsoft.Build.Exceptions.InvalidProjectFileException: The project file could not be loaded. Could not find a part of the path 'D:\1 Nov\monodroid-samples-master dc57d60eb51d02774b259a2d0e370547087975ef\monodroid-samples-master\SPenSdkBinding\SPenSdkExample1\SPenSdkExample1.csproj'. D:\1 Nov\monodroid-samples-master dc57d60eb51d02774b259a2d0e370547087975ef\monodroid-samples-master\SPenSdkBinding\SPenSdkExample1\SPenSdkExample1.csproj ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:\1 Nov\monodroid-samples-master dc57d60eb51d02774b259a2d0e370547087975ef\monodroid-samples-master\SPenSdkBinding\SPenSdkExample1\SPenSdkExample1.csproj'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver)
at System.Threading.CompressedStack.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.CompressedStack.Run(CompressedStack compressedStack, ContextCallback callback, Object state)
at System.Xml.XmlTextReaderImpl.OpenUrl()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at Microsoft.Build.Construction.ProjectRootElement.LoadDocument(String fullPath)
--- End of inner exception stack trace ---
at Microsoft.Build.Shared.ProjectFileErrorUtilities.VerifyThrowInvalidProjectFile(Boolean condition, String errorSubCategoryResourceName, BuildEventFileInfo projectFile, Exception innerException, String resourceName, Object[] args)
at Microsoft.Build.Construction.ProjectRootElement.LoadDocument(String fullPath)
at Microsoft.Build.Construction.ProjectRootElement..ctor(String path, ProjectRootElementCache projectRootElementCache, BuildEventContext buildEventContext)
at Microsoft.Build.Construction.ProjectRootElement.CreateProjectFromPath(String projectFile, IDictionary`2 globalProperties, String toolsVersion, ILoggingService loggingService, ProjectRootElementCache projectRootElementCache, BuildEventContext buildEventContext)
at Microsoft.Build.Construction.ProjectRootElement.<>c__DisplayClass1.<OpenProjectOrSolution>b__0(String path, ProjectRootElementCache cache)
at Microsoft.Build.Evaluation.ProjectRootElementCache.Get(String projectFile, OpenProjectRootElement openProjectRootElement, Boolean isExplicitlyLoaded)
at Microsoft.Build.Construction.ProjectRootElement.OpenProjectOrSolution(String fullPath, IDictionary`2 globalProperties, String toolsVersion, ILoggingService loggingService, ProjectRootElementCache projectRootElementCache, BuildEventContext buildEventContext, Boolean isExplicitlyLoaded)
at Microsoft.Build.Evaluation.Project..ctor(String projectFile, IDictionary`2 globalProperties, String toolsVersion, String subToolsetVersion, ProjectCollection projectCollection, ProjectLoadSettings loadSettings)
at Microsoft.VisualStudio.Build.ComInteropWrapper.ProjectShim.LoadProjectWithSettings(String projectFileName, ProjectLoadSettingsShim projectLoadSettings)
at Microsoft.VisualStudio.Services.VsTask.InternalWait(Boolean ignoreUIThreadCheck, Int32 millisecondTimeout, Boolean abortOnCancel)
at Microsoft.VisualStudio.Services.VsTask.Wait()
at Microsoft.VisualStudio.Services.VsTask.InternalWait(Boolean ignoreUIThreadCheck, Int32 millisecondTimeout, Boolean abortOnCancel)
at Microsoft.VisualStudio.Services.VsTask.Wait()
at Microsoft.VisualStudio.Services.VsTask.InternalWait(Boolean ignoreUIThreadCheck, Int32 millisecondTimeout, Boolean abortOnCancel)
at Microsoft.VisualStudio.Services.VsTask.Wait()
at Microsoft.VisualStudio.Services.VsTask.InternalWait(Boolean ignoreUIThreadCheck, Int32 millisecondTimeout, Boolean abortOnCancel)
at Microsoft.VisualStudio.Services.VsTask.Wait()
at Microsoft.VisualStudio.Services.VsTask.InternalWait(Boolean ignoreUIThreadCheck, Int32 millisecondTimeout, Boolean abortOnCancel)
at Microsoft.VisualStudio.Services.VsTask.Wait()
at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck)
at Microsoft.VisualStudio.Services.VsTask.Microsoft.VisualStudio.Shell.Interop.IVsTask.GetResult()
at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck)
at Microsoft.VisualStudio.Services.VsTask.Microsoft.VisualStudio.Shell.Interop.IVsTask.GetResult()
at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object& pResult)
at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass29.<GetCallbackForMultipleParent>b__28(Task`1[] _)
at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass2c.<GetCallbackForSingleParent>b__2b(Task`1 internalTask)
at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.AggregateException: One or more errors occurred. ---> Microsoft.Build.Exceptions.InvalidProjectFileException: The project file could not be loaded. Could not find a part of the path 'D:\1 Nov\monodroid-samples-master dc57d60eb51d02774b259a2d0e370547087975ef\monodroid-samples-master\SPenSdkBinding\SPenSdkExample1\SPenSdkExample1.csproj'. D:\1 Nov\monodroid-samples-master dc57d60eb51d02774b259a2d0e370547087975ef\monodroid-samples-master\SPenSdkBinding\SPenSdkExample1\SPenSdkExample1.csproj ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:\1 Nov\monodroid-samples-master dc57d60eb51d02774b259a2d0e370547087975ef\monodroid-samples-master\SPenSdkBinding\SPenSdkExample1\SPenSdkExample1.csproj'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver)
at System.Threading.CompressedStack.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.CompressedStack.Run(CompressedStack compressedStack, ContextCallback callback, Object state)
at System.Xml.XmlTextReaderImpl.OpenUrl()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at Microsoft.Build.Construction.ProjectRootElement.LoadDocument(String fullPath)
--- End of inner exception stack trace ---
at Microsoft.Build.Shared.ProjectFileErrorUtilities.VerifyThrowInvalidProjectFile(Boolean condition, String errorSubCategoryResourceName, BuildEventFileInfo projectFile, Exception innerException, String resourceName, Object[] args)
at Microsoft.Build.Construction.ProjectRootElement.LoadDocument(String fullPath)
at Microsoft.Build.Construction.ProjectRootElement..ctor(String path, ProjectRootElementCache projectRootElementCache, BuildEventContext buildEventContext)
at Microsoft.Build.Construction.ProjectRootElement.CreateProjectFromPath(String projectFile, IDictionary`2 globalProperties, String toolsVersion, ILoggingService loggingService, ProjectRootElementCache projectRootElementCache, BuildEventContext buildEventContext)
at Microsoft.Build.Construction.ProjectRootElement.<>c__DisplayClass1.<OpenProjectOrSolution>b__0(String path, ProjectRootElementCache cache)
at Microsoft.Build.Evaluation.ProjectRootElementCache.Get(String projectFile, OpenProjectRootElement openProjectRootElement, Boolean isExplicitlyLoaded)
at Microsoft.Build.Construction.ProjectRootElement.OpenProjectOrSolution(String fullPath, IDictionary`2 globalProperties, String toolsVersion, ILoggingService loggingService, ProjectRootElementCache projectRootElementCache, BuildEventContext buildEventContext, Boolean isExplicitlyLoaded)
at Microsoft.Build.Evaluation.Project..ctor(String projectFile, IDictionary`2 globalProperties, String toolsVersion, String subToolsetVersion, ProjectCollection projectCollection, ProjectLoadSettings loadSettings)
at Microsoft.VisualStudio.Build.ComInteropWrapper.ProjectShim.LoadProjectWithSettings(String projectFileName, ProjectLoadSettingsShim projectLoadSettings)
at Microsoft.VisualStudio.Services.VsTask.InternalWait(Boolean ignoreUIThreadCheck, Int32 millisecondTimeout, Boolean abortOnCancel)
at Microsoft.VisualStudio.Services.VsTask.Wait()
at Microsoft.VisualStudio.Services.VsTask.InternalWait(Boolean ignoreUIThreadCheck, Int32 millisecondTimeout, Boolean abortOnCancel)
at Microsoft.VisualStudio.Services.VsTask.Wait()
at Microsoft.VisualStudio.Services.VsTask.InternalWait(Boolean ignoreUIThreadCheck, Int32 millisecondTimeout, Boolean abortOnCancel)
at Microsoft.VisualStudio.Services.VsTask.Wait()
at Microsoft.VisualStudio.Services.VsTask.InternalWait(Boolean ignoreUIThreadCheck, Int32 millisecondTimeout, Boolean abortOnCancel)
at Microsoft.VisualStudio.Services.VsTask.Wait()
at Microsoft.VisualStudio.Services.VsTask.InternalWait(Boolean ignoreUIThreadCheck, Int32 millisecondTimeout, Boolean abortOnCancel)
at Microsoft.VisualStudio.Services.VsTask.Wait()
at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck)
at Microsoft.VisualStudio.Services.VsTask.Microsoft.VisualStudio.Shell.Interop.IVsTask.GetResult()
at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck)
at Microsoft.VisualStudio.Services.VsTask.Microsoft.VisualStudio.Shell.Interop.IVsTask.GetResult()
at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object& pResult)
at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass29.<GetCallbackForMultipleParent>b__28(Task`1[] _)
at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass2c.<GetCallbackForSingleParent>b__2b(Task`1 internalTask)
at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of inner exception stack trace ---
---> (Inner Exception #0) Microsoft.Build.Exceptions.InvalidProjectFileException: The project file could not be loaded. Could not find a part of the path 'D:\1 Nov\monodroid-samples-master dc57d60eb51d02774b259a2d0e370547087975ef\monodroid-samples-master\SPenSdkBinding\SPenSdkExample1\SPenSdkExample1.csproj'. D:\1 Nov\monodroid-samples-master dc57d60eb51d02774b259a2d0e370547087975ef\monodroid-samples-master\SPenSdkBinding\SPenSdkExample1\SPenSdkExample1.csproj ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:\1 Nov\monodroid-samples-master dc57d60eb51d02774b259a2d0e370547087975ef\monodroid-samples-master\SPenSdkBinding\SPenSdkExample1\SPenSdkExample1.csproj'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver)
at System.Threading.CompressedStack.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.CompressedStack.Run(CompressedStack compressedStack, ContextCallback callback, Object state)
at System.Xml.XmlTextReaderImpl.OpenUrl()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at Microsoft.Build.Construction.ProjectRootElement.LoadDocument(String fullPath)
--- End of inner exception stack trace ---
at Microsoft.Build.Shared.ProjectFileErrorUtilities.VerifyThrowInvalidProjectFile(Boolean condition, String errorSubCategoryResourceName, BuildEventFileInfo projectFile, Exception innerException, String resourceName, Object[] args)
at Microsoft.Build.Construction.ProjectRootElement.LoadDocument(String fullPath)
at Microsoft.Build.Construction.ProjectRootElement..ctor(String path, ProjectRootElementCache projectRootElementCache, BuildEventContext buildEventContext)
at Microsoft.Build.Construction.ProjectRootElement.CreateProjectFromPath(String projectFile, IDictionary`2 globalProperties, String toolsVersion, ILoggingService loggingService, ProjectRootElementCache projectRootElementCache, BuildEventContext buildEventContext)
at Microsoft.Build.Construction.ProjectRootElement.<>c__DisplayClass1.<OpenProjectOrSolution>b__0(String path, ProjectRootElementCache cache)
at Microsoft.Build.Evaluation.ProjectRootElementCache.Get(String projectFile, OpenProjectRootElement openProjectRootElement, Boolean isExplicitlyLoaded)
at Microsoft.Build.Construction.ProjectRootElement.OpenProjectOrSolution(String fullPath, IDictionary`2 globalProperties, String toolsVersion, ILoggingService loggingService, ProjectRootElementCache projectRootElementCache, BuildEventContext buildEventContext, Boolean isExplicitlyLoaded)
at Microsoft.Build.Evaluation.Project..ctor(String projectFile, IDictionary`2 globalProperties, String toolsVersion, String subToolsetVersion, ProjectCollection projectCollection, ProjectLoadSettings loadSettings)
at Microsoft.VisualStudio.Build.ComInteropWrapper.ProjectShim.LoadProjectWithSettings(String projectFileName, ProjectLoadSettingsShim projectLoadSettings)
at Microsoft.VisualStudio.Services.VsTask.InternalWait(Boolean ignoreUIThreadCheck, Int32 millisecondTimeout, Boolean abortOnCancel)
at Microsoft.VisualStudio.Services.VsTask.Wait()
at Microsoft.VisualStudio.Services.VsTask.InternalWait(Boolean ignoreUIThreadCheck, Int32 millisecondTimeout, Boolean abortOnCancel)
at Microsoft.VisualStudio.Services.VsTask.Wait()
at Microsoft.VisualStudio.Services.VsTask.InternalWait(Boolean ignoreUIThreadCheck, Int32 millisecondTimeout, Boolean abortOnCancel)
at Microsoft.VisualStudio.Services.VsTask.Wait()
at Microsoft.VisualStudio.Services.VsTask.InternalWait(Boolean ignoreUIThreadCheck, Int32 millisecondTimeout, Boolean abortOnCancel)
at Microsoft.VisualStudio.Services.VsTask.Wait()
at Microsoft.VisualStudio.Services.VsTask.InternalWait(Boolean ignoreUIThreadCheck, Int32 millisecondTimeout, Boolean abortOnCancel)
at Microsoft.VisualStudio.Services.VsTask.Wait()
at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck)
at Microsoft.VisualStudio.Services.VsTask.Microsoft.VisualStudio.Shell.Interop.IVsTask.GetResult()
at Microsoft.VisualStudio.Services.VsTask.InternalGetResult(Boolean ignoreUIThreadCheck)
at Microsoft.VisualStudio.Services.VsTask.Microsoft.VisualStudio.Shell.Interop.IVsTask.GetResult()
at Microsoft.VisualStudio.Shell.Interop.IVsTaskBody.DoWork(IVsTask pTask, UInt32 dwCount, IVsTask[] pParentTasks, Object& pResult)
at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass29.<GetCallbackForMultipleParent>b__28(Task`1[] _)
at Microsoft.VisualStudio.Services.VsTask.<>c__DisplayClass2c.<GetCallbackForSingleParent>b__2b(Task`1 internalTask)
at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
at System.Threading.Tasks.Task.Execute()<---
<---
Mono.AndroidTools.AndroidLogger Error: 0 : [2013-11-05 17:23:46.7] [E:]: Deployment failed
Xamarin.AndroidTools.AndroidDeploymentException: FastDevDirectoryCreationFailed
at Xamarin.AndroidTools.AndroidDeploySession.WaitForRemoteDirCreation(String destinationPath, CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.InstallAssemblies(String destinationPath, CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.FastDev()
at Xamarin.AndroidTools.AndroidDeploySession.Run(CancellationToken token)
at Xamarin.AndroidTools.AndroidDeploySession.RunLogged(CancellationToken token)
Mono.IOS.VisualStudio.MonoTouchPackage Warning: 0 : [2013-11-05 18:28:53.4] Initializing Mono.IOS.VisualStudio.MonoTouchPackage
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:28:55.1] Build server control connection failed
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:28:55.1] Not connected to the build server
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:29:07.5] Build server control connection failed
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:29:07.5] Not connected to the build server
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:29:28.9] Connection task failed. One or more errors occurred. (System.AggregateException)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:29:29.0] Error establishing connection to Xamarin.iOS build server
System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.ArgumentOutOfRangeException: port
Parameter name: must be between 0 and 65535
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.EnsureValidPort(Int32 port)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.set_HttpPort(Int32 value)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.EnsureConnection()
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.<>c__DisplayClass26.<Connect>b__25()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at Mono.IOS.VisualStudio.Utilities.Helpers.EstablishConnection(VSBuildServerClient srv, String connectMessage, Int32 maxRetries, Boolean autoShowWizard)
---> (Inner Exception #0) System.AggregateException: One or more errors occurred. ---> System.ArgumentOutOfRangeException: port
Parameter name: must be between 0 and 65535
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.EnsureValidPort(Int32 port)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.set_HttpPort(Int32 value)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.EnsureConnection()
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.<>c__DisplayClass26.<Connect>b__25()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.ArgumentOutOfRangeException: port
Parameter name: must be between 0 and 65535
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.EnsureValidPort(Int32 port)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.set_HttpPort(Int32 value)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.EnsureConnection()
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.<>c__DisplayClass26.<Connect>b__25()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()<---
<---
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:29:29.0] Exception caught.
System.ArgumentOutOfRangeException: port
Parameter name: must be between 0 and 65535
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.EnsureValidPort(Int32 port)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.Server_Init(String command, String method, IDictionary`2 queryVariables, String payloadChecksum)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.Server_GetResult[T](String command, IDictionary`2 queryVariables)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:29:29.0] Server command 'Info': information about server not available
Command execution task ended with exception
Exception System.ArgumentOutOfRangeException: port
Parameter name: must be between 0 and 65535
Exception details can be found in the log file
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:29:29.1] port
Parameter name: must be between 0 and 65535
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:29:29.1] Failed to contact the build server.
System.ArgumentOutOfRangeException: port
Parameter name: must be between 0 and 65535
at Mono.IOS.VisualStudio.Utilities.Helpers.RequestServerInfo(VSBuildServerClient server, Boolean suppressMacActivationDialog, Dictionary`2 queryVariables)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:29:29.8] Exception caught.
System.ArgumentOutOfRangeException: port
Parameter name: must be between 0 and 65535
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.EnsureValidPort(Int32 port)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.Server_Init(String command, String method, IDictionary`2 queryVariables, String payloadChecksum)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.Server_GetResult[T](String command, IDictionary`2 queryVariables)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:29:31.1] Exception caught.
System.ArgumentOutOfRangeException: port
Parameter name: must be between 0 and 65535
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.EnsureValidPort(Int32 port)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.Server_Init(String command, String method, IDictionary`2 queryVariables, String payloadChecksum)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.Server_GetResult[T](String command, IDictionary`2 queryVariables)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:29:31.1] Server command 'Info': information about server not available
Command execution task ended with exception
Exception System.ArgumentOutOfRangeException: port
Parameter name: must be between 0 and 65535
Exception details can be found in the log file
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:29:31.2] port
Parameter name: must be between 0 and 65535
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:29:31.2] Failed to contact the build server.
System.ArgumentOutOfRangeException: port
Parameter name: must be between 0 and 65535
at Mono.IOS.VisualStudio.Utilities.Helpers.RequestServerInfo(VSBuildServerClient server, Boolean suppressMacActivationDialog, Dictionary`2 queryVariables)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:30:04.4] Build server control connection failed
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:30:04.5] Server 192.168.3.26 returned no data. Hanging up.)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:30:16.3] Exception caught.
System.ArgumentOutOfRangeException: port
Parameter name: must be between 0 and 65535
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.EnsureValidPort(Int32 port)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.Server_Init(String command, String method, IDictionary`2 queryVariables, String payloadChecksum)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.Server_GetResult[T](String command, IDictionary`2 queryVariables)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:30:16.3] The PIN you entered was invalid. Please ensure you have entered the correct PIN.
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:30:22.9] Exception caught.
System.ArgumentOutOfRangeException: port
Parameter name: must be between 0 and 65535
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.EnsureValidPort(Int32 port)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.Server_Init(String command, String method, IDictionary`2 queryVariables, String payloadChecksum)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.Server_GetResult[T](String command, IDictionary`2 queryVariables)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:30:22.9] The PIN you entered was invalid. Please ensure you have entered the correct PIN.
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:30:24.0] Exception caught.
System.ArgumentOutOfRangeException: port
Parameter name: must be between 0 and 65535
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.EnsureValidPort(Int32 port)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.Server_Init(String command, String method, IDictionary`2 queryVariables, String payloadChecksum)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.Server_GetResult[T](String command, IDictionary`2 queryVariables)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:30:24.0] The PIN you entered was invalid. Please ensure you have entered the correct PIN.
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:30:51.7] Exception caught.
System.OperationCanceledException: The operation was canceled.
at Mono.IOS.VisualStudio.Utilities.Helpers.<CreateServer>b__2b(NotPairedHandlerArgs args)
at MonoTouch.Tools.Utilities.BuildServerClient.<.ctor>b__0(NotPairedHandlerArgs args)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.OnNotPaired(NotPairedReason reason, Exception exception)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.DoLoginToServer(Boolean ignoreServerError, Boolean& retry)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.LoginToServer(Boolean ignoreServerError)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.Server_Init(String command, String method, IDictionary`2 queryVariables, String payloadChecksum)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.Server_GetResult[T](String command, IDictionary`2 queryVariables)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:30:51.7] Server command 'ListDevices': The list of devices on the server is not available
Command execution task ended with exception
Exception System.OperationCanceledException: The operation was canceled.
Exception details can be found in the log file
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:30:51.7] Exception caught.
System.ArgumentOutOfRangeException: port
Parameter name: must be between 0 and 65535
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.EnsureValidPort(Int32 port)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.Server_Init(String command, String method, IDictionary`2 queryVariables, String payloadChecksum)
at MonoTouch.Tools.Utilities.BuildServerClient.ServerIO.Server_GetResult[T](String command, IDictionary`2 queryVariables)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:30:56.0] Server command 'SdkStatus': unable to retrieve status of the Xamarin.iOS SDK on the server
No response received from the server
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:31:27.2] Build server returned an Error.
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:31:27.2] Missing required login parameter
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:33:31.3] Build server control connection failed
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:33:31.4] Server 192.168.3.26 hung up connection. Unable to read data from the transport connection: A blocking operation was interrupted by a call to WSACancelBlockingCall. (System.IO.IOException)
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:33:46.9] Build server returned an Error.
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:33:46.9] Missing required login parameter
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:34:43.9] Build server control connection failed
Mono.IOS.VisualStudio.MonoTouchPackage Error: 0 : [2013-11-05 18:34:43.9] Server 192.168.3.26 returned no data. Hanging up.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment