> -----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 _______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
