Unable to open Xamarin Studio on Windows 10

半城伤御伤魂 提交于 2019-12-23 12:25:20

问题


I Have been follow 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 its not working,no message no anything

I try to run it as administrator and its doesnt work


回答1:


If you look in the IDE log file, which is in the %AppData%\Local\Xamarin-Studio-6.0\Logs directory 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 may be able to fix this by installing an older version of GTK#. Full steps to do this are:

  1. Stop Xamarin Studio.
  2. Uninstall GTK#.
  3. Install an older version of GTK# such as GTK# 2.12.30



回答2:


Xamarin Studio on Windows 10 requires a bit of modification since we do not ship it in our Windows installer anymore:

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

It is highly recommended to use Visual Studio on Windows as it is free with the Community Edition.



来源:https://stackoverflow.com/questions/39749547/unable-to-open-xamarin-studio-on-windows-10

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!