Failed to open Xamarin Studio in Windows 10

I followed the steps in this video to install xamarin studio without visual studio

How to install Xamarin Studio in windows

and when I try to open it, it does not work, nothing is reported

I try to run it as an administrator and it does not work

+4
source share
2 answers

If you look in the IDE log file, which is in the directory %AppData%\Local\Xamarin-Studio-6.0\Logs, and you see an error similar to:

System.DllNotFoundException: Unable to load DLL 'libglib-2.0-0.dll': The specified module could not be found.

Then you can fix this by installing an older version of GTK #. To do this, follow these steps:

  • Stop Xamarin Studio.
  • Delete GTK #.
  • Install an older version of GTK #, for example GTK # 2.12.30
+4

Xamarin Studio Windows 10 , Windows:

https://www.xamarin.com/faq#xpq6

Visual Studio Windows, Community Edition.

+1

Source: https://habr.com/ru/post/1656095/


All Articles