I just installed Mono version 2.10.8 and MonoDevelop 2.8.6.5 on a Mac. When I create a new project (File -> New solution -> VBNet -> ASP.NET -> Web Application) it gives me an e
Using a text editor, change your *.vbproj file to add the following line:
v3.5
to the first PropertyGroup, e.g.
... v3.5 ...