Re: MonoDevelop 2.2 Programming Software Development by jcao219 MonoDevelop is for .NET, so I think the Python binding is … Re: monodevelop Programming Software Development by Tekmaven MonoDevelop does sound like a great project :-). However, if Mono was ideally perfect, there would be no need for it ;-). Re: MonoDevelop 2.2 supports Windows, Mac OS Programming Software Development by JasonHippy …my Ubuntu machines. After installation, I fired up the Monodevelop IDE and managed to successfully import the VS2005 solution for…rather well featured. But personally, I don't think Monodevelop is quite as fully featured, or as powerful as …development. It should be said that I haven't tried Monodevelop on Windows, I only tried the *nix version. … MonoDevelop 2.2 supports Windows, Mac OS Programming Software Development by WASDted I wonder if anyone has used MonoDevelop and what your thoughts are. I am not a developer … powerful but it has its flaws. I just heard that MonoDevelop is an alternative IDE designed for C# and other .NET… thing about it is that it is [URL="http://monodevelop.com/"]free to download[/URL] and it now fully… Re: MonoDevelop 2.2 supports Windows, Mac OS Programming Software Development by Diamonddrake … studio. But its amazing and also open source. Not knocking monodevelop. I have used all 3 of these and they all… soon as they are available. But otherwise, both SharpDevelop and MonoDevelop are great too. I'm also a fan of snippetCompiler… Re: MonoDevelop 2.2 supports Windows, Mac OS Programming Software Development by Diamonddrake …. all the really cool open source stuff, even mono and monodevelop its self are all based on open standards that Microsoft… Monodevelop and Linux libraries Programming Software Development by jyh5 I have been working with Monodevelop's C# on Linux. Pretty incredible. If you stick within … MonoDevelop 2.2 Programming Software Development by ultimatebuster I just used MonoDevelop 2.2 for Python under Ubuntu. IT'S AMAZING! Code hinting seems to not be working though... Anyone has any idea on when the python is gonna jump to windows? Re: MonoDevelop 2.2 Programming Software Development by ultimatebuster Oh no, the python plugin for MonoDevelop is actually using the CPython that comes preinstalled with Ubuntu Re: MonoDevelop 2.2 Programming Software Development by jcao219 Oh, what a shame. A .NET IDE like MonoDevelop should add support for dynamic .NET languages such as IronPython. Re: monodevelop Programming Software Development by steve.deobald … mono, and why one would want to use GTK# instead. MonoDevelop is necessary, because #D is very much a WinForms app… out the upcoming 0.4 release at [URL=http://www.monodevelop.com/]monodevelop.com[/URL]. RPMs should be available this time around… Re: monodevelop Programming Software Development by steve.deobald …-frozen beta 1.0 Mono release, and is the biggest MonoDevelop release so far. If you have any interest in .NET… the process of setting up an anonymous svn repository on monodevelop.com so if you want to get the latest and… Re: monodevelop Programming Software Development by getNerd Running MonoDevelop on Linux is just dont happ!!n. It crashes after a splash screen, Any Help!!! Unable to build a simple program in MonoDevelop Programming Software Development by Anark10n …there community. So I installed the latest version of MonoDevelop (on Arch Linux), and I wrote a &… to test if it installed alright. Building it, MonoDevelop says it builds successfully. However if i try to… this error message: Cannot open assembly '/home/anark10n/MonoDevelop/Projects/hello_world/hello_world/bin/Debug/hello_world.exe': No such… Linux + ARM + KINECT + C# + MonoDevelop, is that possible? Hardware and Software Hardware by Jorge_6 … with Visual Studio and did some games in Unity3D . The MonoDevelop looks very interesting alternative for Linux , and I'm currently… at this , and I have not much knowledge in Linux , MonoDevelop as well as Kinect , and I'm having some doubts…Linux , with c# ? Is it possible to do this with MonoDevelop ? If yes, how to install or use the wrapper for… Re: C# Compiler of MonoDevelop Programming Software Development by sepp2k …# compiler that comes with Mono. Neither of these ship with MonoDevelop, but you need to have one of them installed in… order to use MonoDevelop. So if you want to find csc.exe, you should… the .net SDK, not in the directory where you installed MonoDevelop. And if you're not on Windows, you should be… Re: Unable to build a simple program in MonoDevelop Programming Software Development by Ketsuekiame I've not used MonoDevelop so I can only offer ideas, but if you can't find the build output, check your configuration for the Build Output Directory. It might be different from the one that's expected. I guess you're running on Linux, has it been copied away somewhere for WINE to run? (Not sure how Mono works sorry) Re: Unable to build a simple program in MonoDevelop Programming Software Development by alanmydarling I tried MonoDevelop as well bud it didn't open some of my … Start MonoDevelop Program as background Service Programming Computer Science by overwraith How do I start a MonoDevelop software program as a system service on Windows, Linux, and … the weird tech, all you have to do is compile MonoDevelop for windows as per the instructions, and when you have… C# Compiler of MonoDevelop Programming Software Development by massivefermion I've read that C# compiler's name is csc.exe I have MonoDevelop3 And can't find a file with that name. Also can find nothing which looks like a compiler in MonoDevelop's directories. The documentations didn't help too. Could you help? Thanks Re: MonoDevelop 2.2 supports Windows, Mac OS Programming Software Development by ddanbe He! Thanks for the link! This really is something to have a look at. In fact I have a Mac on which I run Boot Camp so I could install Vista, to be able to use Visual Studio. Thanks. Re: MonoDevelop 2.2 supports Windows, Mac OS Programming Software Development by WASDted @ddanbe you are welcome :) and your thoughts on it will be appreciated i'm sure. Re: MonoDevelop 2.2 supports Windows, Mac OS Programming Software Development by ddanbe Well, I installed it on the Mac side of my notebook and it looks great, but I only seem to have the possibility to do console applications. If I want to do a forms application I have to do more installation and pay for it. But I'm not dissapointed, it is already a great improvement on what was available on a Mac if you wanted to program in C#. Re: MonoDevelop 2.2 supports Windows, Mac OS Programming Software Development by WASDted Interesting. Thanks. Re: MonoDevelop 2.2 supports Windows, Mac OS Programming Software Development by JasonHippy Thanks for the info about SharpDevelop. I'll have to try that out on my work PC (all of my personal PC's are running *nix at the moment..Long story!). And as for Flashdevelop....I've been using that for the last few years...Or at least I had been, until my last windows machine did it's final BSOD. FlashDevelop is an amazing IDE for flash … Re: MonoDevelop 2.2 supports Windows, Mac OS Programming Software Development by JasonHippy Don't get me wrong, I am a big fan of open source, but I'm not one of those frothy mouthed *nix/open source zealots or anything. Heh heh! The only reason I'm running solely on *nix ATM is because my old windows machines at home were quite old and ran very slowly with XP. Especially after service pack 3. The hardware didn't meet the minimum specs … Re: MonoDevelop 2.2 Programming Software Development by jcao219 So you mean this code: [icode]import clr[/icode] will not work? try it, I'm curious Re: MonoDevelop 2.2 Programming Software Development by ultimatebuster [CODE] import clr ImportError: No module named clr [/CODE] monodevelop Programming Software Development by Olio i've been doing c# (breath of fresh air after 5 years with java) for a few months now, and most of that time was spent in vs.net beautiful IDE, but only one shortcoming - wont work in linux. i've went thru many hoops trying to trick it and got close. but no bacon. today i was at open source weekend (osw.ca) and was enlightened about something… Re: monodevelop Programming Software Development by Dani The Mono Project @ [url="http://www.go-mono.com"]http://www.go-mono.com[/url] [url="http://freshmeat.net/projects/monoproject/"]http://freshmeat.net/projects/monoproject/[/url]