[Mono-dev] Paco's Combined Mono and Gtk# Experimental Windows Installer

Mike Kestner mkestner at novell.com
Wed Jul 12 09:36:21 EDT 2006


On Tue, 2006-07-11 at 14:48 -0700, Daniel Morgan wrote:
 
> How does one use the versioning policy in gmcs and mono and gtk#?  I
> see various gtk# assemblies like policy-gtk-sharp-2.4.dll but in the
> GAC it is listed as 0.0.0.0.   How do I get gmcs to use these
> assemblies when building?  And how do I get mono to use them when
> running?

You cannot compile against a policy assembly.  They are a runtime-only
capability.  You would need to compile against the newer versioned
assembly which the policy assembly references.  

If you want to build against a specific API version, you have to install
that version.

-- 
Mike Kestner <mkestner at novell.com>




More information about the Mono-devel-list mailing list