MonoDevelopが起動後すぐにUnhandled Exceptionを投げてハングアップする

なぜかソリューションを選択しようとするとUnhandled Exceptionが発生して固まってしまう...
ググって以下の記述を発見。~/.config/MonoDevelopフォルダにあるファイルを全部削除すればOK。

Hello, I had this bug myself, and a long google session came up with the following simple step done from a command line:

rm -rf ~/.config/MonoDevelop

this causes MonoDevelop to reload its list of installed addins or something, did the trick for me at least! (be careful, rm -rf is pretty gnarly if you use it on the wrong directory, if you don't know already.)

http://www.nabble.com/MonoDevelop-doesn't-run---%22MonoDevelop-Deployment%22-exception-td16353720.html