简体   繁体   中英

How to correctly update Gtk# in Xamarin?

I need to update Gtk# to version 2.99.3 in Xamarin Studio. A few days ago I tried to update it using .msi installer , but after that I got some issues . And after deleting old version of Gtk#(before this I already installed new version) my Xamarin failed to start. Log:

Xamarin Studio failed to start. Some of the assemblies required to run Xamarin Studio(for example gtk-sharp) may not be properly installed in the GAC. System.IO.FileNotFoundException: ...... "glib-sharp, Version=2.12.0.0, Culture=neutral...."

So I have just one question: how to update Gtk# to the specific version in Xamarin?

Xamarin Studio is not compatible with Gtk# version 2.99.3

Gtk# version 2.99.3 is a community produced wrapper for GTK3. Xamarin Studio requires GTK2.

Xamarin have publicly announced that they will not be moving to GTK3.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM