[Mono-list] Fw: vb

Jorge Bastos mysql.jorge at decimal.pt
Wed Jan 11 09:11:08 EST 2006


DecimalSorry, here is the browser output:

Server Error in '/' Application

--------------------------------------------------------------------------------

Compilation Error
Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error. 
Error message: /tmp/www-data-temp-aspnet-0/e5c79015/36952.0.vb(75,13) : error BC30524: Property 'TraceModeValue' lacks a 'set' accesor /tmp/www-data-temp-aspnet-0/e5c79015/36952.0.vb(55,27) : error BC30524: Property 'Context' lacks a 'get' accesor 

File name: /home/alojamento/albergaria.org/d.aspx

Source File: /tmp/www-data-temp-aspnet-0/e5c79015/36952.0.vb 

Line 1: '------------------------------------------------------------------------------
Line 2: ' <autogenerated>
Line 3: '     This code was generated by a tool.
Line 4: '     Mono Runtime Version: 1.1.4322.2032
Line 5: '
Line 6: '     Changes to this file may cause incorrect behavior and will be lost if 
Line 7: '     the code is regenerated.
Line 8: ' </autogenerated>
Line 9: '------------------------------------------------------------------------------
Line 10: 
Line 11: Option Explicit On
Line 12: Option Strict Off
Line 13: 
Line 14: Imports System
Line 15: Imports System.Collections
Line 16: Imports System.Collections.Specialized
Line 17: Imports System.Configuration
Line 18: Imports System.Text
Line 19: Imports System.Text.RegularExpressions
Line 20: Imports System.Web
Line 21: Imports System.Web.Caching
Line 22: Imports System.Web.Security
Line 23: Imports System.Web.SessionState
Line 24: Imports System.Web.UI
Line 25: Imports System.Web.UI.WebControls
Line 26: Imports System.Web.UI.HtmlControls
Line 27: 
Line 28: Namespace ASP
Line 29:     Public Class d_aspx
Line 30:         Inherits System.Web.UI.Page
Line 31:         Implements System.Web.SessionState.IRequiresSessionState
Line 32:         
Line 33:         Private Shared __intialized As Boolean = false
Line 34:         
Line 35:         Private Shared __autoHandlers As Integer
Line 36:         
Line 37:         Public Sub New()
Line 38:             MyBase.New()
Line 39:             If (ASP.d_aspx.__intialized = false) Then
Line 40:                 ASP.d_aspx.__intialized = true
Line 41:             End If
Line 42:         End Sub
Line 43:         
Line 44:         Protected Overrides Property AutoHandlers As Integer
Line 45:             Get
Line 46:                 Return ASP.d_aspx.__autoHandlers
Line 47:             End Get
Line 48:             Set
Line 49:                 ASP.d_aspx.__autoHandlers = Value
Line 50:             End Set
Line 51:         End Property
Line 52:         
Line 53:         Protected ReadOnly Property ApplicationInstance As System.Web.HttpApplication
Line 54:             Get
Line 55:                 Return CType(Me.Context.ApplicationInstance, System.Web.HttpApplication)
Line 56:             End Get
Line 57:         End Property
Line 58:         
Line 59:         Public Overrides ReadOnly Property TemplateSourceDirectory As String
Line 60:             Get
Line 61:                 Return "/"
Line 62:             End Get
Line 63:         End Property
Line 64:         
Line 65:         Private Sub __RenderTree(ByVal __output As System.Web.UI.HtmlTextWriter, ByVal parameterContainer As System.Web.UI.Control)
Line 66:             response.write("hi its me") 
Line 67:             __output.Write(""&Microsoft.VisualBasic.ChrW(9)&Microsoft.VisualBasic.ChrW(9)&Microsoft.VisualBasic.ChrW(9)&Microsoft.VisualBasic.ChrW(9)&Microsoft.VisualBasic.ChrW(9)&"      "&Microsoft.VisualBasic.ChrW(10))
Line 68:         End Sub
Line 69:         
Line 70:         Private Sub __BuildControlTree(ByVal __ctrl As System.Web.UI.Control)
Line 71:             __ctrl.SetRenderMethodDelegate(AddressOf Me.__RenderTree)
Line 72:         End Sub
Line 73:         
Line 74:         Protected Overrides Sub FrameworkInitialize()
Line 75:             Me.TraceModeValue = System.Web.TraceMode.SortByTime
Line 76:             Me.Request.ValidateInput()
Line 77:             Me.__BuildControlTree(Me)
Line 78:         End Sub
Line 79:         
Line 80:         Public Overrides Function GetTypeHashCode() As Integer
Line 81:             Return 635199296
Line 82:         End Function
Line 83:     End Class
Line 84: End Namespace
 




----- Original Message ----- 
From: Jorge Bastos 
To: Mono-list at lists.ximian.com ; Mbas-devel at listas.cipsga.org.br 
Sent: Wednesday, January 11, 2006 1:59 PM
Subject: vb


Hi,

I just downloaded last 1.1.13 mono and xsp, a simple code like:
<%@ Page Language="vb" %>
<% response.write("hi its me") %>

MBAS problem or something with me?
Below is the error outputed to the browser


Thanks in advanced,

Jorge Bastos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20060111/73ed5145/attachment.html


More information about the Mono-list mailing list