Hello Ahmed, > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] > Sent: Monday, May 10, 2004 2:17 PM > To: [EMAIL PROTECTED] > Subject: [Mono-list] vb.net applications on linux > > Anyone ever tried to convert an application > from vb.net to C# > then ran it on mono? Any other ways? >
A large part of our app is VB.NET code that is compiled under MS.NET and runs fairly well under Mono. We're using "Option Strict On" to avoid implicit usage of unimplemented parts in Microsoft.VB.CompilerServices (maybe this works without this option because many parts are implemented now). We haven't tested mbas yet. My tip: Compile under MS.NET and try to run your app on Mono. And don't forget to report bugs... Joerg. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
