I just installed MonoDevelop so that I could develop .net apps on by Ubuntu partition.

Nothing will compile because of the following error:

Error: Visual Basic .NET compiler not found (Mono 2.6.7) (First MonoNet App)

I did a quick Google search and found nothing on how to fix the problem? Where do I get a Mono .NET Compiler...?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Type sudo apt-get install monodevelop mono-vbnc from the Terminal prompt to install the VB.net compiler

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.