Skip to content

Instantly share code, notes, and snippets.

@AkhileshKumar01
Created October 29, 2013 08:43
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 AkhileshKumar01/856e6abd35d9eecfa437 to your computer and use it in GitHub Desktop.
Save AkhileshKumar01/856e6abd35d9eecfa437 to your computer and use it in GitHub Desktop.
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-29 14:13:19.3] Failed to update iOS license: You have reached the maximum number of activations. (TooManyMachines)
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-29 14:13:19.7] 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.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-29 14:13:19.7] Unhandled exception in activation workflow
System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
at Xamarin.Components.Ide.Activation.ActivationService.GetProductName(XamarinProduct product)
at Xamarin.Components.Ide.Activation.ActivationExpiredWorkflow.GetDowngradeDetailMessage(XamarinProduct product, XamarinEdition downgradeTo)
at Xamarin.Components.Ide.Activation.TooManyMachinesWorkflow.Start()
at Xamarin.Components.Ide.Activation.ActivationService.GetErrorWorkflow(LicenseSyncResult[] results, Boolean isBackground)
at Xamarin.Components.Ide.Activation.ActivationService.GetPostSyncWorkflow(LicenseSyncResult[] results)
at Xamarin.Components.Ide.Activation.ActivationUpgradeWorkflow.GetPostLoginWorkflow(LicenseSyncResult[] results, IList`1 features)
at Xamarin.Components.Ide.Activation.ActivationUpgradeWorkflow.<>c__DisplayClassc.<Start>b__9(LicenseSyncResult[] r)
at Xamarin.Components.Ide.Accounts.AccountService.<>c__DisplayClass19.<>c__DisplayClass1b.<CreateLoginWorkflow>b__18(Task`1 t)
at Xamarin.Components.Ide.Activation.SpinnerActivationWorkflowStep`1.<>c__DisplayClass2.<.ctor>b__0(Task t)
at Xamarin.Components.Ide.Activation.ActivationDialog.<>c__DisplayClass13.<StartSpinnerTaskAndScheduleContinuation>b__12(Task t)
Mono.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-29 14:13:25.6] 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.VisualStudio.Shell.ShellPackage Error: 0 : [2013-10-29 14:13:25.6] 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()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment