I had the same problem on Linux, but it seems that a version that correctly supports VB.Net (at least without errors), MonoDevelop 3.0.4 , and after searching on Google, I landed on the SourceForge.net page with the new source MonoDevelop code 3.0.6 .
I downloaded it, extracted its contents and did the following in the root terminal ...
cd /home/knoppix/Downloads/monodevelop-3.0.6 ./configure --prefix=`pkg-config --variable=prefix mono` make make install
Then he closed the terminal and ran MonoDevelop again, and it was no longer the version I had before (MonoDevelop 3.0.3), now it was MonoDevelop 3.0.6 .
When I created the new VB.Net GTK # 2.0 project, the errors were still there, but then I right-clicked the project in the solution explorer and selected Options , then in the Assembly section I selected General ... now profile 4.0 and it can be had to choose. Selecting it and closing the dialog box, all errors disappeared.
Then I changed the default format for new projects to MSBuild (Visual Studio 2010) from Change , Preferences ... then to the pop-up dialog in Preferences , Load / Save .
I'm still confused about how to create a form. The C # side of things can easily create it, but I don't see this option on the VB side. I may have to install some other things to enable it or something like that.
Dtech
source share