[mono-vb] why a simple hello world doesn´t work ?
joseph k
jkarpago@usuarios.retecal.es
Wed, 14 Jul 2004 18:20:55 +0000
Hi:
I have the page :
<%@ Page Language="VB" %>
<html>
<body>
<%Response.Write("hello mono")%>
</body>
</html>
I try to run in my xsp and gives me an error:
(0,0) : error : THIS IS STILL ALPHA AND UNSUPPORTED SOFTWARE, USE AT
YOUR OWN RISK. /tmp/46912.vb(72,47) : error BC29999: Line: 72 Col: 47
(0,0) : error : 72 Token: 261 (0,0) : error
.MonoBASIC.yyParser.yyException: irrecoverable syntax error (0,0) :
error failed: 1 Error(s), 0 warnings
and down in red color font
__ctrl.SetRenderMethodDelegate(AddressOf Me.__RenderTree)
I think i can use vb with mono 1.0 but why it gives me this error?
I have my xsp installed on knoppix 3.4
Thanks