monodevelop

How to enable iPhone Settings (bundle, plist) in MonoTouch

I'm trying to get the iPhone Settings working in a small test app I'm writing using MonoTouch/MonoDevelop. It's probably super basic/fundamental in Xcode... ...however I didn't immediately see how to do it in the MonoTouch examples, and after a bit of reading guessed that a Settings.bundle folder in the root of my MonoDevelop solution t...

How can I use T4 templating with MonoDevelop 2.2 on OSX

I understand MonoDevelop supports MVC and uses an implementation of T4 to generate code. Is there a way to utilize T4 with my own templates? I am using MonoDevelop 2.2 Alpha (MonoTouch preview builds) on OSX Snow Leopard. Mono 2.4.2.3 is also installed (which is required for the MonoTouch preview builds). I have created a very simple...

WinForms Application in MonoDevelop

I just installed the new MonoDevelop Windows beta, but when trying to create a C# windows application the only option was GTK#. Since Mono supports WinForms, why is this not an option in MonoDevelop. I would like to not have the GTK# dependency in my applications. ...

Which IDE do I use to develop a mono app in IronPython?

Hi, I'm investigating which platform to use for a cross platform GUI app that needs access to the serial port. Currently I'm thinking on using the mono runtime and monodevelop as the IDE. However, I already have a corpus of prototype code written python. Therefore, my idea was to write the mono app in IronPython as well, but as far as I...

why does monodevelop need the .NET 3.5 framework to run on windows?

it's kind of absurd(i think). mono want to be a substitute to .NET, so why can't i run monodevelop with mono itself? why do i need .NET for that? you can see what i'm talking about in this link: http://monodevelop.com/Download just choose MonoDevelop 2.2 Beta 1 then choose windows and you will see :-) thanks :-) ...

Code Templates in MonoDevelop 2.0

Hi all, I'd like to create some custom templates in MonoDevelop 2.0 (under Ubuntu) but am not finding the process as intuitive as I'd like. Does anyone know where in templates are stored? In what format? Kindness, Dan ...

Mono - missing file gnome-sharp at the momment to compile the gnome sample application

Latter of to create a new sample solution in monodevelop. Mono -> New Solution -> C# -> Examples -> Gnome 2.0 Project I found the next errors at the momment to compile the gnome sample application. Building: test (Debug) Construyendo solución test Building: test (Debug) Realizando compilación principal... Compilation failed: 2 erro...

Is there a WebClient object that can be used in MonoTouch?

Is there a WebClient object that can be used in MonoTouch? ...

Monodevelop on OS X - "Could not find respack" error when building Moonlight project

Hi everyone, I have just downloaded MonoDevelop 2.2 Beta 1 for OS X and I'm getting the error "Could not find respack" when building a Moonlight project. I have created it by using the Moonlight Application Project template, and it fails without making changes. Besides, the template adds some references which MonoDevelop can't resolve -...

MonoDevelop requires the Mono Framework 2.4 or later

I installed MonoDevelop 2.2 for the Mac OS X and when I start I get the error described on the title. The weird thing is that I already installed the mono framework. Any ideas? ...

MySQL.Data.dll error in monodevelop in Debian mono

Application was initially developed in VS 2008. It uses MySQL.data.dll for connecting to MySQL database. Application runs perfectly fine in Windows. But production environment is Debian with mono. Now copied entire solution in the Debian box. Entire solution opens in monodevelop correctly. It doesn't throw any error in building. But ...

DbLinq and Mono 2.4: Working Together?

Hopefully this is a silly question and there's really a simple solution somewhere out there but... Has anybody successfully gotten DbLinq to play nicely with Mono 2.4 on Mac OS X 10.5? I've got my SQLite database ready but for the life of me, I can't find sqlmetal to generate my objects. I'm guessing I might have to download a previo...

How to load pictures from Win XP running a Mono aplication in UBUNTU

Hi I've been writing an application in MONO C# and I need help, my problem is my aplication has to load some photos from my server which is running windows XP and i need to know how i have to write the photo's path. i mean for windows is somthing like this. Im using the IO class to load as stream and close inmediately to release the fi...

Bring iPhone Simulator to front of screen on build?

When I build using MonoDevelop using the MonoTouch framework it appears the iPhone Simulator always loads in the background, is there any way to bring this to the front instead of always having to click it in the dock to bring it up? Can't find anything in preferences. ...

In MonoDevelop, how do I set the application output to a fixed-width font?

I can't find any sort of font settings for Application Output. I'm not sure why it's not fixed-width by default. Any ideas? ...

General C# + ASP.net + Mono questions.

I recently installed the Mono Framework, .net 3.5 f/w and MonoDevelop (hint: I'm trying to switch over from PHP to C#3 + .net) Even though the Mono installer states that it has installed XSP2 (I can start XSP independently from the context menu), MonoDevelop says that it cannot find XSP2. Bonus Q1: When you have an asp.net app, what are ...

"Mono Debugger" not shown in MonoDevelop "Attach to Process" dialog

I'm running MonoDevelop 2.2 Beta 1 with Mono 2.4.2.3 on Ubuntu 9.04 x64. I've compiled it all from source (had to, since it's a beta version). I have both GDB and MDB debuggers installed. When I open a C# project I can start it in the debugger and stop at a breakpoint, so it looks like the MDB debugger is working. However, if I select Ru...

Hitting breakpoints in MonoDevelop 2.2 Beta 1 on OSX

Hey guys Just installed MonoDevelop 2.2 Beta 1 on OSX Snow Leopard, and all is good. I created a new ASP.NET web project, and ran it. So far so good. But then I put a breakpoint in the code behind, and it didn't hit it...any ideas why? cheers ...

Is there a "Resharper-like" addin for MonoDevelop?

I've googled and not come up with much. Has anyone run across something like Resharper for Mono? ...

How can I launch multiple instances of MonoDevelop on the Mac?

I would like to open a new MonoDevelop instance to work on a different project on the Mac, and the OS is currently preventing me from opening a new instance. ...