Mono-D
Mono-D copied to clipboard
Debian 8.3 install MonoDevelop's D language binding failed!
apt update && apt upgrade -y apt install monodevelop
run MonoDevelop ... Add-in D language binding failed:
Errors found in add-in '/usr/lib/monodevelop/Addin/AspNet/MonoDevelop.AspNet.dll:
The file '/usr/lib/monodevelop/Addin/AspNet/System.Web.Helpers.dll' referenced in the manifest cloud not be found.
The file '/usr/lib/monodevelop/Addin/AspNet/System.Web.Mvc.dll' referenced in the manifest cloud not be found.
The file '/usr/lib/monodevelop/Addin/AspNet/System.Web.Razor.dll' referenced in the manifest cloud not be found.
The file '/usr/lib/monodevelop/Addin/AspNet/System.Web.WebPages.Deployment.dll' referenced in the manifest cloud not be found.
The file '/usr/lib/monodevelop/Addin/AspNet/System.Web.WebPages.dll' referenced in the manifest cloud not be found.
The file '/usr/lib/monodevelop/Addin/AspNet/System.Web.WebPages.Razor.dll' referenced in the manifest cloud not be found
Are you using the version in Debian repo or a third party repo?
use debian's repo: https://packages.debian.org/stretch/monodevelop
Can't support debian repo? Why?