The problem is as follows: I have a MonoDevelop project (ASP.NET) on my development workstation.
I\'m currently at a customer site, without my regular development envir
If you want to use xbuild, create a symlink:
cd /usr/lib/mono/xbuild/Microsoft/VisualStudio/v9.0
ln -s v9.0 v10.0
I have the same exact ubuntu 12.04 distro on two different computers and could not figure out why mono would compile on one computer and not the other. But oh well, symlink solved the problem.
mdtool build proj.csproj