[Gtk-sharp-list] Help needed

Christian Hoff christian_hoff at gmx.net
Thu Feb 26 02:47:50 EST 2009


libin wrote:
> Hi All,
>  
> I installed GTK# SDK (2.8.3) and GTK # runtime(2.8.3) to work in .net 
> framework in Windows XP.
> It was working fine.
> After the release of 2.12 version of GTK #, I uninstalled GTK # 
> runtime (2.8.3) and installed 2.12.7 version .
> This was also working fine.
> But the problem raised when I uninstalled 2.12.7 runtime and installed 
> 2.8.3 version.
> While running the program getting exception like
> "Unable to find an entry point named 'glibsharp_closure_new' in DLL 
> 'glibsharpglue-2'."
>  
> This is happening now in both the version of runtime.
> Please suggest something to overcome the error.
>  
Looks like the 2.8.3 assemblies have been installed correctly into the 
GAC, but these assemblies still use the glue libraries from 2.12.7. Have 
a look into the PATH environment variable (XP: Control panel -> System 
-> Advanced -> Environment variables or something like that) and remove 
the 2.12.7 \lib directory from the PATH. But why did you uninstall the 
2.12.7 runtime? If it didn't work, use the 2.12.8 installer; it fixes 
several bugs.


More information about the Gtk-sharp-list mailing list