.NET framework or a parallel for Linux?

Hi, I coded a C# application in Windows and executed it on Linux using mono, and it worked pretty fine.

Next, just to try it, I coded a VB.NET application and tried to run it on Linux using mono, and to some extent it did work. The form loaded pretty fine with the controls (just buttons in my ex), but when I tried to pop a MsgBox, it crashed.

So my guess is that mono's CLI is just for C#, which brings me to my question, what is the CLI for VB.NET and VC++.NET ??
[491 byte] By [ur_unholyness] at [2007-11-19 8:41:06]
# 1 Re: .NET framework or a parallel for Linux?
I have not used Mono, but the CLI is for all languages (that's what Common Language means), I suggest that you check the bug reports for Mono and if nothing similar has been entered, write your own bug report.
klintan at 2007-11-10 3:46:55 >