1
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. May be some assemblies are missing.
How can i solve that ? If necessary i can provide more information.
Thanks in advance.
If you rollback the version of Mono does it work? You are using the current version of MonoDevelop correct? – Ramhound – 2015-05-01T10:26:06.023
I didn't try to rollback the version of mono because i need it at the moment. Yes i'm using the current verion of MonoDevelop installed from Ubuntu Software Center. But i do not exclude that i probably did something wrong when i installed mono 4.0.1 but it seems working well. – Adrian – 2015-05-01T10:30:18.687
You need to try and roll back the version of Mono, this might be an incompatibility with MonoDevelop and Mono 4.0.1 if that's the case not much you can do about it. – Ramhound – 2015-05-01T10:32:57.537
Ok. I will try and give you a feedback. – Adrian – 2015-05-01T10:51:12.543
I tried to rollback and nothing changed. – Adrian – 2015-05-01T11:34:27.673
The next step would be to uninstall installations then reinstall both installations. – Ramhound – 2015-05-01T11:40:31.390