I now know a lot about your webserver.
/// Seems to be AD Related
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: BC30451: Name 'faObj' is not declared.
Source Error:
Line 33: </script>
Line 34:
Line 35: <% Response.Write(faObj.GetBanner(598, "", 0, "", ""))%>
Line 36:
Line 37: <% LoadBottom() %>
Source File: d:\inetpub\wwwroot\forums\include\custom\bottom.ascx Line: 35
Compiler Warning Messages:
Warning: BC40004: variable 'ftObj' conflicts with variable 'ftObj' in the base class 'Control' and so should be declared 'Shadows'.
Source Error:
d:\inetpub\wwwroot\forums\include\custom\bottom.ascx
Line 2: <%StartControl%>
Line 3: <script language="vb" runat="server">
Line 4: public ftObj as FuseTalk.API
Line 5:
Line 6: Public Sub LoadBottom()
Show Detailed Compiler Output:
C:\WINNT\system32> "c:\winnt\microsoft.net\framework\v1.1.4322\vbc.exe" /t:library /utf8output /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\root\366c86ff\2653583f\assembly\dl2\c7e2e0fc\008f4f52_ed7ac401\freetextbox.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\root\366c86ff\2653583f\assembly\dl2\0ecf7361\00c87ae5_b88fc401\webstatsdll.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\root\366c86ff\2653583f\assembly\dl2\b7aceca9\008e94a2_a88ac401\nsoftware.ipworks.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\root\366c86ff\2653583f\assembly\dl2\76e17766\00c60cbc_f2b2c401\forum.dll" /R:"c:\winnt\assembly\gac\system.web.mobile\1.0.5000.0__b03f5f7f11d50a3a\system.web.mobile.dll" /R:"c:\winnt\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.data.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\root\366c86ff\2653583f\assembly\dl2\7f88e865\008e94a2_a88ac401\nsoftware.system.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\root\366c86ff\2653583f\assembly\dl2\44703874\0001765b_aab7c401\fusetalk.dll" /R:"c:\winnt\assembly\gac\system.web.services\1.0.5000.0__b03f5f7f11d50a3a\system.web.services.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\root\366c86ff\2653583f\vyukm_7s.dll" /R:"c:\winnt\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.dll" /R:"c:\winnt\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\root\366c86ff\2653583f\assembly\dl2\4c4aa040\80d113e4_0cc5c401\fuseadsdll.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\root\366c86ff\2653583f\assembly\dl2\8de37f54\003a09d9_de39c401\interop.geoipcomexlib.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\root\366c86ff\2653583f\assembly\dl2\8f2fcf64\008e94a2_a88ac401\ipworkswrapper.dll" /R:"c:\winnt\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll" /R:"c:\winnt\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll" /R:"c:\winnt\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll" /out:"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\366c86ff\2653583f\ygglct67.dll" /DEBUG=1 /debug+ "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\366c86ff\2653583f\ygglct67.0.vb"
Microsoft (R) Visual Basic .NET Compiler version 7.10.3052.4
for Microsoft (R) .NET Framework version 1.1.4322.573
Copyright (C) Microsoft Corporation 1987-2002. All rights reserved.
d:\inetpub\wwwroot\forums\include\custom\bottom.ascx(4) : warning BC40004: variable 'ftObj' conflicts with variable 'ftObj' in the base class 'Control' and so should be declared 'Shadows'.
public ftObj as FuseTalk.API
~~~~~
d:\inetpub\wwwroot\forums\include\custom\bottom.ascx(35) : error BC30451: Name 'faObj' is not declared.
Response.Write(faObj.GetBanner(598, "", 0, "", ""))
~~~~~
Show Complete Compilation Source:
Line 1: '------------------------------------------------------------------------------
Line 2: ' <autogenerated>
Line 3: ' This code was generated by a tool.
Line 4: ' Runtime Version: 1.1.4322.573
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 Strict Off
Line 12: Option Explicit On
Line 13:
Line 14: Imports ASP
Line 15: Imports Microsoft.VisualBasic
Line 16: Imports System
Line 17: Imports System.Collections
Line 18: Imports System.Collections.Specialized
Line 19: Imports System.Configuration
Line 20: Imports System.Text
Line 21: Imports System.Text.RegularExpressions
Line 22: Imports System.Web
Line 23: Imports System.Web.Caching
Line 24: Imports System.Web.Security
Line 25: Imports System.Web.SessionState
Line 26: Imports System.Web.UI
Line 27: Imports System.Web.UI.HtmlControls
Line 28: Imports System.Web.UI.WebControls
Line 29:
Line 30: Namespace ASP
Line 31:
Line 32: <System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()> _
Line 33: Public Class bottom_ascx
Line 34: Inherits FuseTalkNet.bottom
Line 35:
Line 36: Private Shared __initialized As Boolean = false
Line 37:
Line 38:
Line 39: #ExternalSource("d:\inetpub\wwwroot\forums\include\custom\bottom.ascx",3)
Line 40:
Line 41: public ftObj as FuseTalk.API
Line 42:
Line 43: Public Sub LoadBottom()
Line 44: Dim ATTMP_NOADS As Boolean = False
Line 45:
Line 46: Dim faObj as fuseadsdll.fuseads
Line 47: faObj = Application.Item("faObj")
Line 48:
Line 49: If Not Request.Cookies.Item("AnandTechForumSubscriber") Is Nothing Then
Line 50: ATTMP_NOADS = True
Line 51: End If
Line 52:
Line 53: If Not ATTMP_NOADS Then
Line 54: Response.Write("</td></tr></table><br><div style=""background:#449fc8;width:100%;height:117px;border-top:2px #5e737b solid;border-bottom:2px #5e737b solid; padding-top:9px;padding-bottom:9px"">")
Line 55:
Line 56: If Request.Item("catid") <> "" Then
Line 57: If Request.Item("catid") = "29" Then
Line 58: Response.Write("<div style=""padding:3px;"">")
Line 59: Response.Write(faObj.GetBanner(310, "", 0, "", ""))
Line 60: Response.Write("</div>")
Line 61: else
Line 62: Response.Write("<center>" & faObj.GetBanner(223, "", 0, "", "") & "</center>")
Line 63: End If
Line 64: Else
Line 65: Response.Write("<center>" & faObj.GetBanner(223, "", 0, "", "") & "</center>")
Line 66: End If
Line 67: Response.Write("</div>")
Line 68: End If
Line 69: End Sub
Line 70:
Line 71: #End ExternalSource
Line 72:
Line 73: Public Sub New()
Line 74: MyBase.New
Line 75: If (ASP.bottom_ascx.__initialized = false) Then
Line 76: ASP.bottom_ascx.__initialized = true
Line 77: End If
Line 78: End Sub
Line 79:
Line 80: Protected Overrides ReadOnly Property SupportAutoEvents As Boolean
Line 81: Get
Line 82: Return false
Line 83: End Get
Line 84: End Property
Line 85:
Line 86: Protected ReadOnly Property ApplicationInstance As ASP.Global_asax
Line 87: Get
Line 88: Return CType(Me.Context.ApplicationInstance,ASP.Global_asax)
Line 89: End Get
Line 90: End Property
Line 91:
Line 92: Public Overrides ReadOnly Property TemplateSourceDirectory As String
Line 93: Get
Line 94: Return "/include/custom"
Line 95: End Get
Line 96: End Property
Line 97:
Line 98: Private Sub __BuildControlTree(ByVal __ctrl As System.Web.UI.Control)
Line 99: __ctrl.SetRenderMethodDelegate(AddressOf Me.__Render__control1)
Line 100: End Sub
Line 101:
Line 102: Private Sub __Render__control1(ByVal __output As System.Web.UI.HtmlTextWriter, ByVal parameterContainer As System.Web.UI.Control)
Line 103:
Line 104: #ExternalSource("d:\inetpub\wwwroot\forums\include\custom\bottom.ascx",2)
Line 105: StartControl
Line 106:
Line 107: #End ExternalSource
Line 108:
Line 109: #ExternalSource("d:\inetpub\wwwroot\forums\include\custom\bottom.ascx",35)
Line 110: Response.Write(faObj.GetBanner(598, "", 0, "", ""))
Line 111:
Line 112: #End ExternalSource
Line 113:
Line 114: #ExternalSource("d:\inetpub\wwwroot\forums\include\custom\bottom.ascx",37)
Line 115: LoadBottom()
Line 116:
Line 117: #End ExternalSource
Line 118:
Line 119: #ExternalSource("d:\inetpub\wwwroot\forums\include\custom\bottom.ascx",39)
Line 120: FinishControl(ftObj)
Line 121:
Line 122: #End ExternalSource
Line 123: End Sub
Line 124:
Line 125: Protected Overrides Sub FrameworkInitialize()
Line 126: Me.__BuildControlTree(Me)
Line 127: End Sub
Line 128: End Class
Line 129: End Namespace
Line 130:
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
/// Seems to be AD Related
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: BC30451: Name 'faObj' is not declared.
Source Error:
Line 33: </script>
Line 34:
Line 35: <% Response.Write(faObj.GetBanner(598, "", 0, "", ""))%>
Line 36:
Line 37: <% LoadBottom() %>
Source File: d:\inetpub\wwwroot\forums\include\custom\bottom.ascx Line: 35
Compiler Warning Messages:
Warning: BC40004: variable 'ftObj' conflicts with variable 'ftObj' in the base class 'Control' and so should be declared 'Shadows'.
Source Error:
d:\inetpub\wwwroot\forums\include\custom\bottom.ascx
Line 2: <%StartControl%>
Line 3: <script language="vb" runat="server">
Line 4: public ftObj as FuseTalk.API
Line 5:
Line 6: Public Sub LoadBottom()
Show Detailed Compiler Output:
C:\WINNT\system32> "c:\winnt\microsoft.net\framework\v1.1.4322\vbc.exe" /t:library /utf8output /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\root\366c86ff\2653583f\assembly\dl2\c7e2e0fc\008f4f52_ed7ac401\freetextbox.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\root\366c86ff\2653583f\assembly\dl2\0ecf7361\00c87ae5_b88fc401\webstatsdll.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\root\366c86ff\2653583f\assembly\dl2\b7aceca9\008e94a2_a88ac401\nsoftware.ipworks.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\root\366c86ff\2653583f\assembly\dl2\76e17766\00c60cbc_f2b2c401\forum.dll" /R:"c:\winnt\assembly\gac\system.web.mobile\1.0.5000.0__b03f5f7f11d50a3a\system.web.mobile.dll" /R:"c:\winnt\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.data.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\root\366c86ff\2653583f\assembly\dl2\7f88e865\008e94a2_a88ac401\nsoftware.system.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\root\366c86ff\2653583f\assembly\dl2\44703874\0001765b_aab7c401\fusetalk.dll" /R:"c:\winnt\assembly\gac\system.web.services\1.0.5000.0__b03f5f7f11d50a3a\system.web.services.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\root\366c86ff\2653583f\vyukm_7s.dll" /R:"c:\winnt\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.dll" /R:"c:\winnt\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\root\366c86ff\2653583f\assembly\dl2\4c4aa040\80d113e4_0cc5c401\fuseadsdll.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\root\366c86ff\2653583f\assembly\dl2\8de37f54\003a09d9_de39c401\interop.geoipcomexlib.dll" /R:"c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net files\root\366c86ff\2653583f\assembly\dl2\8f2fcf64\008e94a2_a88ac401\ipworkswrapper.dll" /R:"c:\winnt\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll" /R:"c:\winnt\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll" /R:"c:\winnt\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll" /out:"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\366c86ff\2653583f\ygglct67.dll" /DEBUG=1 /debug+ "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\366c86ff\2653583f\ygglct67.0.vb"
Microsoft (R) Visual Basic .NET Compiler version 7.10.3052.4
for Microsoft (R) .NET Framework version 1.1.4322.573
Copyright (C) Microsoft Corporation 1987-2002. All rights reserved.
d:\inetpub\wwwroot\forums\include\custom\bottom.ascx(4) : warning BC40004: variable 'ftObj' conflicts with variable 'ftObj' in the base class 'Control' and so should be declared 'Shadows'.
public ftObj as FuseTalk.API
~~~~~
d:\inetpub\wwwroot\forums\include\custom\bottom.ascx(35) : error BC30451: Name 'faObj' is not declared.
Response.Write(faObj.GetBanner(598, "", 0, "", ""))
~~~~~
Show Complete Compilation Source:
Line 1: '------------------------------------------------------------------------------
Line 2: ' <autogenerated>
Line 3: ' This code was generated by a tool.
Line 4: ' Runtime Version: 1.1.4322.573
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 Strict Off
Line 12: Option Explicit On
Line 13:
Line 14: Imports ASP
Line 15: Imports Microsoft.VisualBasic
Line 16: Imports System
Line 17: Imports System.Collections
Line 18: Imports System.Collections.Specialized
Line 19: Imports System.Configuration
Line 20: Imports System.Text
Line 21: Imports System.Text.RegularExpressions
Line 22: Imports System.Web
Line 23: Imports System.Web.Caching
Line 24: Imports System.Web.Security
Line 25: Imports System.Web.SessionState
Line 26: Imports System.Web.UI
Line 27: Imports System.Web.UI.HtmlControls
Line 28: Imports System.Web.UI.WebControls
Line 29:
Line 30: Namespace ASP
Line 31:
Line 32: <System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()> _
Line 33: Public Class bottom_ascx
Line 34: Inherits FuseTalkNet.bottom
Line 35:
Line 36: Private Shared __initialized As Boolean = false
Line 37:
Line 38:
Line 39: #ExternalSource("d:\inetpub\wwwroot\forums\include\custom\bottom.ascx",3)
Line 40:
Line 41: public ftObj as FuseTalk.API
Line 42:
Line 43: Public Sub LoadBottom()
Line 44: Dim ATTMP_NOADS As Boolean = False
Line 45:
Line 46: Dim faObj as fuseadsdll.fuseads
Line 47: faObj = Application.Item("faObj")
Line 48:
Line 49: If Not Request.Cookies.Item("AnandTechForumSubscriber") Is Nothing Then
Line 50: ATTMP_NOADS = True
Line 51: End If
Line 52:
Line 53: If Not ATTMP_NOADS Then
Line 54: Response.Write("</td></tr></table><br><div style=""background:#449fc8;width:100%;height:117px;border-top:2px #5e737b solid;border-bottom:2px #5e737b solid; padding-top:9px;padding-bottom:9px"">")
Line 55:
Line 56: If Request.Item("catid") <> "" Then
Line 57: If Request.Item("catid") = "29" Then
Line 58: Response.Write("<div style=""padding:3px;"">")
Line 59: Response.Write(faObj.GetBanner(310, "", 0, "", ""))
Line 60: Response.Write("</div>")
Line 61: else
Line 62: Response.Write("<center>" & faObj.GetBanner(223, "", 0, "", "") & "</center>")
Line 63: End If
Line 64: Else
Line 65: Response.Write("<center>" & faObj.GetBanner(223, "", 0, "", "") & "</center>")
Line 66: End If
Line 67: Response.Write("</div>")
Line 68: End If
Line 69: End Sub
Line 70:
Line 71: #End ExternalSource
Line 72:
Line 73: Public Sub New()
Line 74: MyBase.New
Line 75: If (ASP.bottom_ascx.__initialized = false) Then
Line 76: ASP.bottom_ascx.__initialized = true
Line 77: End If
Line 78: End Sub
Line 79:
Line 80: Protected Overrides ReadOnly Property SupportAutoEvents As Boolean
Line 81: Get
Line 82: Return false
Line 83: End Get
Line 84: End Property
Line 85:
Line 86: Protected ReadOnly Property ApplicationInstance As ASP.Global_asax
Line 87: Get
Line 88: Return CType(Me.Context.ApplicationInstance,ASP.Global_asax)
Line 89: End Get
Line 90: End Property
Line 91:
Line 92: Public Overrides ReadOnly Property TemplateSourceDirectory As String
Line 93: Get
Line 94: Return "/include/custom"
Line 95: End Get
Line 96: End Property
Line 97:
Line 98: Private Sub __BuildControlTree(ByVal __ctrl As System.Web.UI.Control)
Line 99: __ctrl.SetRenderMethodDelegate(AddressOf Me.__Render__control1)
Line 100: End Sub
Line 101:
Line 102: Private Sub __Render__control1(ByVal __output As System.Web.UI.HtmlTextWriter, ByVal parameterContainer As System.Web.UI.Control)
Line 103:
Line 104: #ExternalSource("d:\inetpub\wwwroot\forums\include\custom\bottom.ascx",2)
Line 105: StartControl
Line 106:
Line 107: #End ExternalSource
Line 108:
Line 109: #ExternalSource("d:\inetpub\wwwroot\forums\include\custom\bottom.ascx",35)
Line 110: Response.Write(faObj.GetBanner(598, "", 0, "", ""))
Line 111:
Line 112: #End ExternalSource
Line 113:
Line 114: #ExternalSource("d:\inetpub\wwwroot\forums\include\custom\bottom.ascx",37)
Line 115: LoadBottom()
Line 116:
Line 117: #End ExternalSource
Line 118:
Line 119: #ExternalSource("d:\inetpub\wwwroot\forums\include\custom\bottom.ascx",39)
Line 120: FinishControl(ftObj)
Line 121:
Line 122: #End ExternalSource
Line 123: End Sub
Line 124:
Line 125: Protected Overrides Sub FrameworkInitialize()
Line 126: Me.__BuildControlTree(Me)
Line 127: End Sub
Line 128: End Class
Line 129: End Namespace
Line 130:
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573