[Gtk-sharp-list] Deploying GTK#/GRE# with a Project Win32
Gaëtan Frenoy
gaetan at frenoy.net
Thu Oct 12 11:24:31 EDT 2006
Hello Phillip,
Le Thu, 12 Oct 2006 09:26:19 -0400, Phillip Dyer a écrit:
> Unhandled Exception: System.IO.FileLoadException: The located assembly's
> manifest definition with name 'gtk-sharp' does not match the assembly
> reference.
So gtk-sharp assembly loaded at runtime does not match
the one you used to compile your main GTKApp.exe assembly.
This is pretty hard to troubleshoot without having access
to the actual assembly.
My approach of the problem would be to use reflector to
understand what version is expected and compare it with
the one on my disk.
Have a good evening.
--
Gaëtan
More information about the Gtk-sharp-list
mailing list