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

Charlie Poole charlie at nunit.com
Fri Oct 12 16:12:18 EDT 2007


 >  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. 
 
--version lists the version of mono.exe that you are running
 
use  --runtime=VERSION to select the runtime
 
for example, to run under the 2.0 profile, specify
  --runtime=v2.0.50727
 
The weird argument format is inherited from .NET, which uses it in the
COMPLUS_VERSION environment variable.
 
Charlie

 
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/dfa0ac1f/attachment.html 


More information about the Mono-list mailing list