monodevelop

Building and running VS2005 project on linux with MonoDevelop?

Hi - I have a VS2005 project that I'm trying to run on linux. First - is it even possible? The project is .NET 2.0, and I have mono JIT 2.0.1 on my linux machine. The project builds successfully in monodevelop, but when I run it I get the exception stack: Unhandled Exception: System.NotImplementedException: The requested feature is not ...

Alternatives to MS Visual Studio .NET

I've been working mostly with MS Visual Studio .NET tools and technologies, but started to wonder out of curiosity if there are alternatives to it, especially open source ones, since it seems like for every payed products there are free open source alternatives. ...

MonoDevelop 2.2 beta 2 "No File Name Provided" When Launching in External Console

When I try to run my Mono C# programs in MonoDevelop on an external console, I get the following error. http://i146.photobucket.com/albums/r248/bobber205/error.jpg (First time needing to post a pic here on stackoverflow, sorry if this isn't correct to just post a link) :) It runs on windows's regular "cmd" console when I debug with in...

Monodevelop fails to startup on ubuntu?

Hey guys, I'm a Linux noop, and I was trying to get monodevelop up and running on my ubuntu 7.1 box. I added the Universal repository (or something, I don't really know) to my repository, and then issued apt-get install monodevelop. It was easy and quick. I now have mono and monodevelop installed on my machine. Now, each time I try to l...

Can MonoDevelop (2.2b2) running on Windows use the Microsoft compilers?

I've installed MonoDevelop 2.2b2 on my Windows workstation, which has the .NET 3.5 SDK installed and running fine (I can use VS Express and command-line compilation without a problem). Apparently MonoDevelop defaults to calling the Mono VB.NET compiler (vbcnc.exe) rather than the Microsoft compiler (vbc.exe) when building a project. (I ...

Does SubSonic run under Mono?

Has anyone deployed SubSonic on Mono? ...

What does Visual Studio offer that Monodevelop lacks?

What would a developer used to working in Visual Studio have to give up if they switched to Monodevelop? This hypothetical developer most often develops ASP.NET web applications with C#. I'm aware that Monodevelop has the basic Visual Studio features like syntax highlighting and support for Visual Studio solutions. What are the deficien...

Are there Monodevelop add-ins that assist with refactoring?

What refactoring tools similar to Visual Studio / DevExpress / Resharper are available for the Linux environment? Specifically I'm interested in the global renaming and method generation. ...

In MonoDevelop, should the "[project]/bin" directory be put under version control?

I have my VCS set up to ignore "[project]/bin". Is this directory essential to restore a project, or can it safely be ignored? ...

initial notebook tab in monodevelop

I have tabs labeled 'page1', 'page2', 'page3' in notebook - monodevelop. When I run the application the window displays 'page2'. How can I, in the designer, specify that I wish 'page1' to be shown when the window is shown initially?? ...

ASP.NET MVC template still missing from Monodevelop 2.2 Beta 2 on Windows?

I have installed MonoDevelop 2.2 Beta 2 on Windows XP and seem to be missing the option which allows me to create an ASP.NET MVC project. This was missing in MonoDevelop 2.1 Beta 1 but the release notes for Beta 2 state that it was included in the installer for Beta 2. Any thoughts on why I still can't see it? Have I missed a step or ...

Ubuntu 9.10 + MonoDevelop + Debug + NUnit

I am a Linux noob and I would like to debug a unit test. If I run my test in MonoDevelop it goes green but if I try to debug everything freeze and I have to stop the debugger. My breakpoint on first line of code is never hit. There is no stack trace or information of what could have failed. Edit 1: Should I install OpenSuse (since it i...

How do I package my linux application using MonoDevelop?

I have a hobby project that is written in C# using MonoDevelop. I've been trying for some time now to get my head around linux packaging, but I keep coming away feeling frustrated and overwhelmed. My program consists of: A library project ("Generator") that does stuff with the data created by my program. An ui ("Interface") project us...

Web Services Build Error in Monotouch

My project and web services work fine in the simulator but crash when uploading to an iPhone. It had been working fine before I updated Monotouch from 1.1. Can I revert back to earlier versions of Monotouch? Here is the problem: I have a monotouch app using web services. When I export the project to Xcode, I get a build error statin...

G++ Compilers for MonoDevelop

How do you setup a G++ compiler for MonoDevelop? On both OS X and Windows Vista the default install complains about "Compiler Not Found: g++". Is MonoDevelop not a good cross platform IDE for C++ development (since it is a C#/Java IDE). Thanks SO! ...

MonoDevelop and Screen Orientation

I know application questions belong on super user but since this is an IDE I thought I might try it here. For a couple months now, MonoDevelop likes to appear on my second monitor maximized when I start it up. I have to unmaximize it and move it over each time. I thought it was some weird preference setting I had messed with but I rece...

mono problems with parallel extensions

i have a program written in visual studio 2008 c# which uses System.Threading.Tasks.Paralell.For(... now i want to run it in linux environment using mono, is it possible? if so how? currently i have Mono Jit compiler version 2.4.2.3 , it cannot run the above program... ...

Developing GUI projects with MonoDevelop on Snow Leopard

I just installed MonoDevelop on my Mac (Snow Leopard). I'm a .NET developer, but have no Mono experience. I want to create a simple GUI app, but there doesn't seem to be a Gtk# 2.0 template under C#. There's one under VB.NET. I've installed the latest MonoTouch-enabled release (as I may want to try MonoTouch in the future). Should I ...

"Organize imports" in MonoDevelop

When developing for Java in Eclipse, I can hit Ctrl+Shift+O to "Organize Imports", to have the IDE figure out which libraries I'm likely trying to use, and import them automatically. Is there is a similar feature in MonoDevelop for programming C#? EDIT: I'm very to new C# and the whole Microsoft space. If there is no way to do this, h...

Learning ASP.NET MVC on Mac OS X

I realize this is a bit insane, C# being a Windows language and all, but I want to start learning C# mostly because I'm interested in ASP.NET MVC. I work as a web developer by day and my office is completely run on *nix machines. The developers and all other staff use Mac OS X and our servers are all some variation of Linux. To be hones...