[Mono-dev] Running a .NET 3.5 exe

Jb Evain jb at nurv.fr
Mon Jul 28 09:33:09 EDT 2008


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>


More information about the Mono-devel-list mailing list