Showing posts with label ASP.Net template not showing monodevelop. Show all posts
Showing posts with label ASP.Net template not showing monodevelop. Show all posts

Monday, January 9, 2017

asp.net template not found,fix monodevelop on Ubuntu 16



sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF

echo "deb http://download.mono-project.com/repo/debian alpha main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list

sudo apt-get update

sudo apt-get install mono-devel mono-complete ca-certificates-mono mono-xsp4

sudo apt-get install monodevelop=5.10.0.871-0xamarin2




Source:https://brendaningram.com/article/how-to-fix-monodevelop-on-ubuntu-16-04/


Source:https://stackoverflow.com/questions/36101232/asp-net-template-not-found-after-installed-monodevelop-ide-on-ubuntu-16-04