[Mono-list] Re: mbas error

Robert Jordan robertj at gmx.net
Sat Nov 12 11:08:39 EST 2005


> syntax error, got token `IDENTIFIER'
> Prova.aspx.vb(2,7) error BC29999: Parsing error
> Compilation failed: 1 Error(s), 0 warnings
> 
> ---------------Prova.aspx.vb----------------------------------------
> Partial Class _Default
>     Inherits System.Web.UI.Page
> 
>     Protected Sub Button1_Click(ByVal sender As Object, ByVal e As
> System.EventArgs) Handles Button1.Click
> 
>         Label1.Visible = True
> 
>         Label1.Text = "Hai cliccato il bottone"
> 
>     End Sub
> End Class
> -------------------------------------------------------------------
> Why?
> 
> How I can compile this file?

Partial classes are a VB.NET 2.0 feature not yet implemented by mbas.

Robert



More information about the Mono-list mailing list