[Mono-list] Which distribution is used when...

murthy.sudarshan murthy.sudarshan at gmail.com
Fri Oct 12 16:02:36 EDT 2007


I was afraid of an answer like that ;)
 
The .NET application is the simple one-line app from the Mono:Windows page
http://www.mono-project.com/Mono:Windows:  
 
class X { static void Main () { System.Console.Write("OK");} } 
 
 
This application has no configuration file. I have the default Mono
installation for Windows. When I run the app with mono CLR, I simply say
"mono <app.exe>".
 
I also have MS .NET 2.0 installed.
 
I understand that the application and CLR configurations can be changed in
several ways, but assume the simplest case.
 
BTW, is there some documentation with examples on the different options for
mcs and mono, other than what is available from the -help option for these
commands? For example, how do I ask the Mono CLR to use a particular version
of .NET. I have tried the --version option, and I get an error for all
values I supply for that option.
 
 
Thanks,
sm. 
 
 
-----Original Message-----
From: Vinicius G. D. Menezes [mailto:vini.bill at gmail.com] 
Sent: Friday, October 12, 2007 12:40 PM
To: smurthy at cs.pdx.edu
Subject: Re: [Mono-list] Which distribution is used when...


I think that depends on the aplication conformance with wich of the
standarts ( .Net 1.0, 1.1 or 2.0 ) the application implements.

Vinicius Menezes


On 10/12/07, murthy.sudarshan <murthy.sudarshan at gmail.com> wrote: 

Hello,

I like someone to clarify which version of the .NET libraries is used when I
run a .NET application under each of the following conditions, using the
Mono command prompt on Windows:

1. Using the Mono CLR. That is, run "mono < app.exe>" where <app.exe> is the
.NET application.
- I assume the libraries in the Mono distribution are used.

2. Using the Microsoft CLR. That is, run "<app.exe>".
- I assume the libraries in the MS distribution are used. 


Thanks,
sm.


_______________________________________________
Mono-list maillist  -  Mono-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071012/454ba4c2/attachment-0001.html 


More information about the Mono-list mailing list