[Mono-list] Does MONO runs VB.NET compiled application or web application?

Timothy Parez timothyparez@linux.be
Sat, 20 Sep 2003 17:46:35 +0200


Hi,

When you compile C#, VB.NET, .... code it generates Microsoft Intermediate
Language.
That's what is executed by the .NET runtime and the Mono runtime.

So in theory when you compile the following:

[VB.NET]
Public Class Test
.... some code
End Class

[C#]
public class Test
{
... some code
}

It should generate the same Intermediate Language, so in theory mono will
not know the difference.
But, (there's always a but) by using VB.NET you are most likely using
classes from the Microsoft.VisualBasic namespace
and those may not yet be fully supported by Mono.

So if you are not using these classes and you compile your application under
windows,
it should work with mono.

Timothy.



----- Original Message ----- 
From: "Matteo Bagattini" <tekanet@inwind.it>
To: <mono-list@ximian.com>
Sent: Friday, September 19, 2003 4:30 PM
Subject: [Mono-list] Does MONO runs VB.NET compiled application or web
application?


> Hello,
> I'm a VB.NET developer and I'm very interested on your project.
> On the site, I can see that VB compiler is almost incomplete... by the
> way, is there the possibility to develop and compile under Windows/.NET
> Framework and then run the app onto a Linux machine with MONO? My answer
> refer also to ASP.NET applications.. can I compile from my VS.NET IDE
> and then drop files&dlls on a Linux configured and let them run?
>
> If not (and "no, you can't" is what I'm expecting), do you think that VB
> compiler will be ever completed? Just to know, depending on this I'll
> decide to write in C# or continue with VB.
>
> Thanks in advance, Matteo.
>
>
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.518 / Virus Database: 316 - Release Date: 11/09/2003