After installing a newer version of mono (4.0.1) on Ubuntu 14.04.2 LTS I am getting an exception on running MonoDevelop
Unhandled Exception:
System.TypeLoadException: A type load exception has occurred.
at MonoDevelop.Startup.MonoDevelopMain.Main (System.String[] args) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: A type load exception has occurred.
at MonoDevelop.Startup.MonoDevelopMain.Main (System.String[] args) [0x00000] in <filename unknown>:0
I have tried to reinstall MonoDevelop but nothing changed. Maybe some assemblies are missing?
How can I solve this issue?