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
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:
- Stop Xamarin Studio.
- Uninstall GTK#.
- Install an older version of GTK# such as GTK# 2.12.30
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.