[MonoDevelop] Ubuntu 8.10 + Mono Develop 1.0 + XSP2 site compiling but RARE ERROR
efsandino
eduardo.sandino at gmail.com
Mon Feb 2 22:33:54 EST 2009
I just have installed the necesary packages.. And created an Vb.net Web
Project, try to run everythings apear to be fine but i received this error
in my first running site:
could i have installed a wrong packages ? I received some mesages when
installing that a new one package is at the repository buy i have donwloaded
the packages from Debian Site.
Or is something else i can't find out.
Please give me and advice...
Thanks...
=====================================================================================
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.
Compiler Error Message:
/tmp/eduardo-temp-aspnet-0/b622c3c7/App_Web_354b32d0_0.vb(42,26) : error
VBNC99999: Expected string literal
/tmp/eduardo-temp-aspnet-0/b622c3c7/App_Web_354b32d0_0.vb(82,30) : error
VBNC99999: Expected string literal
/tmp/eduardo-temp-aspnet-0/b622c3c7/App_Web_354b32d0_0.vb(87,30) : error
VBNC99999: Expected string literal
/tmp/eduardo-temp-aspnet-0/b622c3c7/App_Web_354b32d0_0.vb(91,30) : error
VBNC99999: Expected string literal
/tmp/eduardo-temp-aspnet-0/b622c3c7/App_Web_354b32d0_0.vb(95,30) : error
VBNC99999: Expected string literal
/tmp/eduardo-temp-aspnet-0/b622c3c7/App_Web_354b32d0_0.vb(99,30) : error
VBNC99999: Expected string literal
/tmp/eduardo-temp-aspnet-0/b622c3c7/App_Web_354b32d0_0.vb(107,30) : error
VBNC99999: Expected string literal
/tmp/eduardo-temp-aspnet-0/b622c3c7/App_Web_354b32d0_0.vb(111,30) : error
VBNC99999: Expected string literal
/tmp/eduardo-temp-aspnet-0/b622c3c7/App_Web_354b32d0_0.vb(115,30) : error
VBNC99999: Expected string literal
/tmp/eduardo-temp-aspnet-0/b622c3c7/App_Web_354b32d0_0.vb(120,30) : error
VBNC99999: Expected string literal
/tmp/eduardo-temp-aspnet-0/b622c3c7/App_Web_354b32d0_1.vb(42,26) : error
VBNC99999: Expected string literal
/tmp/eduardo-temp-aspnet-0/b622c3c7/App_Web_354b32d0_1.vb(47,26) : error
VBNC99999: Expected string literal
/tmp/eduardo-temp-aspnet-0/b622c3c7/App_Web_354b32d0_1.vb(88,30) : error
VBNC99999: Expected string literal
/tmp/eduardo-temp-aspnet-0/b622c3c7/App_Web_354b32d0_1.vb(93,30) : error
VBNC99999: Expected string literal
/tmp/eduardo-temp-aspnet-0/b622c3c7/App_Web_354b32d0_1.vb(97,30) : error
VBNC99999: Expected string literal
/tmp/eduardo-temp-aspnet-0/b622c3c7/App_Web_354b32d0_1.vb(101,30) : error
VBNC99999: Expected string literal
/tmp/eduardo-temp-aspnet-0/b622c3c7/App_Web_354b32d0_1.vb(105,30) : error
VBNC99999: Expected string literal
/tmp/eduardo-temp-aspnet-0/b622c3c7/App_Web_354b32d0_1.vb(113,30) : error
VBNC99999: Expected string literal
/tmp/eduardo-temp-aspnet-0/b622c3c7/App_Web_354b32d0_1.vb(117,30) : error
VBNC99999: Expected string literal
/tmp/eduardo-temp-aspnet-0/b622c3c7/App_Web_354b32d0_1.vb(121,30) : error
VBNC99999: Expected string literal
/tmp/eduardo-temp-aspnet-0/b622c3c7/App_Web_354b32d0_1.vb(126,30) : error
VBNC99999: Expected string literal
Source Error:
Line 40:
Line 41:
Line 42:
#ExternalSource(/media/VIP/proy_prueba/monoTrys/myWeb/myWeb/Default.aspx, 8)
Line 43: Protected form1 As System.Web.UI.HtmlControls.HtmlForm
Line 44: #End ExternalSource
Source File: /tmp/eduardo-temp-aspnet-0/b622c3c7/App_Web_354b32d0_0.vb
Line: 42
Show Complete Compilation Source:
Line 1:
'------------------------------------------------------------------------------
Line 2: ' <autogenerated>
Line 3: ' This code was generated by a tool.
Line 4: ' Mono Runtime Version: 2.0.50727.42
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.SessionState
Line 23: Imports System.Web.Security
Line 24: Imports System.Web.Profile
Line 25: Imports System.Web.UI
Line 26: Imports System.Web.UI.WebControls
Line 27: Imports System.Web.UI.HtmlControls
Line 28:
Line 29: Namespace ASP
Line 30:
Line 31: Public Class default_aspx
Line 32: Inherits myWeb.Default3
Line 33: Implements System.Web.SessionState.IRequiresSessionState,
System.Web.IHttpHandler
Line 34:
Line 35: Private Shared __initialized As Boolean = false
Line 36:
Line 37: Private Shared __fileDependencies As Object = Nothing
Line 38:
Line 39: Private Shared __autoHandlers As Integer
Line 40:
Line 41:
Line 42:
#ExternalSource(/media/VIP/proy_prueba/monoTrys/myWeb/myWeb/Default.aspx, 8)
Line 43: Protected form1 As System.Web.UI.HtmlControls.HtmlForm
Line 44: #End ExternalSource
Line 45:
Line 46: Public Sub New()
Line 47: MyBase.New
Line 48: Dim dependencies As String()
Line 49: CType(Me, myWeb.Default3).AppRelativeVirtualPath =
"~/Default.aspx"
Line 50: If (ASP.default_aspx.__initialized = false) Then
Line 51: dependencies = New String((1) - 1) {}
Line 52: dependencies(0) = "~/Default.aspx"
Line 53: ASP.default_aspx.__fileDependencies =
Me.GetWrappedFileDependencies(dependencies)
Line 54: ASP.default_aspx.__initialized = true
Line 55: End If
Line 56: End Sub
Line 57:
Line 58: <System.Obsolete()> _
Line 59: Protected Overrides Property AutoHandlers() As Integer
Line 60: Get
Line 61: Return ASP.default_aspx.__autoHandlers
Line 62: End Get
Line 63: Set
Line 64: ASP.default_aspx.__autoHandlers = Value
Line 65: End Set
Line 66: End Property
Line 67:
Line 68: Protected ReadOnly Property ApplicationInstance() As
System.Web.HttpApplication
Line 69: Get
Line 70: Return CType(Me.Context.ApplicationInstance,
System.Web.HttpApplication)
Line 71: End Get
Line 72: End Property
Line 73:
Line 74: Protected ReadOnly Property Profile() As
System.Web.Profile.DefaultProfile
Line 75: Get
Line 76: Return CType(Me.Context.Profile,
System.Web.Profile.DefaultProfile)
Line 77: End Get
Line 78: End Property
Line 79:
Line 80: Private Sub __BuildControlTree(ByVal __ctrl As
default_aspx)
Line 81:
Line 82:
#ExternalSource(/media/VIP/proy_prueba/monoTrys/myWeb/myWeb/Default.aspx, 1)
Line 83: Me.InitializeCulture()
Line 84: #End ExternalSource
Line 85: Dim __parser As System.Web.UI.IParserAccessor =
CType(__ctrl, System.Web.UI.IParserAccessor)
Line 86:
Line 87:
#ExternalSource(/media/VIP/proy_prueba/monoTrys/myWeb/myWeb/Default.aspx, 1)
Line 88: __parser.AddParsedSubObject(New
System.Web.UI.LiteralControl("<!DOCTYPE html PUBLIC ""-//W3C//DTD XHTML 1.0
Strict//EN""
""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"">"&Microsoft.VisualBasic.ChrW(10)&"<html>"&Microsoft.VisualBasic.ChrW(10)&"<head>"&Microsoft.VisualBasic.ChrW(10)&Microsoft.VisualBasic.ChrW(9)&"<title>Default</title>"&Microsoft.VisualBasic.ChrW(10)&"</head>"&Microsoft.VisualBasic.ChrW(10)&"<body>"&Microsoft.VisualBasic.ChrW(10)&Microsoft.VisualBasic.ChrW(9)))
Line 89: #End ExternalSource
Line 90:
Line 91:
#ExternalSource(/media/VIP/proy_prueba/monoTrys/myWeb/myWeb/Default.aspx, 1)
Line 92: Me.__BuildControl_form1()
Line 93: #End ExternalSource
Line 94:
Line 95:
#ExternalSource(/media/VIP/proy_prueba/monoTrys/myWeb/myWeb/Default.aspx, 1)
Line 96: __parser.AddParsedSubObject(Me.form1)
Line 97: #End ExternalSource
Line 98:
Line 99:
#ExternalSource(/media/VIP/proy_prueba/monoTrys/myWeb/myWeb/Default.aspx, 1)
Line 100: __parser.AddParsedSubObject(New
System.Web.UI.LiteralControl(""&Microsoft.VisualBasic.ChrW(10)&"</body>"&Microsoft.VisualBasic.ChrW(10)&"</html>"))
Line 101: #End ExternalSource
Line 102: End Sub
Line 103:
Line 104: Private Function __BuildControl_form1() As
System.Web.UI.Control
Line 105: Dim __ctrl As System.Web.UI.HtmlControls.HtmlForm
Line 106:
Line 107:
#ExternalSource(/media/VIP/proy_prueba/monoTrys/myWeb/myWeb/Default.aspx, 8)
Line 108: __ctrl = New System.Web.UI.HtmlControls.HtmlForm()
Line 109: #End ExternalSource
Line 110:
Line 111:
#ExternalSource(/media/VIP/proy_prueba/monoTrys/myWeb/myWeb/Default.aspx, 8)
Line 112: Me.form1 = __ctrl
Line 113: #End ExternalSource
Line 114:
Line 115:
#ExternalSource(/media/VIP/proy_prueba/monoTrys/myWeb/myWeb/Default.aspx, 8)
Line 116: __ctrl.ID = "form1"
Line 117: #End ExternalSource
Line 118: Dim __parser As System.Web.UI.IParserAccessor =
CType(__ctrl, System.Web.UI.IParserAccessor)
Line 119:
Line 120:
#ExternalSource(/media/VIP/proy_prueba/monoTrys/myWeb/myWeb/Default.aspx, 8)
Line 121: __parser.AddParsedSubObject(New
System.Web.UI.LiteralControl(""&Microsoft.VisualBasic.ChrW(10)&"¿?"&Microsoft.VisualBasic.ChrW(10)&Microsoft.VisualBasic.ChrW(9)))
Line 122: #End ExternalSource
Line 123: Return __ctrl
Line 124: End Function
Line 125:
Line 126: Protected Overrides Sub FrameworkInitialize()
Line 127: MyBase.FrameworkInitialize()
Line 128: Me.__BuildControlTree(Me)
Line 129:
Me.AddWrappedFileDependencies(ASP.default_aspx.__fileDependencies)
Line 130: Me.Request.ValidateInput()
Line 131: End Sub
Line 132:
Line 133: Public Overrides Function GetTypeHashCode() As Integer
Line 134: Return 1571922855
Line 135: End Function
Line 136: End Class
Line 137: End Namespace
Version information: Mono Version: 2.0.50727.42; ASP.NET Version:
2.0.50727.42
====================================================================================
--
View this message in context: http://www.nabble.com/Ubuntu-8.10-%2B-Mono-Develop-1.0-%2B-XSP2-site-compiling-but-RARE-ERROR-tp21803376p21803376.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.
More information about the Monodevelop-list
mailing list