It seems to me at this point that you have 2 options in getting a VB.net
project to run under mono.


(1) Convert your VB program to C# -- run moma or just go ahead and try the
C#.net code with mono.

I did that and getting close except for some errors to work out.

or --

(2) Use mono develop and actually either write the code in VB.net (or copy and paste my exisiting VB.net code)?

I wonder if there are any advantages to method #2 ? (probably?)

Especially considering it's actually being compiled by mono?

I (of course), especially like the copy and paste idea.

Thanks for any answers.