monodevelop

Mono.Data.SQLite reference missing in MonoDevelop "Edit References"

Hi. On Windows, I installed MonoDevlop and tried compiling the SQLite example which requires the Mono.Data.SQLiteClient reference. I opened up "Edit References" within MonoDevelop and I have absolutely no Mono references available with the exception of Mono.Cairo and Mono.Posix. I thought perhaps I'd made a mistake by no installing the ...

Monodevelop .Net cross platform custom drawing application

I'm looking for good suggestions on where to start with an educational application I am designing. I want my application to be compatible with Windows and OSX - my research seems to suggest that about 40% of the audience would be using a mac. I'm keen to stick to .net/c sharp and the Mono framework. The application is reasonably simpl...

MonoDevelop Add-ins and debugger implemmentation.

I have a MonoDevelop 2.4 Add-In that adds a suport of custom .NET-based language to IDE. It works fine - compiles, runs etc but i'm wondering how to implement a debugger support for it. Unfortunately MonoDevelop Add-In framework is not documented anyhow. Googling & disassembling MonoDevelop dlls with Reflector had no effect. If smb kno...

Where is the MonoDevelop "Application Output" tab?

Hi. I've just created a console application. If I run it from the command line, no problem - I can see my output. But if I run from within MonoDevelop, no application output window appears. I restarted MonoDevelop and that had no effect. Any suggestions? ...

Can't use Mono Soft Debugger Remote Debugging because 'debugger-agent: DWP handshake failed' error

Hello! I've embedded mono in my application. The application is console application that supports plug-ins. Plug-ins are .NET assemblies. All work great, but i want to debug them. To enable debugging in my C-code i have: mono_set_dirs (ASSEMBLIES_DIR_NAME, ASSEMBLIES_DIR_NAME); assembly_add_to_bundle(API_ASSEMBLY); soft_debug = getenv...

Is MonoDevelop remote debugging works on Windows

I'm using mono-2.6.7 and monodevelop-2.4, my OS is Windows 7. I'm trying to implement a remote debugger for my own runtime (based on mono, mono is embedded in it, used lang - C#) in a way it's done by Novell for Moonlight. Unfortunately, no success... After clicking "Debug" in MonoDevelop: IDE is put into debug state, my runtime...

Why is Mono implementing WCF?

Why is the Mono project implementing WCF interfaces and classes "as is"? I do not understand what is the point to repeat Microsoft's design. My experience says that WCF is a huge framework with an implementation based on SOAP services. There are tremendous problems with their approach. It simply does not fit well for simple HTTP request...

Server error in '/' Application in Mvc Music Store ASP.Net MVC Sample Ported to Mono

I'm currently porting the Mvc Music Store example to Mono, and it going very well, but I've run into a snag with a trailing slash on one of the routes. On the master page is the following link <a href="/Store/">Store</a> When I run the application and navigate to /Store/ I get the following error Server Error in '/' Application The ...

Why might MonoDevelop 2.4 not start on a PowerPC Mac running Tiger

I am trying to get MonoDevelop 2.4 to run on a PowerPC Mac running Tiger. I have downloaded Mono 2.4.3 from the "older releases" page off the download page and installed it. I have downloaded the OS X MonoDevelop 2.4 package and installed it. When I run it is doesn't start - it bounces up and down in the dock for a bit and then disappea...

Opening Visual Studio .dbp projects in MonoDevelop

Is there a way to open a Visual Studio 2008 database project (.dbp) in MonoDevelop? The project is in SVN, and needs to remain compatible with Visual Studio, because I'm not the only programmer who works on it. Is there an add-in or something for this that I'm missing/not aware of, or am I just going to have to stick with Visual Studio...

what is the best way to handle json in monotouch

what are the best ways to handle json in monotouch. I've seen JSON.net but could not get it to compile in the latest monodevelop. Are there any other libraries or how are people handling this. Are there any guides out there? ...

ASP.NET MVC2 with Mono 2.6.7 and MonoDevelop 2.6

When I edit my web project references, I can't find the System.Web.MVC2 assembly in the GAC. That's not what I expected since the Synaptic Package Manager reports that libmono-system-web-mvc2.0-cil package is installed properly. ...

T4MVC in MonoDevelop 2.4

Hello! Has anyone tried to make T4MVC work in MonoDevelop? Out of the box, I get this error: Could not resolve include file 'T4MVC.settings.t4'. When I include the full path in the include statement, it makes MonoDevelop crash completely. Thanks for any info! Marc Lacoursiere ...

How does Monotouch manage resources (strings, images, etc.)?

In Android I put my application strings in a file called strings.xml. For example, for an Italian translation I need to create a values-it folder and put a strings.xml file with Italian labels inside this new folder. How does Monotouch manage such internationalization of strings? ...

What is the best way to install IronPython on mono on mac?

What is the best way to install ironPython on mono on mac? Should I just download the binaries, ngen, and move forward? Is there any specific plug-in I need for an editor? Everyone seems to think I should just ngen the source installs and use eclipse with the ironpython plugins, but that seems quite counter to using monodevelop, and i...

GTK equivalent to BackgroundWorker (MonoDevelop)

What is the GTK equivalent to BackgroundWorker in Mono? I've tried the following website: http://monodevelop.com/Developers/Articles/Thread_Management, but there doesn't seem to be any such thing as DispatchService. I need to update the GUI asynchronously at given intervals. ...

Testing a Monotouch app with NUnit in MonoDevelop 2.4

I'm new to both Monotouch and Monodevelop. Trying to get started with NUnit and I'm having a lot of trouble -- none of the sketchy references I can find on line seem to match what I'm seeing in the UI (MonoDevelop 2.4 on Mac OS 10.6). I've tried: Adding an "NUnit assembly test collection" project to my solution. Adding an "Empty MonoTo...

Configuring the NUnit command line to run MonoTouch tests

I've got a unit test in my MonoTouch project that I can't run from inside MonoDevelop -- it fails with "Unix transport error." Poking around on the web it looks like that's associated with the NUnit test runner blowing up, so I thought I'd try using the command-line test runner. I used MonoDevelop's "Create Package" to build and package...

Use XSP4 in MonoDevelop

Hey folks, I´m currently trying to get a MVC 2 (.NET 4.0) application running on Mono, but I´ve got some problems with the XSP server. Everything is fine, when I press the "Run" button in MonoDevelop. My application starts using the correct version of ASP.NET: Mono Runtime Version: 2.8 (tarball Tue Oct 5 14:16:19 MDT 2010); ASP.NET Ver...

Dblinq reference in ASP.NET Web Service on MonoDevelop causes xsp2 to fault

I am trying to try DBLinq with the sqlite provider inside a simple ASP.NET web service. I am also using MonoDevelop 2.4 and Mono 2.6.7, The project in monodevelop references the DbLinq.dll which by default is set to be Local Copy. I can compile the webservice just fine. By when I try to run it from Monodevelop or using the xsp2 f...