mrward/monodevelop-nuget-addin

Unable to update from 0.8 to 0.9

vimception opened this issue · 3 comments

Unable to update from 0.8 to 0.9

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

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

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!