mrward / monodevelop-nuget-addin

NuGet addin for MonoDevelop and Xamarin Studio
MIT License
264 stars 38 forks source link

Unable to update from 0.8 to 0.9 #51

Closed vimception closed 10 years ago

vimception commented 10 years ago

Environment: OS X 10.9.2, Xamarin Studio 4.2.5 Tried installing both from network as well as mpack. screen shot 2014-05-11 at 10 09 16

mrward commented 10 years ago

Can you get the Xamarin Studio logs? The logs might give a better idea what the problem is.

As a workaround you can download the .mpack directly and use the Install from File button at the bottom of the dialog

vimception commented 10 years ago

Thank you for your swift reply. This is not a md-nuget problem. Looking at the logs, one of the other installed add-ins apparently broke with the update to xamarin studio 4.2.5:

System.InvalidOperationException: Could not read add-in file: ~/Library/Caches/XamarinStudio-4.0/addin-db-001/addin-data/unknown/MonoDevelop.Monobjc,4.0.2167.11.m addin ---> System.InvalidOperationException: Could not read add-in description

This rendered installing and uninstalling ANY add-in impossible. After disabling Monobjc add-in, all started working again.

Thanks for pointing me to the logs!