[Mono-dev] Running a .NET 3.5 exe

russell.kay at realtimeworlds.com russell.kay at realtimeworlds.com
Mon Jul 28 09:39:25 EDT 2008


Well the issue is that I need to run nunit on the assembly (it is full
of unit tests) and nunit is marked as a v2.0 assembly so to get it to
load the v3.5 assembly I need to tell mono to use the 3.5 runtime

I know the tests should be using only code that mono implements (within
olive) but I cannot see how to get it to run under the v3.5 runtime.

Russell

-----Original Message-----
From: Jb Evain [mailto:jb at nurv.fr] 
Sent: 28 July 2008 14:33
To: Russell Kay
Cc: mono-devel-list at lists.ximian.com
Subject: Re: [Mono-dev] Running a .NET 3.5 exe

Hey,

On 7/28/08, russell.kay at realtimeworlds.com
> mono -runtime=3.5 nunit-x86.exe

You're mixing runtime versions and .net release versions. Simply run

mono yourassembly.exe

The assembly name containing -x86.exe looks suspicious though, as it
sounds it could contain pieces of native code.

-- 
Jb Evain  <jb at nurv.fr>

____________________________________________________________________
This email has been scanned by the MessageLabs Email Security System

____________________________________________________________________
DISCLAIMER

This message and any attachments contain privileged and confidential information intended for the use of the addressee named above. If you are not the intended recipient of this message, you are hereby notified that any use, dissemination, distribution or reproduction of this message is prohibited. Please note that we cannot guarantee that this message or any attachment is virus free or that it has not been intercepted and amended. The views of the author may not necessarily reflect those of Realtime Worlds Ltd.

 

Realtime Worlds Ltd is registered in Scotland, number 225628. Registered Office: 152 West Marketgait, Dundee, DD1 1NJ.


More information about the Mono-devel-list mailing list