Re: [Mono-list] MS Robotics runtime port

2008-10-20 Thread lonifasiko
Hi Doug, Thanks for your reply. We've simply run Moma against CCR and DSS related libraries, and as expected, some errors were detected, some of them were "MethodNotImplemented" errors for example. Thus, although we have not tried yet, supposed our robotics service was not going to run correctly

Re: [Mono-list] MS Robotics runtime port

2008-10-20 Thread Doug Blank
Miguel, Why do you think that Mono doesn't run the CCR and DSS? They shouldn't have to be ported, right? Should just run? Have you tried running them directly? Do you have an idea of what isn't implemented? Is it a compiler issue? Or a runtime issue? How are you testing? Can you file a bug repo

[Mono-list] can i run .net compiled program in linux using mono..

2008-10-20 Thread versatile36
Hi every one.. well! iam a dual boot user (windowz and Ubuntu) can a run a C# program in linux which is compiled in windows ?? -- View this message in context: http://www.nabble.com/can-i-run-.net-compiled-program-in-linux-using-mono..-tp20052653p20052653.html Sent from the Mono - General maili

[Mono-list] Code coverage on mono with nant and nunit2 (linux)

2008-10-20 Thread arthursv
Hi, I am working on a code that is running nunit2 tests and I wanted to ingrate a code coverage tool to it. I saw the page here in mono about code coverage and there is no mention of how to insert that --profile option of mono to a nant buildfile with nunit2. (it can be either the monocov or the

[Mono-list] gmcs crash compiling XPTable

2008-10-20 Thread Dave Moor
Hi I'm new to mono so please bear with me. I am a .Net programmer who is trying to convert some of his projects to Mono on Linux. My developement platform is Ubuntu 8.04.1 and Mono 1.9.1 (from the badgerports repository). When I have produced a Nant build file for XPTable (http://sourceforge.n

[Mono-list] Mono 2.0 under Ubuntu 7.10 - Thread (nil) may have been prematurely finalized

2008-10-20 Thread SnoopyP
I have installed Mono 2.0 under Ubuntu 7.10 using the following description: http://srackham.wordpress.com/2008/10/08/installing-mono-20-on-ubuntu-710/ When I try to compile software, I get such error messages from time to time. The more mono applications run the more often I seem to get this err

[Mono-list] Does Mono Support Partial Methods?

2008-10-20 Thread used2could
I am trying to use some classes that contain partial methods (not to be confused with partial classes) and i am getting a compilation Error: Feature 'partial methods' cannot be used because it is not part of the C# 2.0 language spec... Thanks, ~B -- View this message in context: http://www.nabb

Re: [Mono-list] Windows Installer and services in XP

2008-10-20 Thread william lee
This is clear. One more question, does mono-service work on Mac OS X? Thanks, William L. On Mon, Oct 20, 2008 at 8:50 PM, Kornél Pál <[EMAIL PROTECTED]> wrote: > The question was related to the services of Mono itself rather than your > own services. > > mono-service lets you run service applicat

Re: [Mono-list] Got It Working!! How-To: Mono 2.0, Apache2, Ubuntu 10.04 With AJAX Example.

2008-10-20 Thread used2could
LOL thanks, I'm an idiot. Stifu wrote: > > For the record, Ubuntu Hardy is v8.04 (8 = 2008, 04 = April). > > Also, this may be interesting: > http://eric.extremeboredom.net/2008/10/15/296 Mono 2.0 Packages for Ubuntu > Intrepid > -- View this message in context: http://www.nabble.com/Go

Re: [Mono-list] Convert a .NET dev to a mono dev

2008-10-20 Thread Paul
Hi, > I seriously suggest you change to openSUSE. You can get latest mono > support with that. And for the exact reason, I seriously suggest you go over to Fedora! TTFN Paul (mono packager) -- Sie können mich aufreizen und wirklich heiß machen! signature.asc Description: This is a digitall

Re: [Mono-list] apache and mono some kind of authentication

2008-10-20 Thread Gonzalo Paniagua Javier
On Mon, 2008-10-20 at 17:29 +0200, Peter Hagen wrote: > Hi all > > does anybody know if its possible to use a mono executable / module / or > something to tell apache if he is allowed to pass or access a certain > file? > > For example, someone authenticates on my website (mono), which is behind

[Mono-list] apache and mono some kind of authentication

2008-10-20 Thread Peter Hagen
Hi all does anybody know if its possible to use a mono executable / module / or something to tell apache if he is allowed to pass or access a certain file? For example, someone authenticates on my website (mono), which is behind a apache proxy. Now I want to access another part of the network th

Re: [Mono-list] Convert a .NET dev to a mono dev

2008-10-20 Thread mashcaster
I cannot get openSUSE as I am also a PHP/MySQL developer using LAMP, I use some MySQL Admin and Query tools which I could not get to work on openSUSE. So as much as I like openSUSE, I could not get it to work with some of the tools I needed. So I will have to stick with Ubuntu. william lee-5 w

Re: [Mono-list] MDB won't compile/install

2008-10-20 Thread Luciano _
I had the same issue on Ubuntu, i couldn't fix it, so, i install Debuger 2.0 which has released in the Mono 2.0 release. Date: Sat, 18 Oct 2008 21:19:35 -0500From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [Mono-list] MDB won't compile/install Hi, I am trying to compile the debugger, but when I ru

Re: [Mono-list] Windows Installer and services in XP

2008-10-20 Thread Kornél Pál
The question was related to the services of Mono itself rather than your own services. mono-service lets you run service applications created using .NET ServiceBase calsses on Linux. As far as I know mono-service only works on Linux and Mono currently has no support for services on Windows. Ko

Re: [Mono-list] Windows Installer and services in XP

2008-10-20 Thread william lee
what about mono-service? Is that a Windows service port to Linux? Thanks, William L. On Mon, Oct 20, 2008 at 6:59 PM, Kornél Pál <[EMAIL PROTECTED]> wrote: > Mono aims to provide the same functionality as .NET Framework so you > don't need .NET Framework but they can work side-by-side. > > Mono c

Re: [Mono-list] Convert a .NET dev to a mono dev

2008-10-20 Thread william lee
I seriously suggest you change to openSUSE. You can get latest mono support with that. Regards, William L. On Mon, Oct 20, 2008 at 3:52 PM, mashcaster <[EMAIL PROTECTED]>wrote: > > Thanks for the replies. I am an Ubuntu user and I already have mono 1.9 > something installed with MonoDevevelop.

Re: [Mono-list] Windows Installer and services in XP

2008-10-20 Thread Kornél Pál
Mono aims to provide the same functionality as .NET Framework so you don't need .NET Framework but they can work side-by-side. Mono currently has no services (and has no plans for them). Kornél gatomono wrote: > The windows installer of Mono install mono putting windows services?, or the > ins

Re: [Mono-list] Got It Working!! How-To: Mono 2.0, Apache2, Ubuntu 10.04 With AJAX Example.

2008-10-20 Thread Stifu
For the record, Ubuntu Hardy is v8.04 (8 = 2008, 04 = April). Also, this may be interesting: http://eric.extremeboredom.net/2008/10/15/296 Mono 2.0 Packages for Ubuntu Intrepid -- View this message in context: http://www.nabble.com/Got-It-Working%21%21-How-To%3A-Mono-2.0%2C-Apache2%2C-Ubuntu-

Re: [Mono-list] Convert a .NET dev to a mono dev

2008-10-20 Thread mashcaster
Thanks for the replies. I am an Ubuntu user and I already have mono 1.9 something installed with MonoDevevelop. What kind of project do I create which will work on all platforms? -- View this message in context: http://www.nabble.com/Convert-a-.NET-dev-to-a-mono-dev-tp20031476p20064839.html Se