Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use Mono Runtime instead of Microsoft's on Windows for Monodevelop

Even though I set Mono to the default .NET Runtime on Windows, it insists on using Microsoft .NET framework. Can Monodevelop be configured to use the mono runtime as the runtime environment to execute itself? How and where do I configure this setting?

like image 928
JohnDoe Avatar asked Oct 22 '10 14:10

JohnDoe


1 Answers

There isn't a configuration option for this. You can try running MonoDevelop on top of Mono by running "mono MonoDevelop.exe" in MonoDevelop's bin directory, but this has not been extensively tested.

like image 113
Lluis Sanchez Avatar answered Nov 06 '22 14:11

Lluis Sanchez