The versions for mono and XSP2 are:
# mono --version
Mono JIT compiler version 1.2.4 (tarball)
Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com
       TLS:           __thread
       GC:            Included Boehm (with typed GC)
       SIGSEGV:       normal
       Architecture:  x86
       Disabled:      none

# xsp2 --version
xsp2.exe 1.1.13.7
(c) (c) 2002-2005 Novell, Inc.
Minimalistic web server for testing System.Web

From: "Rolf Bjarne Kvinge" <[EMAIL PROTECTED]>
To: "'JE M.'" <[EMAIL PROTECTED]>
CC: <[email protected]>
Subject: RE: [mono-vb] Cannot run VB.NET aspx application created with ASP.NET Web Matrix
Date: Fri, 22 Jun 2007 17:51:11 +0200



> -----Original Message-----
> From: JE M. [mailto:[EMAIL PROTECTED]
> Sent: viernes, 22 de junio de 2007 17:43
> To: [EMAIL PROTECTED]
> Cc: [email protected]
> Subject: RE: [mono-vb] Cannot run VB.NET aspx application created with
> ASP.NET Web Matrix
>
> Hi Rolf, thanks for you help, I ran XSP2, went to my browser, typed
> http://localhost:8080/welcome.aspx and got a similar message:
> xsp2 --root /home/jmartinez/mono/webappex
> xsp2
> Listening on port: 8080 (non-secure)
> Listening on address: 0.0.0.0
> Root directory: /home/jmartinez/mono/webappex
> Hit Return to stop the server.
> Cannot open assembly /usr/local/lib/mono/1.0/mbas.exe.
>

You're using an old version of mono, it doesn't look for mbas.exe anymore.

Try 'mono --version' and 'xsp2 --version' to check which version you're
using (you should be using 1.2.4, with very much luck 1.2.3 might work,
earlier versions than that will not work at all).

Rolf



_________________________________________________________________
PC Magazine’s 2007 editors’ choice for best Web mail—award-winning Windows Live Hotmail. http://imagine-windowslive.com/hotmail/?locale=en-us&ocid=TXT_TAGHM_migration_HM_mini_pcmag_0507

_______________________________________________
Mono-vb mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-vb

Reply via email to