I've installed the RPMs for Mono and MonoDevelop from the F9 repos to try to get some of the improvements in MonoDevelop (since F8 is still on Beta 2 built for F7). I've done it before to get slightly newer versions of Mono, but at the moment MonoDevelop doesn't want to recognise any addins.
The app starts and you can edit files, but when it first starts then there is an error message of "the following addins couldn't be started". Each one has a blank line and is caused by a null argument exception.
Installed:
Code:
[ibboard@AnkhMorpork .config]$ rpm -qa|grep mono
mono-data-sqlite-1.9-1.fc9
mono-web-1.9-1.fc9
mono-addins-0.3-4.fc9
mono-data-1.9-1.fc9
mono-nunit-1.9-1.fc9
mono-data-sybase-1.9-1.fc9
mono-addins-devel-0.3-4.fc9
monodevelop-devel-0.19-2.fc9
mono-extras-1.9-1.fc9
mono-winforms-1.9-1.fc9
mono-data-oracle-1.9-1.fc9
mono-data-postgresql-1.9-1.fc9
monodoc-1.2.3-1.fc7
mono-core-1.9-1.fc9
mono-devel-1.9-1.fc9
monodevelop-0.19-2.fc9
Console output from startup is attached.
Is this a known issue (at which point why is it in the repos, even if it is Alpha?) or is this something odd with running it on F8? I've tried with a clean .config/MonoDevelop folder and it doesn't seem to make a difference.
Thanks.