Skip to content

Instantly share code, notes, and snippets.

@decriptor
Created August 26, 2015 15:43
Show Gist options
  • Save decriptor/0b7453934e996c956ce6 to your computer and use it in GitHub Desktop.
Save decriptor/0b7453934e996c956ce6 to your computer and use it in GitHub Desktop.
ERROR [2015-08-26 09:41:20Z]: An unhandled exception has occured. Terminating Xamarin Studio? False
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'MonoDevelop.PackageManagement.PackageManagementExtendedServices' threw an exception. ---> System.TypeLoadException: Could not load type 'ICSharpCode.PackageManagement.PackageManagementSolution2' from assembly 'MonoDevelop.PackageManagement.Extensions, Version=0.10.0.0, Culture=neutral, PublicKeyToken=null'.
--- End of inner exception stack trace ---
at MonoDevelop.PackageManagement.PackageConsolePad.CreatePackageConsoleViewModel () in <filename unknown>:line 0
at MonoDevelop.PackageManagement.PackageConsolePad.Initialize (IPadWindow window) in <filename unknown>:line 0
at MonoDevelop.Ide.Codons.PadCodon.InitializePadContent (IPadWindow window) in /Users/sshaw/code/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Codons/PadCodon.cs:line 94
at MonoDevelop.Ide.Gui.DefaultWorkbench.CreatePadContent (Boolean force, MonoDevelop.Ide.Codons.PadCodon padCodon, MonoDevelop.Ide.Gui.PadWindow window, MonoDevelop.Components.Docking.DockItem item) in /Users/sshaw/code/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/DefaultWorkbench.cs:line 1283
at MonoDevelop.Ide.Gui.DefaultWorkbench+<AddPad>c__AnonStorey0.<>m__0 (System.Object , System.EventArgs ) in /Users/sshaw/code/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/DefaultWorkbench.cs:line 1342
at MonoDevelop.Components.Docking.DockItem.SetupContent (System.Object ob, System.EventArgs args) in /Users/sshaw/code/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Components.Docking/DockItem.cs:line 195
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) in /private/tmp/source-mono-mac-4.2.0-branch/bockbuild-mono-4.2.0-pre2-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.0/mcs/class/corlib/System.Reflection/MonoMethod.cs:line 295
--- End of inner exception stack trace ---
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) in /private/tmp/source-mono-mac-4.2.0-branch/bockbuild-mono-4.2.0-pre2-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.0/mcs/class/corlib/System.Reflection/MonoMethod.cs:line 303
at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) in /private/tmp/source-mono-mac-4.2.0-branch/bockbuild-mono-4.2.0-pre2-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.0/external/referencesource/mscorlib/system/reflection/methodbase.cs:line 277
at System.Delegate.DynamicInvokeImpl (System.Object[] args) in /private/tmp/source-mono-mac-4.2.0-branch/bockbuild-mono-4.2.0-pre2-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.0/mcs/class/corlib/System/Delegate.cs:line 462
at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) in /private/tmp/source-mono-mac-4.2.0-branch/bockbuild-mono-4.2.0-pre2-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.0/mcs/class/corlib/System/MulticastDelegate.cs:line 66
at System.Delegate.DynamicInvoke (System.Object[] args) in /private/tmp/source-mono-mac-4.2.0-branch/bockbuild-mono-4.2.0-pre2-branch/profiles/mono-mac-xamarin/build-root/mono-4.2.0/mcs/class/corlib/System/Delegate.cs:line 407
at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) in /private/tmp/source-mono-mac-4.2.0-branch/bockbuild-mono-4.2.0-pre2-branch/profiles/mono-mac-xamarin/build-root/gtk-sharp-2.12.21/glib/Signal.cs:line 195
at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) in /private/tmp/source-mono-mac-4.2.0-branch/bockbuild-mono-4.2.0-pre2-branch/profiles/mono-mac-xamarin/build-root/gtk-sharp-2.12.21/glib/SignalClosure.cs:line 118
at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) in /private/tmp/source-mono-mac-4.2.0-branch/bockbuild-mono-4.2.0-pre2-branch/profiles/mono-mac-xamarin/build-root/gtk-sharp-2.12.21/glib/SignalClosure.cs:line 146
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment