we host a asp .net webpage on our web server, last friday, after applying windows updates for windows server 2003, the asp.net loging window give the following errors:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: ASPNET: Make sure that the class defined in this code file matches the 'inherits' attribute, and that it extends the correct base class (e.g. Page or UserControl).
Source Error:
Line 1:
Line 2: Partial Class login
Line 3: Inherits System.Web.UI.Page
Line 4:
Source File: E:\Web\SSCI\login.aspx.vb Line: 2
the detailed compilation output:
c:\windows\system32\inetsrv> "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\vbc.exe" /t:library /utf8output /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Code.vuzuwnwc.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_ap2ljl4v.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /out:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.dll" /DEBUG=1 /debug+ /win32resource:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\loutzoey.res" /define:_MYTYPE=\"Web\" /imports:Microsoft.VisualBasic,System,System.Collections,System.Collections.Specialized,System.Configuration,System.Text,System.Text.RegularExpressions,System.Web,System.Web.Caching,System.Web.SessionState,System.Web.Security,System.Web.Profile,System.Web.UI,System.Web.UI.WebControls,System.Web.UI.WebControls.WebParts,System.Web.UI.HtmlControls "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.0.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.1.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.2.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.3.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.5.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.6.vb"
Microsoft (R) Visual Basic Compiler version 8.0.50727.42
for Microsoft (R) .NET Framework version 2.0.50727.42
Copyright (c) Microsoft Corporation. All rights reserved.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(60) : error BC30554: 'login' is ambiguous.
Inherits Global.login
~~~~~~~~~~~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(61) : error BC30154: Class 'home_aspx' must implement 'ReadOnly Property IsReusable() As Boolean' for interface 'System.Web.IHttpHandler'. Implementing property must have matching 'ReadOnly' or 'WriteOnly' specifiers.
Implements System.Web.IHttpHandler
~~~~~~~~~~~~~~~~~~~~~~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(61) : error BC30149: Class 'home_aspx' must implement 'Sub ProcessRequest(context As HttpContext)' for interface 'System.Web.IHttpHandler'.
Implements System.Web.IHttpHandler
~~~~~~~~~~~~~~~~~~~~~~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(78) : error BC30456: 'ReadStringResource' is not a member of 'ASP.home_aspx'.
Global.ASP.home_aspx.__stringResource = Me.ReadStringResource
~~~~~~~~~~~~~~~~~~~~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(83) : error BC30456: 'GetWrappedFileDependencies' is not a member of 'ASP.home_aspx'.
Global.ASP.home_aspx.__fileDependencies = Me.GetWrappedFileDependencies(dependencies)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(86) : error BC30456: 'Server' is not a member of 'ASP.home_aspx'.
Me.Server.ScriptTimeout = 30000000
~~~~~~~~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(89) : error BC30284: property 'SupportAutoEvents' cannot be declared 'Overrides' because it does not override a property in a base class.
Protected Overrides ReadOnly Property SupportAutoEvents() As Boolean
~~~~~~~~~~~~~~~~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(102) : error BC30311: Value of type 'ASP.home_aspx' cannot be converted to 'System.Web.UI.TemplateControl'.
__ctrl.TemplateControl = Me
~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(103) : error BC30311: Value of type 'ASP.home_aspx' cannot be converted to 'System.Web.UI.Page'.
__ctrl.ApplyStyleSheetSkin(Me)
~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(174) : error BC30456: 'LoginView1' is not a member of 'ASP.home_aspx'.
Me.LoginView1 = __ctrl
~~~~~~~~~~~~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(175) : error BC30311: Value of type 'ASP.home_aspx' cannot be converted to 'System.Web.UI.TemplateControl'.
__ctrl.TemplateControl = Me
~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(176) : error BC30311: Value of type 'ASP.home_aspx' cannot be converted to 'System.Web.UI.Page'.
__ctrl.ApplyStyleSheetSkin(Me)
~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(261) : error BC30284: function 'GetTypeHashCode' cannot be declared 'Overrides' because it does not override a function in a base class.
Public Overrides Function GetTypeHashCode() As Integer
~~~~~~~~~~~~~~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(265) : error BC30284: sub 'ProcessRequest' cannot be declared 'Overrides' because it does not override a sub in a base class.
Public Overrides Sub ProcessRequest(ByVal context As System.Web.HttpContext)
~~~~~~~~~~~~~~
E:\Web\SSCI\home.aspx(1) : error BC30456: 'Title' is not a member of 'ASP.home_aspx'.
__ctrl.Title = "Welcome"
~~~~~~~~~~~~
E:\Web\SSCI\home.aspx(1) : error BC30456: 'InitializeCulture' is not a member of 'ASP.home_aspx'.
Me.InitializeCulture
~~~~~~~~~~~~~~~~~~~~
E:\Web\SSCI\home.aspx(1) : error BC30456: 'MasterPageFile' is not a member of 'ASP.home_aspx'.
__ctrl.MasterPageFile = "~/MasterPage.master"
~~~~~~~~~~~~~~~~~~~~~
E:\Web\SSCI\home.aspx(2) : error BC30456: 'AddContentTemplate' is not a member of 'ASP.home_aspx'.
Me.AddContentTemplate("BodyPlaceHolder", New System.Web.UI.CompiledTemplateBuilder(AddressOf Me.__BuildControlContent1))
~~~~~~~~~~~~~~~~~~~~~
E:\Web\SSCI\home.aspx(2) : error BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.home_aspx'.
__parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(1625, 1227, true))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E:\Web\SSCI\home.aspx(2) : error BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.home_aspx'.
__parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(1311, 314, true))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E:\Web\SSCI\login.aspx.vb(912304) : error BC30311: Value of type 'ASP.home_aspx' cannot be converted to 'System.Web.UI.Page'.
CType(Me,System.Web.UI.Page).AppRelativeVirtualPath = "~/home.aspx"
~~
E:\Web\SSCI\login.aspx.vb(912304) : error BC30284: sub 'FrameworkInitialize' cannot be declared 'Overrides' because it does not override a sub in a base class.
Protected Overrides Sub FrameworkInitialize()
~~~~~~~~~~~~~~~~~~~
E:\Web\SSCI\login.aspx.vb(912306) : error BC30451: Name 'SetStringResourcePointer' is not declared.
SetStringResourcePointer(Global.ASP.home_aspx.__stringResource, 0)
~~~~~~~~~~~~~~~~~~~~~~~~
E:\Web\SSCI\login.aspx.vb(912308) : error BC30456: 'AddWrappedFileDependencies' is not a member of 'ASP.home_aspx'.
Me.AddWrappedFileDependencies(Global.ASP.home_aspx.__fileDependencies)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E:\Web\SSCI\login.aspx.vb(912309) : error BC30456: 'Request' is not a member of 'ASP.home_aspx'.
Me.Request.ValidateInput
~~~~~~~~~~
Show Complete Compilation Source:
Line 1: #ExternalChecksum("E:\Web\SSCI\home.aspx","{406ea660-64cf-4c82-b6f0-42d48172a799}","37D51D174BC648C84997E3E4253E6B7F")
Line 2: '------------------------------------------------------------------------------
Line 3: ' <auto-generated>
Line 4: ' This code was generated by a tool.
Line 5: ' Runtime Version:2.0.50727.42
Line 6: '
Line 7: ' Changes to this file may cause incorrect behavior and will be lost if
Line 8: ' the code is regenerated.
Line 9: ' </auto-generated>
Line 10: '------------------------------------------------------------------------------
Line 11:
Line 12: Option Strict Off
Line 13: Option Explicit On
Line 14:
Line 15: Imports ASP
Line 16: Imports Microsoft.VisualBasic
Line 17: Imports System
Line 18: Imports System.Collections
Line 19: Imports System.Collections.Specialized
Line 20: Imports System.Configuration
Line 21: Imports System.Text
Line 22: Imports System.Text.RegularExpressions
Line 23: Imports System.Web
Line 24: Imports System.Web.Caching
Line 25: Imports System.Web.Profile
Line 26: Imports System.Web.Security
Line 27: Imports System.Web.SessionState
Line 28: Imports System.Web.UI
Line 29: Imports System.Web.UI.HtmlControls
Line 30: Imports System.Web.UI.WebControls
Line 31: Imports System.Web.UI.WebControls.WebParts
Line 32:
Line 33:
Line 34: Partial Public Class login
Line 35: Implements System.Web.SessionState.IRequiresSessionState
Line 36:
Line 37:
Line 38: #ExternalSource("E:\Web\SSCI\home.aspx",9)
Line 39: Protected WithEvents LoginView1 As Global.System.Web.UI.WebControls.LoginView
Line 40:
Line 41: #End ExternalSource
Line 42:
Line 43: Protected ReadOnly Property Profile() As System.Web.Profile.DefaultProfile
Line 44: Get
Line 45: Return CType(Me.Context.Profile,System.Web.Profile.DefaultProfile)
Line 46: End Get
Line 47: End Property
Line 48:
Line 49: Protected ReadOnly Property ApplicationInstance() As System.Web.HttpApplication
Line 50: Get
Line 51: Return CType(Me.Context.ApplicationInstance,System.Web.HttpApplication)
Line 52: End Get
Line 53: End Property
Line 54: End Class
Line 55:
Line 56: Namespace ASP
Line 57:
Line 58: <System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()> _
Line 59: Public Class home_aspx
Line 60: Inherits Global.login
Line 61: Implements System.Web.IHttpHandler
Line 62:
Line 63: Private Shared __initialized As Boolean
Line 64:
Line 65: Private Shared __stringResource As Object
Line 66:
Line 67: Private Shared __fileDependencies As Object
Line 68:
Line 69: Public Sub New()
Line 70: MyBase.New
Line 71: Dim dependencies() As String
Line 72:
Line 73: #ExternalSource("E:\Web\SSCI\login.aspx.vb",912304)
Line 74: CType(Me,System.Web.UI.Page).AppRelativeVirtualPath = "~/home.aspx"
Line 75:
Line 76: #End ExternalSource
Line 77: If (Global.ASP.home_aspx.__initialized = false) Then
Line 78: Global.ASP.home_aspx.__stringResource = Me.ReadStringResource
Line 79: dependencies = New String(2) {}
Line 80: dependencies(0) = "~/home.aspx"
Line 81: dependencies(1) = "~/MasterPage.master"
Line 82: dependencies(2) = "~/login.aspx.vb"
Line 83: Global.ASP.home_aspx.__fileDependencies = Me.GetWrappedFileDependencies(dependencies)
Line 84: Global.ASP.home_aspx.__initialized = true
Line 85: End If
Line 86: Me.Server.ScriptTimeout = 30000000
Line 87: End Sub
Line 88:
Line 89: Protected Overrides ReadOnly Property SupportAutoEvents() As Boolean
Line 90: Get
Line 91: Return false
Line 92: End Get
Line 93: End Property
Line 94:
Line 95: Private Function __BuildControl__control3() As Global.System.Web.UI.WebControls.LoginName
Line 96: Dim __ctrl As Global.System.Web.UI.WebControls.LoginName
Line 97:
Line 98: #ExternalSource("E:\Web\SSCI\home.aspx",12)
Line 99: __ctrl = New Global.System.Web.UI.WebControls.LoginName
Line 100:
Line 101: #End ExternalSource
Line 102: __ctrl.TemplateControl = Me
Line 103: __ctrl.ApplyStyleSheetSkin(Me)
Line 104:
Line 105: #ExternalSource("E:\Web\SSCI\home.aspx",12)
Line 106: __ctrl.ID = "LoginName1"
Line 107:
Line 108: #End ExternalSource
Line 109:
Line 110: #ExternalSource("E:\Web\SSCI\home.aspx",12)
Line 111: __ctrl.Font.Bold = true
Line 112:
Line 113: #End ExternalSource
Line 114:
Line 115: #ExternalSource("E:\Web\SSCI\home.aspx",12)
Line 116: __ctrl.Font.Names = New String() {"Verdana"}
Line 117:
Line 118: #End ExternalSource
Line 119:
Line 120: #ExternalSource("E:\Web\SSCI\home.aspx",12)
Line 121: __ctrl.Font.Size = New System.Web.UI.WebControls.FontUnit(New System.Web.UI.WebControls.Unit(10, System.Web.UI.WebControls.UnitType.Point))
Line 122:
Line 123: #End ExternalSource
Line 124: Return __ctrl
Line 125: End Function
Line 126:
Line 127: Private Sub __BuildControl__control2(ByVal __ctrl As System.Web.UI.Control)
Line 128: Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)
Line 129:
Line 130: #ExternalSource("E:\Web\SSCI\home.aspx",9)
Line 131: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" <span></span><span style=""font-family: Arial""><span sty"& _
Line 132: "le=""font-size: 10pt; font-family: Verdana"">"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" Welcome"& _
Line 133: " </span>"))
Line 134:
Line 135: #End ExternalSource
Line 136: Dim __ctrl1 As Global.System.Web.UI.WebControls.LoginName
Line 137:
Line 138: #ExternalSource("E:\Web\SSCI\home.aspx",9)
Line 139: __ctrl1 = Me.__BuildControl__control3
Line 140:
Line 141: #End ExternalSource
Line 142:
Line 143: #ExternalSource("E:\Web\SSCI\home.aspx",9)
Line 144: __parser.AddParsedSubObject(__ctrl1)
Line 145:
Line 146: #End ExternalSource
Line 147:
Line 148: #ExternalSource("E:\Web\SSCI\home.aspx",9)
Line 149: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" <span style=""font-size: 10pt; font-family: Verdana"""& _
Line 150: ">To navigate"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" this site, click on menu to the le"& _
Line 151: "ft.</span></span>"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "))
Line 152:
Line 153: #End ExternalSource
Line 154: End Sub
Line 155:
Line 156: Private Sub __BuildControl__control4(ByVal __ctrl As System.Web.UI.Control)
Line 157: Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)
Line 158:
Line 159: #ExternalSource("E:\Web\SSCI\home.aspx",9)
Line 160: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" <span style=""font-family: Verdana""><span style=""font-si"& _
Line 161: "ze: 10pt""><span>You are not logged"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" in.</span> </spa"& _
Line 162: "n></span>"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "))
Line 163:
Line 164: #End ExternalSource
Line 165: End Sub
Line 166:
Line 167: Private Function __BuildControlLoginView1() As Global.System.Web.UI.WebControls.LoginView
Line 168: Dim __ctrl As Global.System.Web.UI.WebControls.LoginView
Line 169:
Line 170: #ExternalSource("E:\Web\SSCI\home.aspx",9)
Line 171: __ctrl = New Global.System.Web.UI.WebControls.LoginView
Line 172:
Line 173: #End ExternalSource
Line 174: Me.LoginView1 = __ctrl
Line 175: __ctrl.TemplateControl = Me
Line 176: __ctrl.ApplyStyleSheetSkin(Me)
Line 177:
Line 178: #ExternalSource("E:\Web\SSCI\home.aspx",9)
Line 179: __ctrl.LoggedInTemplate = New System.Web.UI.CompiledTemplateBuilder(AddressOf Me.__BuildControl__control2)
Line 180:
Line 181: #End ExternalSource
Line 182:
Line 183: #ExternalSource("E:\Web\SSCI\home.aspx",9)
Line 184: __ctrl.AnonymousTemplate = New System.Web.UI.CompiledTemplateBuilder(AddressOf Me.__BuildControl__control4)
Line 185:
Line 186: #End ExternalSource
Line 187:
Line 188: #ExternalSource("E:\Web\SSCI\home.aspx",9)
Line 189: __ctrl.ID = "LoginView1"
Line 190:
Line 191: #End ExternalSource
Line 192: Return __ctrl
Line 193: End Function
Line 194:
Line 195: Private Sub __BuildControlContent1(ByVal __ctrl As System.Web.UI.Control)
Line 196: Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)
Line 197:
Line 198: #ExternalSource("E:\Web\SSCI\home.aspx",2)
Line 199: __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(1311, 314, true))
Line 200:
Line 201: #End ExternalSource
Line 202: Dim __ctrl1 As Global.System.Web.UI.WebControls.LoginView
Line 203:
Line 204: #ExternalSource("E:\Web\SSCI\home.aspx",2)
Line 205: __ctrl1 = Me.__BuildControlLoginView1
Line 206:
Line 207: #End ExternalSource
Line 208:
Line 209: #ExternalSource("E:\Web\SSCI\home.aspx",2)
Line 210: __parser.AddParsedSubObject(__ctrl1)
Line 211:
Line 212: #End ExternalSource
Line 213:
Line 214: #ExternalSource("E:\Web\SSCI\home.aspx",2)
Line 215: __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(1625, 1227, true))
Line 216:
Line 217: #End ExternalSource
Line 218: End Sub
Line 219:
Line 220: Private Sub __BuildControlTree(ByVal __ctrl As home_aspx)
Line 221:
Line 222: #ExternalSource("E:\Web\SSCI\home.aspx",1)
Line 223: __ctrl.MasterPageFile = "~/MasterPage.master"
Line 224:
Line 225: #End ExternalSource
Line 226:
Line 227: #ExternalSource("E:\Web\SSCI\home.aspx",1)
Line 228: __ctrl.Title = "Welcome"
Line 229:
Line 230: #End ExternalSource
Line 231:
Line 232: #ExternalSource("E:\Web\SSCI\home.aspx",1)
Line 233: Me.InitializeCulture
Line 234:
Line 235: #End ExternalSource
Line 236:
Line 237: #ExternalSource("E:\Web\SSCI\home.aspx",2)
Line 238: Me.AddContentTemplate("BodyPlaceHolder", New System.Web.UI.CompiledTemplateBuilder(AddressOf Me.__BuildControlContent1))
Line 239:
Line 240: #End ExternalSource
Line 241: Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)
Line 242:
Line 243: #ExternalSource("E:\Web\SSCI\home.aspx",1)
Line 244: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)))
Line 245:
Line 246: #End ExternalSource
Line 247: End Sub
Line 248:
Line 249:
Line 250: #ExternalSource("E:\Web\SSCI\login.aspx.vb",912304)
Line 251: Protected Overrides Sub FrameworkInitialize()
Line 252: MyBase.FrameworkInitialize
Line 253: SetStringResourcePointer(Global.ASP.home_aspx.__stringResource, 0)
Line 254: Me.__BuildControlTree(Me)
Line 255: Me.AddWrappedFileDependencies(Global.ASP.home_aspx.__fileDependencies)
Line 256: Me.Request.ValidateInput
Line 257: End Sub
Line 258:
Line 259: #End ExternalSource
Line 260:
Line 261: Public Overrides Function GetTypeHashCode() As Integer
Line 262: Return 83765530
Line 263: End Function
Line 264:
Line 265: Public Overrides Sub ProcessRequest(ByVal context As System.Web.HttpContext)
Line 266: MyBase.ProcessRequest(context)
Line 267: End Sub
Line 268: End Class
Line 269: End Namespace
Line 270:
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
after rollerback the updates, it still prompt the same error message.
Can anyone give me a clue what 's going on there?
Server Error in '/' Application.
--------------------------------------------------------------------------------
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: ASPNET: Make sure that the class defined in this code file matches the 'inherits' attribute, and that it extends the correct base class (e.g. Page or UserControl).
Source Error:
Line 1:
Line 2: Partial Class login
Line 3: Inherits System.Web.UI.Page
Line 4:
Source File: E:\Web\SSCI\login.aspx.vb Line: 2
the detailed compilation output:
c:\windows\system32\inetsrv> "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\vbc.exe" /t:library /utf8output /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Code.vuzuwnwc.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_ap2ljl4v.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /out:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.dll" /DEBUG=1 /debug+ /win32resource:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\loutzoey.res" /define:_MYTYPE=\"Web\" /imports:Microsoft.VisualBasic,System,System.Collections,System.Collections.Specialized,System.Configuration,System.Text,System.Text.RegularExpressions,System.Web,System.Web.Caching,System.Web.SessionState,System.Web.Security,System.Web.Profile,System.Web.UI,System.Web.UI.WebControls,System.Web.UI.WebControls.WebParts,System.Web.UI.HtmlControls "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.0.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.1.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.2.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.3.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.5.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.6.vb"
Microsoft (R) Visual Basic Compiler version 8.0.50727.42
for Microsoft (R) .NET Framework version 2.0.50727.42
Copyright (c) Microsoft Corporation. All rights reserved.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(60) : error BC30554: 'login' is ambiguous.
Inherits Global.login
~~~~~~~~~~~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(61) : error BC30154: Class 'home_aspx' must implement 'ReadOnly Property IsReusable() As Boolean' for interface 'System.Web.IHttpHandler'. Implementing property must have matching 'ReadOnly' or 'WriteOnly' specifiers.
Implements System.Web.IHttpHandler
~~~~~~~~~~~~~~~~~~~~~~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(61) : error BC30149: Class 'home_aspx' must implement 'Sub ProcessRequest(context As HttpContext)' for interface 'System.Web.IHttpHandler'.
Implements System.Web.IHttpHandler
~~~~~~~~~~~~~~~~~~~~~~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(78) : error BC30456: 'ReadStringResource' is not a member of 'ASP.home_aspx'.
Global.ASP.home_aspx.__stringResource = Me.ReadStringResource
~~~~~~~~~~~~~~~~~~~~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(83) : error BC30456: 'GetWrappedFileDependencies' is not a member of 'ASP.home_aspx'.
Global.ASP.home_aspx.__fileDependencies = Me.GetWrappedFileDependencies(dependencies)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(86) : error BC30456: 'Server' is not a member of 'ASP.home_aspx'.
Me.Server.ScriptTimeout = 30000000
~~~~~~~~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(89) : error BC30284: property 'SupportAutoEvents' cannot be declared 'Overrides' because it does not override a property in a base class.
Protected Overrides ReadOnly Property SupportAutoEvents() As Boolean
~~~~~~~~~~~~~~~~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(102) : error BC30311: Value of type 'ASP.home_aspx' cannot be converted to 'System.Web.UI.TemplateControl'.
__ctrl.TemplateControl = Me
~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(103) : error BC30311: Value of type 'ASP.home_aspx' cannot be converted to 'System.Web.UI.Page'.
__ctrl.ApplyStyleSheetSkin(Me)
~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(174) : error BC30456: 'LoginView1' is not a member of 'ASP.home_aspx'.
Me.LoginView1 = __ctrl
~~~~~~~~~~~~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(175) : error BC30311: Value of type 'ASP.home_aspx' cannot be converted to 'System.Web.UI.TemplateControl'.
__ctrl.TemplateControl = Me
~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(176) : error BC30311: Value of type 'ASP.home_aspx' cannot be converted to 'System.Web.UI.Page'.
__ctrl.ApplyStyleSheetSkin(Me)
~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(261) : error BC30284: function 'GetTypeHashCode' cannot be declared 'Overrides' because it does not override a function in a base class.
Public Overrides Function GetTypeHashCode() As Integer
~~~~~~~~~~~~~~~
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\9fb2fd63\1f0f086\App_Web_loutzoey.4.vb(265) : error BC30284: sub 'ProcessRequest' cannot be declared 'Overrides' because it does not override a sub in a base class.
Public Overrides Sub ProcessRequest(ByVal context As System.Web.HttpContext)
~~~~~~~~~~~~~~
E:\Web\SSCI\home.aspx(1) : error BC30456: 'Title' is not a member of 'ASP.home_aspx'.
__ctrl.Title = "Welcome"
~~~~~~~~~~~~
E:\Web\SSCI\home.aspx(1) : error BC30456: 'InitializeCulture' is not a member of 'ASP.home_aspx'.
Me.InitializeCulture
~~~~~~~~~~~~~~~~~~~~
E:\Web\SSCI\home.aspx(1) : error BC30456: 'MasterPageFile' is not a member of 'ASP.home_aspx'.
__ctrl.MasterPageFile = "~/MasterPage.master"
~~~~~~~~~~~~~~~~~~~~~
E:\Web\SSCI\home.aspx(2) : error BC30456: 'AddContentTemplate' is not a member of 'ASP.home_aspx'.
Me.AddContentTemplate("BodyPlaceHolder", New System.Web.UI.CompiledTemplateBuilder(AddressOf Me.__BuildControlContent1))
~~~~~~~~~~~~~~~~~~~~~
E:\Web\SSCI\home.aspx(2) : error BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.home_aspx'.
__parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(1625, 1227, true))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E:\Web\SSCI\home.aspx(2) : error BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.home_aspx'.
__parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(1311, 314, true))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E:\Web\SSCI\login.aspx.vb(912304) : error BC30311: Value of type 'ASP.home_aspx' cannot be converted to 'System.Web.UI.Page'.
CType(Me,System.Web.UI.Page).AppRelativeVirtualPath = "~/home.aspx"
~~
E:\Web\SSCI\login.aspx.vb(912304) : error BC30284: sub 'FrameworkInitialize' cannot be declared 'Overrides' because it does not override a sub in a base class.
Protected Overrides Sub FrameworkInitialize()
~~~~~~~~~~~~~~~~~~~
E:\Web\SSCI\login.aspx.vb(912306) : error BC30451: Name 'SetStringResourcePointer' is not declared.
SetStringResourcePointer(Global.ASP.home_aspx.__stringResource, 0)
~~~~~~~~~~~~~~~~~~~~~~~~
E:\Web\SSCI\login.aspx.vb(912308) : error BC30456: 'AddWrappedFileDependencies' is not a member of 'ASP.home_aspx'.
Me.AddWrappedFileDependencies(Global.ASP.home_aspx.__fileDependencies)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E:\Web\SSCI\login.aspx.vb(912309) : error BC30456: 'Request' is not a member of 'ASP.home_aspx'.
Me.Request.ValidateInput
~~~~~~~~~~
Show Complete Compilation Source:
Line 1: #ExternalChecksum("E:\Web\SSCI\home.aspx","{406ea660-64cf-4c82-b6f0-42d48172a799}","37D51D174BC648C84997E3E4253E6B7F")
Line 2: '------------------------------------------------------------------------------
Line 3: ' <auto-generated>
Line 4: ' This code was generated by a tool.
Line 5: ' Runtime Version:2.0.50727.42
Line 6: '
Line 7: ' Changes to this file may cause incorrect behavior and will be lost if
Line 8: ' the code is regenerated.
Line 9: ' </auto-generated>
Line 10: '------------------------------------------------------------------------------
Line 11:
Line 12: Option Strict Off
Line 13: Option Explicit On
Line 14:
Line 15: Imports ASP
Line 16: Imports Microsoft.VisualBasic
Line 17: Imports System
Line 18: Imports System.Collections
Line 19: Imports System.Collections.Specialized
Line 20: Imports System.Configuration
Line 21: Imports System.Text
Line 22: Imports System.Text.RegularExpressions
Line 23: Imports System.Web
Line 24: Imports System.Web.Caching
Line 25: Imports System.Web.Profile
Line 26: Imports System.Web.Security
Line 27: Imports System.Web.SessionState
Line 28: Imports System.Web.UI
Line 29: Imports System.Web.UI.HtmlControls
Line 30: Imports System.Web.UI.WebControls
Line 31: Imports System.Web.UI.WebControls.WebParts
Line 32:
Line 33:
Line 34: Partial Public Class login
Line 35: Implements System.Web.SessionState.IRequiresSessionState
Line 36:
Line 37:
Line 38: #ExternalSource("E:\Web\SSCI\home.aspx",9)
Line 39: Protected WithEvents LoginView1 As Global.System.Web.UI.WebControls.LoginView
Line 40:
Line 41: #End ExternalSource
Line 42:
Line 43: Protected ReadOnly Property Profile() As System.Web.Profile.DefaultProfile
Line 44: Get
Line 45: Return CType(Me.Context.Profile,System.Web.Profile.DefaultProfile)
Line 46: End Get
Line 47: End Property
Line 48:
Line 49: Protected ReadOnly Property ApplicationInstance() As System.Web.HttpApplication
Line 50: Get
Line 51: Return CType(Me.Context.ApplicationInstance,System.Web.HttpApplication)
Line 52: End Get
Line 53: End Property
Line 54: End Class
Line 55:
Line 56: Namespace ASP
Line 57:
Line 58: <System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()> _
Line 59: Public Class home_aspx
Line 60: Inherits Global.login
Line 61: Implements System.Web.IHttpHandler
Line 62:
Line 63: Private Shared __initialized As Boolean
Line 64:
Line 65: Private Shared __stringResource As Object
Line 66:
Line 67: Private Shared __fileDependencies As Object
Line 68:
Line 69: Public Sub New()
Line 70: MyBase.New
Line 71: Dim dependencies() As String
Line 72:
Line 73: #ExternalSource("E:\Web\SSCI\login.aspx.vb",912304)
Line 74: CType(Me,System.Web.UI.Page).AppRelativeVirtualPath = "~/home.aspx"
Line 75:
Line 76: #End ExternalSource
Line 77: If (Global.ASP.home_aspx.__initialized = false) Then
Line 78: Global.ASP.home_aspx.__stringResource = Me.ReadStringResource
Line 79: dependencies = New String(2) {}
Line 80: dependencies(0) = "~/home.aspx"
Line 81: dependencies(1) = "~/MasterPage.master"
Line 82: dependencies(2) = "~/login.aspx.vb"
Line 83: Global.ASP.home_aspx.__fileDependencies = Me.GetWrappedFileDependencies(dependencies)
Line 84: Global.ASP.home_aspx.__initialized = true
Line 85: End If
Line 86: Me.Server.ScriptTimeout = 30000000
Line 87: End Sub
Line 88:
Line 89: Protected Overrides ReadOnly Property SupportAutoEvents() As Boolean
Line 90: Get
Line 91: Return false
Line 92: End Get
Line 93: End Property
Line 94:
Line 95: Private Function __BuildControl__control3() As Global.System.Web.UI.WebControls.LoginName
Line 96: Dim __ctrl As Global.System.Web.UI.WebControls.LoginName
Line 97:
Line 98: #ExternalSource("E:\Web\SSCI\home.aspx",12)
Line 99: __ctrl = New Global.System.Web.UI.WebControls.LoginName
Line 100:
Line 101: #End ExternalSource
Line 102: __ctrl.TemplateControl = Me
Line 103: __ctrl.ApplyStyleSheetSkin(Me)
Line 104:
Line 105: #ExternalSource("E:\Web\SSCI\home.aspx",12)
Line 106: __ctrl.ID = "LoginName1"
Line 107:
Line 108: #End ExternalSource
Line 109:
Line 110: #ExternalSource("E:\Web\SSCI\home.aspx",12)
Line 111: __ctrl.Font.Bold = true
Line 112:
Line 113: #End ExternalSource
Line 114:
Line 115: #ExternalSource("E:\Web\SSCI\home.aspx",12)
Line 116: __ctrl.Font.Names = New String() {"Verdana"}
Line 117:
Line 118: #End ExternalSource
Line 119:
Line 120: #ExternalSource("E:\Web\SSCI\home.aspx",12)
Line 121: __ctrl.Font.Size = New System.Web.UI.WebControls.FontUnit(New System.Web.UI.WebControls.Unit(10, System.Web.UI.WebControls.UnitType.Point))
Line 122:
Line 123: #End ExternalSource
Line 124: Return __ctrl
Line 125: End Function
Line 126:
Line 127: Private Sub __BuildControl__control2(ByVal __ctrl As System.Web.UI.Control)
Line 128: Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)
Line 129:
Line 130: #ExternalSource("E:\Web\SSCI\home.aspx",9)
Line 131: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" <span></span><span style=""font-family: Arial""><span sty"& _
Line 132: "le=""font-size: 10pt; font-family: Verdana"">"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" Welcome"& _
Line 133: " </span>"))
Line 134:
Line 135: #End ExternalSource
Line 136: Dim __ctrl1 As Global.System.Web.UI.WebControls.LoginName
Line 137:
Line 138: #ExternalSource("E:\Web\SSCI\home.aspx",9)
Line 139: __ctrl1 = Me.__BuildControl__control3
Line 140:
Line 141: #End ExternalSource
Line 142:
Line 143: #ExternalSource("E:\Web\SSCI\home.aspx",9)
Line 144: __parser.AddParsedSubObject(__ctrl1)
Line 145:
Line 146: #End ExternalSource
Line 147:
Line 148: #ExternalSource("E:\Web\SSCI\home.aspx",9)
Line 149: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" <span style=""font-size: 10pt; font-family: Verdana"""& _
Line 150: ">To navigate"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" this site, click on menu to the le"& _
Line 151: "ft.</span></span>"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "))
Line 152:
Line 153: #End ExternalSource
Line 154: End Sub
Line 155:
Line 156: Private Sub __BuildControl__control4(ByVal __ctrl As System.Web.UI.Control)
Line 157: Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)
Line 158:
Line 159: #ExternalSource("E:\Web\SSCI\home.aspx",9)
Line 160: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" <span style=""font-family: Verdana""><span style=""font-si"& _
Line 161: "ze: 10pt""><span>You are not logged"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" in.</span> </spa"& _
Line 162: "n></span>"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "))
Line 163:
Line 164: #End ExternalSource
Line 165: End Sub
Line 166:
Line 167: Private Function __BuildControlLoginView1() As Global.System.Web.UI.WebControls.LoginView
Line 168: Dim __ctrl As Global.System.Web.UI.WebControls.LoginView
Line 169:
Line 170: #ExternalSource("E:\Web\SSCI\home.aspx",9)
Line 171: __ctrl = New Global.System.Web.UI.WebControls.LoginView
Line 172:
Line 173: #End ExternalSource
Line 174: Me.LoginView1 = __ctrl
Line 175: __ctrl.TemplateControl = Me
Line 176: __ctrl.ApplyStyleSheetSkin(Me)
Line 177:
Line 178: #ExternalSource("E:\Web\SSCI\home.aspx",9)
Line 179: __ctrl.LoggedInTemplate = New System.Web.UI.CompiledTemplateBuilder(AddressOf Me.__BuildControl__control2)
Line 180:
Line 181: #End ExternalSource
Line 182:
Line 183: #ExternalSource("E:\Web\SSCI\home.aspx",9)
Line 184: __ctrl.AnonymousTemplate = New System.Web.UI.CompiledTemplateBuilder(AddressOf Me.__BuildControl__control4)
Line 185:
Line 186: #End ExternalSource
Line 187:
Line 188: #ExternalSource("E:\Web\SSCI\home.aspx",9)
Line 189: __ctrl.ID = "LoginView1"
Line 190:
Line 191: #End ExternalSource
Line 192: Return __ctrl
Line 193: End Function
Line 194:
Line 195: Private Sub __BuildControlContent1(ByVal __ctrl As System.Web.UI.Control)
Line 196: Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)
Line 197:
Line 198: #ExternalSource("E:\Web\SSCI\home.aspx",2)
Line 199: __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(1311, 314, true))
Line 200:
Line 201: #End ExternalSource
Line 202: Dim __ctrl1 As Global.System.Web.UI.WebControls.LoginView
Line 203:
Line 204: #ExternalSource("E:\Web\SSCI\home.aspx",2)
Line 205: __ctrl1 = Me.__BuildControlLoginView1
Line 206:
Line 207: #End ExternalSource
Line 208:
Line 209: #ExternalSource("E:\Web\SSCI\home.aspx",2)
Line 210: __parser.AddParsedSubObject(__ctrl1)
Line 211:
Line 212: #End ExternalSource
Line 213:
Line 214: #ExternalSource("E:\Web\SSCI\home.aspx",2)
Line 215: __parser.AddParsedSubObject(Me.CreateResourceBasedLiteralControl(1625, 1227, true))
Line 216:
Line 217: #End ExternalSource
Line 218: End Sub
Line 219:
Line 220: Private Sub __BuildControlTree(ByVal __ctrl As home_aspx)
Line 221:
Line 222: #ExternalSource("E:\Web\SSCI\home.aspx",1)
Line 223: __ctrl.MasterPageFile = "~/MasterPage.master"
Line 224:
Line 225: #End ExternalSource
Line 226:
Line 227: #ExternalSource("E:\Web\SSCI\home.aspx",1)
Line 228: __ctrl.Title = "Welcome"
Line 229:
Line 230: #End ExternalSource
Line 231:
Line 232: #ExternalSource("E:\Web\SSCI\home.aspx",1)
Line 233: Me.InitializeCulture
Line 234:
Line 235: #End ExternalSource
Line 236:
Line 237: #ExternalSource("E:\Web\SSCI\home.aspx",2)
Line 238: Me.AddContentTemplate("BodyPlaceHolder", New System.Web.UI.CompiledTemplateBuilder(AddressOf Me.__BuildControlContent1))
Line 239:
Line 240: #End ExternalSource
Line 241: Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)
Line 242:
Line 243: #ExternalSource("E:\Web\SSCI\home.aspx",1)
Line 244: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)))
Line 245:
Line 246: #End ExternalSource
Line 247: End Sub
Line 248:
Line 249:
Line 250: #ExternalSource("E:\Web\SSCI\login.aspx.vb",912304)
Line 251: Protected Overrides Sub FrameworkInitialize()
Line 252: MyBase.FrameworkInitialize
Line 253: SetStringResourcePointer(Global.ASP.home_aspx.__stringResource, 0)
Line 254: Me.__BuildControlTree(Me)
Line 255: Me.AddWrappedFileDependencies(Global.ASP.home_aspx.__fileDependencies)
Line 256: Me.Request.ValidateInput
Line 257: End Sub
Line 258:
Line 259: #End ExternalSource
Line 260:
Line 261: Public Overrides Function GetTypeHashCode() As Integer
Line 262: Return 83765530
Line 263: End Function
Line 264:
Line 265: Public Overrides Sub ProcessRequest(ByVal context As System.Web.HttpContext)
Line 266: MyBase.ProcessRequest(context)
Line 267: End Sub
Line 268: End Class
Line 269: End Namespace
Line 270:
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
after rollerback the updates, it still prompt the same error message.
Can anyone give me a clue what 's going on there?