[Gtk-sharp-list] Deploying on WIN32 - manifest mismatch

Mike Kestner mkestner@ximian.com
Fri, 09 Jul 2004 10:10:32 -0500


On Fri, 2004-07-09 at 00:15, John D. Hardin wrote:

> What exactly does that mean? That my WIN32 GTK# package (from
> gtk-sharp-0.93-setup.exe) does not match the GTK# package on Linux
> that the app was compiled against? That the WIN32 GTK# package does
> not match the WIN32 gtk+ .DLLs?
> 
> I notice that the public key on gtk-sharp.dll in the Windows GAC is
> different from the public key given above, but there's no mention of
> a key mismatch in the error message.

Yeah, that's the problem.  There has to be an assembly in the GAC with
the same version, key, and culture info as the one you compile against.

-- 
Mike Kestner <mkestner@ximian.com>