vote up 9 vote down star
4

Is there any IDE for coding mono on windows platform?

flag

71% accept rate

6 Answers

vote up 4 vote down check

MonoDevelop has now released a installer for Windows. You no longer need to build it from source. It is available from the MonoDevelop website

However on windows it runs on the .NET Framework, not Mono - it uses the .NET debugger instead of the Mono one.

link|flag
vote up 0 vote down

Use Delphi Prism 2010

link|flag
vote up 0 vote down

I tried SD3 which currently in beta form, but it doesn't have mono target, also I read about building mono using Visual Studio but it seems to be working in VS.NET 2003

I wonder if anyone got an updated add-on for vs.net 2008 or how to tweak SD3 in order to build (compile) using mono runtime.

All recommends and suggestions are very much appreciated.

link|flag
This is a comment, not an answer. Please move this to your question or to the comments. – Rich B Oct 9 '08 at 13:19
vote up 2 vote down

SharpDevelop comes to mind... I've found this quick howto for setting up a development environment with it and Mono and windows: http://yacoding.blogspot.com/2006/04/howto-mono-sharpdevelop-and-firebird.html

link|flag
vote up 2 vote down

I would recommend #develop or check out the status of porting MonoDevelop (A fork of #develop) back to Windows.

link|flag
vote up 8 vote down

SharpDevelop and Visual Studio will both work. You can also use the Windows version of MonoDevelop.

link|flag
No installer exists for mono develop on windows. – Daniel Oct 9 '08 at 3:23
@Daniel: No installer, but you can make it run. More info here: monodevelop.com/MonoDevelopWin32 – Rich B Oct 9 '08 at 13:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.