[Mono-dev] Running a .NET 3.5 exe

Jb Evain jb at nurv.fr
Mon Jul 28 10:13:05 EDT 2008


On 7/28/08, russell.kay at realtimeworlds.com
<russell.kay at realtimeworlds.com> wrote:
> OK I see what you saying, what I need to get is we now reference the
>  WindowsBase.dll assembly to get access to the new ZIP file functionality
>  and I need to get mono to resolve this.

The Zip thing in WindowsBase is not implemented yet.

But if you simply want to reference it (let say you want to contribute
this part ;), you can compile using:

gmcs -pkg:olive -out:test.exe ...

and when running:

mono test.exe

The runtime will load WindowsBase from the GAC. If you've installed
olive properly of course.

-- 
Jb Evain  <jb at nurv.fr>


More information about the Mono-devel-list mailing list