Is there a way to transfer a Visual Studio project to the MonoDevelop environment? at FAQ - MonoDevelop it is said that:
MonoDevelop can open, manipul
Using a text editor, change your *.vbproj file to add the following line:
v3.5
to the first PropertyGroup, e.g.
... v3.5