Saturday, January 21, 2017

debugging not working for asp.net and asp.net mvc in monodevelop in ubuntu16 solved

install mono-xsp

copt xsp4.exe from /usr/lib/mono/4.5 and paste it to your applications bin directory

and run it specifying the browser

source:http://stackoverflow.com/questions/22622106/debugging-asp-net-mvc-apps-in-monodevelop-with-xsp4

access to the path /etc/mono/registry is denied in monodevelop ubuntu16 solved

Simple create the folder and assign the permission to it

sudo mkdir /etc/mono/registry

sudo chmod ugo+rw /etc/mono/registry



restart your application

source:http://stackoverflow.com/questions/24872394/access-to-the-path-etc-mono-registry-is-denied

Monday, January 9, 2017

VB.Net Monodevelop Project does not supprt dot net framework 4.5 solved

Using a text editor, change your *.vbproj file to add the following line:



    v4.0

source:http://stackoverflow.com/questions/9623964/new-default-vb-net-project-immediately-gives-an-error

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

Wednesday, January 4, 2017

Annoying Flickering Problem in Chrome in Ubuntu 16 solved


Edit-Preference-Show Advanced Settings-System and then uncheck use hardware acceleration when available

Source:http://askubuntu.com/questions/766725/annoying-flickering-in-16-04-lts-chrome