[Mono-list] asp.net using vb under mono

Jonathan Pryor jonpryor@vt.edu
Tue, 10 Aug 2004 07:42:44 -0400


On Mon, 2004-08-09 at 12:20, lamyae Benabdeljalil wrote:
> Please, can you tell me if i can make my asp.net applications (with vb) 
> work with mono?
> my platform is linux debian

IIRC You should be able to do this currently if (1) you only use
CodeBehind, and (2) you pre-compile all your VB.NET code and copy it to
the Linux box.

As Jambunathan already mentioned, Mono's VB.NET compiler isn't
completed, so it must be avoided.

 - Jon