Windows/Mac | Linux | |
---|---|---|
Build status |
Tha artifacts (portable ZIP package, and Windows MSI installer) matching MonoDevelop 7.8 release.
Latest builds/installers can be downloaded from
https://github.com/lextm/monodevelop-windows/releases
MonoDevelop 7.x has hard dependency on GTK# and MSBuild 15, so please install GTK# for .NET and Visual Studio 2017 Build Tools (or simply any Visual Studio 2017 edition) before running it.
MonoDevelop 8.x is still in active development and unstable, so there is no plan to ship artifacts for them yet.
You might try the steps to see what else we can dig out,
- Open a MonoDevelop instance (like C:\Program Files (x86)\MonoDevelop\bin\MonoDevelop.exe).
- Instead of creating/opening a project, click Run | Debug Application... menu item.
- Set Command to C:\Program Files (x86)\MonoDevelop\bin\MonoDevelop.exe.
- Set Working Directory to C:\Program Files (x86)\MonoDevelop\bin.
- Click OK.
- Wait till the second instance of MonoDevelop launches, switch back to the first instance and click View | Pads | Application Output - MonoDevelop.exe to reveal the tracing.
- Switch back to the second instance, and reproduce the issue.
Now the tracing should show what errors happened. From that we can see how the installer can be improved.