Re: [Mono-dev] SPAM-LOW: Re: Announcing Mono 2.4 Preview RC 2...

2009-03-11 Thread Charlie Poole
Hi ALl, > RC2 has a regression in nunit-console.exe, requiring > '/noshadow' to be specified > https://bugzilla.novell.com/show_bug.cgi?id=484244 I noticed the regression related to nunit-console in this thread and it made me think... I could be wrong, but I don't believe any bug found in tes

Re: [Mono-dev] Example of program that fails seemingly inexplicably in Mono 2.0 - TubeQueue

2009-03-11 Thread Rafael Teixeira
You can use 'man mono' to see some info on mono parameters and environment variables. At a minimum you can try: mono --debug TubeQueue.exe that will add more information if you recompiled it with mono (to generate the .mdb debugging file as mono can't digest .pdb files) Good hunting, On Wed, M

Re: [Mono-dev] Re moting between dotnet framework and mono framework

2009-03-11 Thread Oliver Schneider
Apart from .Net vs. Mono inter op (which is fine) the architecture of the embedded box can be a problem, if it is not a x86 or ARM box. From my experience the MIPSEL port can only be seen as unstable or even broken. Oliver Eric45 wrote: > > > Thanks for your support > > > Alan McGovern-2 wr

Re: [Mono-dev] Re moting between dotnet framework and mono framework

2009-03-11 Thread Eric45
Thanks for your support Alan McGovern-2 wrote: > > Hi, > > I just want to know if my serialiazed objects will come through client MS >> dotnet and server MONO without problem. > > > The first response by Robert said: > > They are supported. >> > > and > > You can expect 100% compatibility

Re: [Mono-dev] Re moting between dotnet framework and mono framework

2009-03-11 Thread Alan McGovern
Hi, I just want to know if my serialiazed objects will come through client MS > dotnet and server MONO without problem. The first response by Robert said: They are supported. > and You can expect 100% compatibility with custom classes (those you've > designed yourself). So yes, you can expe

Re: [Mono-dev] Re moting between dotnet framework and mono framework

2009-03-11 Thread Eric45
How happy i am :) I do not ask a question on a forum to get such a response. Please give us a resume, if it is possible or not, then if required we will investigate in this more deeply. I just want to know if my serialiazed objects will come through client MS dotnet and server MONO without probl

Re: [Mono-dev] Re moting between dotnet framework and mono framework

2009-03-11 Thread Jerome Haltom
These questions are all answered on MSDN in the documentation describing how works. Look into MarshalByRefObjects, ObjRef, transparent proxies and real proxies. On Wed, 2009-03-11 at 08:36 -0700, Eric45 wrote: > > Hi > > Perhaps i was not enough precise in my question. > > I want to make a DOTn

Re: [Mono-dev] Re moting between dotnet framework and mono framework

2009-03-11 Thread Eric45
Hi Perhaps i was not enough precise in my question. I want to make a DOTnet client on windows running above Microsoft DOTnet framework 2.0. Then i have a DOTnet server on linux running above MONO. So i am asking myself if remoting will be compliant. Lets take an example. If the client pass a

Re: [Mono-dev] Remoting between dotnet framework and mono framework

2009-03-11 Thread Robert Jordan
Hi, Eric45 wrote: > Is it possible to have a remoting MONO server working on linux being > contacted by a DONET windows remoting client ? Yes. > If yes how the compliance is made between objects passed by reference ? I don't understand this question. Do you mean MarshalByRefObjects? They are su

[Mono-dev] Re moting between dotnet framework and mono framework

2009-03-11 Thread Eric45
Hi We are investigating porting our C# server from windows into a linux embedded box. But we are in front a first main question for us. Is it possible to have a remoting MONO server working on linux being contacted by a DONET windows remoting client ? If yes how the compliance is made betwee

[Mono-dev] Example of program that fails seemingly inexplicably in Mono 2.0 - TubeQueue

2009-03-11 Thread AndrewTheArt
My program TubeQueue has an interesting program when I attempt to run it in Mono 2.0. http://www.andrewsteinhome.com/programs/ If you want to test it, you should download the portable version and attempt to run "TubeQueue.exe" The installer is also on TubeQueue to prove this is legit -- http:

Re: [Mono-dev] Mono Debugger on Windows Patch

2009-03-11 Thread Martin Baulig
Hi Jonathan, thanks a lot for this patch. Just a few comments: * Please don't use DebuggerConfiguration.IsRunningOnWindows - DebuggerConfiguration is for storing persistent state and things the user can configure. I think the right place for this is Inferior.IsRunningOnWindows, the Infer

Re: [Mono-dev] [PATCH] MonoMethod.cs

2009-03-11 Thread Matthew Metnetsky
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel de Icaza wrote: > This patch would require both a ChangeLog entry as well as updated > NUnit test cases to go with it, exposing the intended behavior and the > buggy behavior. Gonzalo & Miguel, The attached patch contains changes for: - T

Re: [Mono-dev] Announcing Mono 2.4 Preview RC 2...

2009-03-11 Thread Leszek Ciesielski
As a follow-up to nunit regression, where can I download sources for 2.4 RC1? I'd like to get a working version again... ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Updating the ICSharpCode.SharpZipLib shipped with Mono

2009-03-11 Thread Leszek Ciesielski
I found that SharpZipLib update has been already suggested some time ago: https://bugzilla.novell.com/show_bug.cgi?id=426065 On Wed, Mar 4, 2009 at 3:41 PM, Leszek Ciesielski wrote: > On Tue, Feb 17, 2009 at 12:11 PM, Leszek Ciesielski wrote: >> On Mon, Feb 16, 2009 at 9:06 PM, Mirco Bauer wrot

Re: [Mono-dev] Announcing Mono 2.4 Preview RC 2...

2009-03-11 Thread Onur Gumus
I understand that however ,this is obviously a regression. Because I know nemerle was working and nemerle's code base isn't so active. So basicly you are dropping the support for one of the .net languages. Very good for mono. On Wed, Mar 11, 2009 at 1:33 PM, Zoltan Varga wrote: > Hi, > >  As a c

Re: [Mono-dev] Announcing Mono 2.4 Preview RC 2...

2009-03-11 Thread Zoltan Varga
Hi, As a comment in the bug report says: No easy solution. Zoltan On Wed, Mar 11, 2009 at 12:23 PM, Onur Gumus wrote: > Any fixes for nemerle ? > https://bugzilla.novell.com/show_bug.cgi?id=467834 > ___ > Mono-devel-list mailing list > Mono-

Re: [Mono-dev] Announcing Mono 2.4 Preview RC 2...

2009-03-11 Thread Onur Gumus
Any fixes for nemerle ? https://bugzilla.novell.com/show_bug.cgi?id=467834 ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] Announcing Mono 2.4 Preview RC 2...

2009-03-11 Thread Leszek Ciesielski
On Tue, Mar 10, 2009 at 3:43 AM, Thomas Wiest wrote: > Hey Everyone, > > We've just released Mono 2.4 RC 2 today! > > Please help us out by giving it a try with your applications. > > As always, you can get the preview/RC releases here: > http://mono.ximian.com/monobuild/preview/download-preview/