Server Error in '/ErrorLog' Application.<BR>--------------------------------------------------------------------------------<BR><BR>Compilation Error <BR>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. <BR><BR>Compiler Error Message: BC30456: The name 'test' is not a member of 'ASP.WebForm1_aspx'.<BR><BR>Source Error:<BR><BR> <BR><BR>Line 12: <BR>Line 13: <form id="Form1" method="post" runat="server"><BR>Line 14: <asp:Button id=Button1 OnClick="test()" style="Z-INDEX: 101; LEFT: 189px; POSITION: absolute; TOP: 108px" runat="server" Text="Button"></asp:Button><BR>Line 15: <BR>Line 16: </form><BR> <BR><BR>Source File: c:inetpubwwwrootErrorLogWebForm1.aspx Line: 14 <BR><BR><BR><BR>Show Detailed Compiler Output:<BR><BR><BR>C:WINNTsystem32> "c:winntmicrosoft.netframeworkv1.0.2914vbc.exe" /t:library /utf8output /R:"c:winntassemblygacsystem.web1.0.2411.0__b03f5f7f11 d50a3asystem.web.dll" /R:"c:winntassemblygacsystem1.0.2411.0__b77a5c561934e0 89system.dll" /R:"c:winntassemblygacsystem.xml1.0.2411.0__b77a5c5619 34e089system.xml.dll" /R:"c:winntassemblygacsystem.drawing1.0.2411.0__b03f5f 7f11d50a3asystem.drawing.dll" /R:"c:winntassemblygacsystem.data1.0.2411.0__b77a5c561 934e089system.data.dll" /R:"c:winntassemblygacsystem.web.services1.0.2411.0__b 03f5f7f11d50a3asystem.web.services.dll" /R:"c:winntmicrosoft.netframeworkv1.0.2914 emporary asp.net fileserrorlog6b1de627ca66aa2assemblydownloaded2aa 6203fb402fb259_4115c101errorlog.dll" /R:"c:winntmicrosoft.netframeworkv1.0.2914 emporary asp.net fileserrorlog6b1de627ca66aa21fmifbsc.dll" /out:"C:WINNTMicrosoft.NETFrameworkv1.0.2914Temporary ASP.NET Fileserrorlog6b1de627ca66aa2pbmhyrwn.dll" /DEBUG=1 /debug+ /win32resource:"C:WINNTMicrosoft.NETFrameworkv1.0.2914Temporary ASP.NET Fileserrorlog6b1de627ca66aa2pbmhyrwn.res" "C:WINNTMicrosoft.NETFrameworkv1.0.2914Temporary ASP.NET Fileserrorlog6b1de627ca66aa2pbmhyrwn.0.vb"<BR><BR><BR>Microsoft (R) Visual Basic.NET Compiler version 7.00.9254<BR>for Microsoft (R) .NET CLR version 1.00.2914.16<BR>Copyright (C) Microsoft Corp 2001. All rights reserved.<BR><BR>c:inetpubwwwrootErrorLogWebForm1.aspx(14) : error BC30456: The name 'test' is not a member of 'ASP.WebForm1_aspx'.<BR><BR> AddHandler __ctrl.Click, AddressOf Me.test()<BR> ~~~~~~~ <BR>c:inetpubwwwrootErrorLogWebForm1.aspx(14) : error BC30456: The name 'test' is not a member of 'ASP.WebForm1_aspx'.<BR><BR> RemoveHandler __ctrl.Click, AddressOf Me.test()<BR> ~~~~~~~ <BR><BR> <BR><BR><BR><BR>Show Complete Compilation Source:<BR><BR><BR>Line 1: '------------------------------------------------------------------------------<BR>Line 2: ' <autogenerated><BR>Line 3: ' This code was generated by a tool.<BR>Line 4: ' Runtime Version: 1.0.2914.16<BR>Line 5: '<BR>Line 6: ' Changes to this file may cause incorrect behavior and will be lost if <BR>Line 7: ' the code is regenerated.<BR>Line 8: ' </autogenerated><BR>Line 9: '------------------------------------------------------------------------------<BR>Line 10: <BR>Line 11: Option Strict Off<BR>Line 12: Option Explicit On<BR>Line 13: <BR>Line 14: Imports ASP<BR>Line 15: Imports ErrorLog<BR>Line 16: Imports Microsoft.VisualBasic<BR>Line 17: Imports System<BR>Line 18: Imports System.Collections<BR>Line 19: Imports System.Collections.Specialized<BR>Line 20: Imports System.Configuration<BR>Line 21: Imports System.Text<BR>Line 22: Imports System.Text.RegularExpressions<BR>Line 23: Imports System.Web<BR>Line 24: Imports System.Web.Caching<BR>Line 25: Imports System.Web.Security<BR>Line 26: Imports System.Web.SessionState<BR>Line 27: Imports System.Web.UI<BR>Line 28: Imports System.Web.UI.HtmlControls<BR>Line 29: Imports System.Web.UI.WebControls<BR>Line 30: <BR>Line 31: Namespace ASP<BR>Line 32: <BR>Line 33: <System.Runtime.CompilerServices.CompilerGlobalSco peAttribute()> _<BR>Line 34: Public Class WebForm1_aspx<BR>Line 35: Inherits ErrorLog.WebForm1<BR>Line 36: Implements System.Web.SessionState.IRequiresSessionState<BR>Line 37: <BR>Line 38: <BR>Line 39: #ExternalSource("c:inetpubwwwrootErrorLogWebForm1.aspx",14)<BR>Line 40: Protected Button1 As System.Web.UI.WebControls.Button<BR>Line 41: <BR>Line 42: #End ExternalSource<BR>Line 43: <BR>Line 44: <BR>Line 45: #ExternalSource("c:inetpubwwwrootErrorLogWebForm1.aspx",13)<BR>Line 46: Protected Form1 As System.Web.UI.HtmlControls.HtmlForm<BR>Line 47: <BR>Line 48: #End ExternalSource<BR>Line 49: <BR>Line 50: Private Shared __intialized As Boolean = false<BR>Line 51: <BR>Line 52: Private Shared __stringResource As Object<BR>Line 53: <BR>Line 54: Private Shared __fileDependencies As System.Collections.ArrayList<BR>Line 55: <BR>Line 56: Public Sub New()<BR>Line 57: MyBase.New<BR>Line 58: Dim dependencies As System.Collections.ArrayList<BR>Line 59: If (ASP.WebForm1_aspx.__intialized = false) Then<BR>Line 60: ASP.WebForm1_aspx.__stringResource = System.Web.UI.TemplateControl.ReadStringResource(G etType(ASP.WebForm1_aspx))<BR>Line 61: dependencies = New System.Collections.ArrayList<BR>Line 62: dependencies.Add("c:inetpubwwwrootErrorLogWebForm1.aspx")<BR>Line 63: ASP.WebForm1_aspx.__fileDependencies = dependencies<BR>Line 64: ASP.WebForm1_aspx.__intialized = true<BR>Line 65: End If<BR>Line 66: Me.Server.ScriptTimeout = 30000000<BR>Line 67: End Sub<BR>Line 68: <BR>Line 69: Protected Overrides ReadOnly Property SupportAutoEvents As Boolean<BR>Line 70: Get<BR>Line 71: Return false<BR>Line 72: End Get<BR>Line 73: End Property<BR>Line 74: <BR>Line 75: Protected ReadOnly Property ApplicationInstance As ASP.Global_asax<BR>Line 76: Get<BR>Line 77: Return CType(Me.Context.ApplicationInstance,ASP.Global_as ax)<BR>Line 78: End Get<BR>Line 79: End Property<BR>Line 80: <BR>Line 81: Public Overrides ReadOnly Property TemplateSourceDirectory As String<BR>Line 82: Get<BR>Line 83: Return "/ErrorLog"<BR>Line 84: End Get<BR>Line 85: End Property<BR>Line 86: <BR>Line 87: Public Overrides Sub InstantiateIn(ByVal control As System.Web.UI.Control)<BR>Line 88: Me.__BuildControlTree(control)<BR>Line 89: End Sub<BR>Line 90: <BR>Line 91: Private Function __BuildControlButton1() As System.Web.UI.Control<BR>Line 92: Dim __ctrl As System.Web.UI.WebControls.Button<BR>Line 93: <BR>Line 94: #ExternalSource("c:inetpubwwwrootErrorLogWebForm1.aspx",14)<BR>Line 95: __ctrl = New System.Web.UI.WebControls.Button<BR>Line 96: <BR>Line 97: #End ExternalSource<BR>Line 98: Me.Button1 = __ctrl<BR>Line 99: <BR>Line 100: #ExternalSource("c:inetpubwwwrootErrorLogWebForm1.aspx",14)<BR>Line 101: __ctrl.ID = "Button1"<BR>Line 102: <BR>Line 103: #End ExternalSource<BR>Line 104: <BR>Line 105: #ExternalSource("c:inetpubwwwrootErrorLogWebForm1.aspx",14)<BR>Line 106: CType(__ctrl,System.Web.UI.IAttributeAccessor).Set Attribute("style", "Z-INDEX: 101; LEFT: 189px; POSITION: absolute; TOP: 108px")<BR>Line 107: <BR>Line 108: #End ExternalSource<BR>Line 109: <BR>Line 110: #ExternalSource("c:inetpubwwwrootErrorLogWebForm1.aspx",14)<BR>Line 111: __ctrl.Text = "Button"<BR>Line 112: <BR>Line 113: #End ExternalSource<BR>Line 114: <BR>Line 115: #ExternalSource("c:inetpubwwwrootErrorLogWebForm1.aspx",14)<BR>Line 116: RemoveHandler __ctrl.Click, AddressOf Me.test()<BR>Line 117: <BR>Line 118: #End ExternalSource<BR>Line 119: <BR>Line 120: #ExternalSource("c:inetpubwwwrootErrorLogWebForm1.aspx",14)<BR>Line 121: AddHandler __ctrl.Click, AddressOf Me.test()<BR>Line 122: <BR>Line 123: #End ExternalSource<BR>Line 124: Return __ctrl<BR>Line 125: End Function<BR>Line 126: <BR>Line 127: Private Function __BuildControlForm1() As System.Web.UI.Control<BR>Line 128: Dim __ctrl As System.Web.UI.HtmlControls.HtmlForm<BR>Line 129: <BR>Line 130: #ExternalSource("c:inetpubwwwrootErrorLogWebForm1.aspx",13)<BR>Line 131: __ctrl = New System.Web.UI.HtmlControls.HtmlForm<BR>Line 132: <BR>Line 133: #End ExternalSource<BR>Line 134: Me.Form1 = __ctrl<BR>Line 135: <BR>Line 136: #ExternalSource("c:inetpubwwwrootErrorLogWebForm1.aspx",13)<BR>Line 137: __ctrl.ID = "Form1"<BR>Line 138: <BR>Line 139: #End ExternalSource<BR>Line 140: <BR>Line 141: #ExternalSource("c:inetpubwwwrootErrorLogWebForm1.aspx",13)<BR>Line 142: __ctrl.Method = "post"<BR>Line 143: <BR>Line 144: #End ExternalSource<BR>Line 145: Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)<BR>Line 146: <BR>Line 147: #ExternalSource("c:inetpubwwwrootErrorLogWebForm1.aspx",13)<BR>Line 148: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&ChrW(13)&ChrW(10)))<BR>Line 149: <BR>Line 150: #End ExternalSource<BR>Line 151: <BR>Line 152: #ExternalSource("c:inetpubwwwrootErrorLogWebForm1.aspx",13)<BR>Line 153: Me.__BuildControlButton1<BR>Line 154: <BR>Line 155: #End ExternalSource<BR>Line 156: <BR>Line 157: #ExternalSource("c:inetpubwwwrootErrorLogWebForm1.aspx",13)<BR>Line 158: __parser.AddParsedSubObject(Me.Button1)<BR>Line 159: <BR>Line 160: #End ExternalSource<BR>Line 161: <BR>Line 162: #ExternalSource("c:inetpubwwwrootErrorLogWebForm1.aspx",13)<BR>Line 163: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&ChrW(13)&ChrW(10)&ChrW(13)&ChrW(10)&" "))<BR>Line 164: <BR>Line 165: #End ExternalSource<BR>Line 166: Return __ctrl<BR>Line 167: End Function<BR>Line 168: <BR>Line 169: Private Sub __BuildControlTree(ByVal __ctrl As System.Web.UI.Control)<BR>Line 170: Dim __parser As System.Web.UI.IParserAccessor = CType(__ctrl,System.Web.UI.IParserAccessor)<BR>Line 171: <BR>Line 172: #ExternalSource("c:inetpubwwwrootErrorLogWebForm1.aspx",1)<BR>Line 173: __parser.AddParsedSubObject(Me.CreateResourceBased LiteralControl(0, 441, true))<BR>Line 174: <BR>Line 175: #End ExternalSource<BR>Line 176: <BR>Line 177: #ExternalSource("c:inetpubwwwrootErrorLogWebForm1.aspx",1)<BR>Line 178: Me.__BuildControlForm1<BR>Line 179: <BR>Line 180: #End ExternalSource<BR>Line 181: <BR>Line 182: #ExternalSource("c:inetpubwwwrootErrorLogWebForm1.aspx",1)<BR>Line 183: __parser.AddParsedSubObject(Me.Form1)<BR>Line 184: <BR>Line 185: #End ExternalSource<BR>Line 186: <BR>Line 187: #ExternalSource("c:inetpubwwwrootErrorLogWebForm1.aspx",1)<BR>Line 188: __parser.AddParsedSubObject(New System.Web.UI.LiteralControl(""&ChrW(13)&ChrW(10)&ChrW(13)&ChrW(10)&" </body>"&ChrW(13)&ChrW(10)&" <script language=""javascript"">"&ChrW(13)&ChrW(10)&ChrW(9)&"function() {"&ChrW(13)&ChrW(10)&ChrW(9)&ChrW(9)&"alert()"&ChrW(13)&ChrW(10)&" }"&ChrW(13)&ChrW(10)&" "& _ <BR>Line 189: " </script>"&ChrW(13)&ChrW(10)&"</HTML>"&ChrW(13)&ChrW(10)))<BR>Line 190: <BR>Line 191: #End ExternalSource<BR>Line 192: End Sub<BR>Line 193: <BR>Line 194: Protected Overrides Sub FrameworkInitialize()<BR>Line 195: SetStringResourcePointer(ASP.WebForm1_aspx.__strin gResource, 441)<BR>Line 196: Me.FileDependencies = ASP.WebForm1_aspx.__fileDependencies<BR>Line 197: End Sub<BR>Line 198: <BR>Line 199: Public Overrides Function GetTypeHashCode() As Integer<BR>Line 200: Return -530771324<BR>Line 201: End Function<BR>Line 202: End Class<BR>Line 203: End Namespace<BR>Line 204: <BR> <BR><BR><BR><BR><BR>--------------------------------------------------------------------------------<BR>Version Information: Runtime Build:1.0.2914.16; ASP.NET Build:1.0.2914.16