On Thu, 29 Aug 2002, Mark Golino wrote:

> We have a VB.NET app and would like to port this to a linux box - Is
> this possible?
>
> How is this done?

You might try running it under wine.  There is a .NET implementation for
Linux (http://www.go-mono.org/) but I don't think it does visual basic,
although it does do ASP.

If VB.NET compiles entirely into CLR bytecodes, then you can just run the
binary under Mono.  If there's something not implemented, let the
developers know, or fix it yourself.

Jon

>
> Mark Golino
> (203)755-5454
> www.ims-sys.com
> [EMAIL PROTECTED]
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to