[Mono-list] vb.net applications on linux

Erik Bågfors erik@bagfors.nu
Mon, 10 May 2004 14:21:50 +0200


Without knowing anything about vb or vb.net, I see four choices.

1) Compile the application in mono's vb compiler. Might not work
2) Compile the application in windows, move the binary to mono, run it
there.  Might work, might not if it's using stuff that is not
implemented in mono.
3) Rewrite the application until it compiles in mono's vb compiler,
perhaps fix a few bugs in mono's compiler while doing it :)
4) Rewrite the application in c#

/Erik

On Mon, 2004-05-10 at 14:17, aakef@os-sp.com wrote:
> I'm planning to migrating a server from windows to linux. However one of the
> applications is in vb.net. Its a fairly big applications so i don't think its
> going to be possible to rewrite it.
> I know that currently in mono there's no production level implementation of
> vb.net available. Are there any other ways i could use this .net application on
> the linux server? Anyone ever tried to convert an application from vb.net to C#
> then ran it on mono? Any other ways?
> 
> Thanks,
> Ahmed
> _______________________________________________
> Mono-list maillist  -  Mono-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list