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?
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.
精彩评论