I added "Imports System.Web" to the top of Import statements, e.ge.
Imports System.Security
Imports System.Security.Principal
Imports System.Threading
Imports System.Web 'new, added to the import statement
Imports System.Web.Security
Imports System.IO
and the error is pushed to:
Server Error in '/DotNetNuke' 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 'Config' is not declared.
Source Error:
|
Line 69:
Line 70: Dim AutoUpgrade As Boolean
Line 71: If Config.GetSetting("AutoUpgrade") Is Nothing Then
Line 72: AutoUpgrade = True
Line 73: Else
|
Source File: c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb Line: 71
Compiler Warning Messages:
Warning: BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.Entities.Tabs' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Source Error:
vbc : |
[No relevant source lines]
|
Warning: BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.Services.Exceptions' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Source Error:
vbc : |
[No relevant source lines]
|
Warning: BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.Common.Utilities' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Source Error:
vbc : |
[No relevant source lines]
|
Warning: BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.Entities.Portals' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Source Error:
vbc : |
[No relevant source lines]
|
Warning: BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.UI' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Source Error:
vbc : |
[No relevant source lines]
|
Warning: BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.Services' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Source Error:
vbc : |
[No relevant source lines]
|
Warning: BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.Security' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Source Error:
vbc : |
[No relevant source lines]
|
Warning: BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.Modules' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Source Error:
vbc : |
[No relevant source lines]
|
Warning: BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.Framework' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Source Error:
vbc : |
[No relevant source lines]
|
Warning: BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.Data' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Source Error:
vbc : |
[No relevant source lines]
|
Warning: BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.Entities.Users' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Source Error:
vbc : |
[No relevant source lines]
|
Warning: BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.Services.Localization' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Source Error:
vbc : |
[No relevant source lines]
|
Warning: BC40057: Namespace or type specified in the project-level Imports 'System.Drawing' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Source Error:
vbc : |
[No relevant source lines]
|
Warning: BC40057: Namespace or type specified in the project-level Imports 'System.Data.SqlClient' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Source Error:
vbc : |
[No relevant source lines]
|
Warning: BC40056: Namespace or type specified in the Imports 'DotNetNuke.Security.Roles' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Source Error:
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb |
Line 25: Imports System.IO
Line 26:
Line 27: Imports DotNetNuke.Security.Roles
Line 28: Imports DotNetNuke.Services.Log.EventLog
Line 29: Imports DotNetNuke.Services.Upgrade
|
Warning: BC40056: Namespace or type specified in the Imports 'DotNetNuke.Services.Log.EventLog' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Source Error:
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb |
Line 26:
Line 27: Imports DotNetNuke.Security.Roles
Line 28: Imports DotNetNuke.Services.Log.EventLog
Line 29: Imports DotNetNuke.Services.Upgrade
Line 30:
|
Warning: BC40056: Namespace or type specified in the Imports 'DotNetNuke.Services.Upgrade' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Source Error:
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb |
Line 27: Imports DotNetNuke.Security.Roles
Line 28: Imports DotNetNuke.Services.Log.EventLog
Line 29: Imports DotNetNuke.Services.Upgrade
Line 30:
Line 31:
|
Show Detailed Compiler Output:
c:\windows\system32\inetsrv> "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\vbc.exe" /t:library /utf8output /R:"C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.DirectoryServices\2.0.0.0__b03f5f7f11d50a3a\System.DirectoryServices.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Design\2.0.0.0__b03f5f7f11d50a3a\System.Design.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Management\2.0.0.0__b03f5f7f11d50a3a\System.Management.dll" /out:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dotnetnuke\bc254d14\a2ac2624\App_Code.estrt9_l.dll" /debug- /define:_MYTYPE=\"Web\" /imports:Microsoft.VisualBasic,System.ComponentModel,System.Data,System.Data.SqlClient,System.Drawing,Microsoft.VisualBasic,System.Globalization,DotNetNuke.Services.Localization,DotNetNuke.Entities.Users,DotNetNuke,DotNetNuke.Common,DotNetNuke.Data,DotNetNuke.Framework,DotNetNuke.Modules,DotNetNuke.Security,DotNetNuke.Services,DotNetNuke.UI,DotNetNuke.Entities.Portals,DotNetNuke.Common.Utilities,DotNetNuke.Services.Exceptions,DotNetNuke.Entities.Tabs "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dotnetnuke\bc254d14\a2ac2624\App_Code.estrt9_l.0.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dotnetnuke\bc254d14\a2ac2624\App_Code.estrt9_l.1.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dotnetnuke\bc254d14\a2ac2624\App_Code.estrt9_l.2.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.
vbc : warning BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.Entities.Tabs' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
vbc : warning BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.Services.Exceptions' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
vbc : warning BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.Common.Utilities' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
vbc : warning BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.Entities.Portals' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
vbc : warning BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.UI' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
vbc : warning BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.Services' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
vbc : warning BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.Security' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
vbc : warning BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.Modules' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
vbc : warning BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.Framework' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
vbc : warning BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.Data' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
vbc : warning BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.Entities.Users' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
vbc : warning BC40057: Namespace or type specified in the project-level Imports 'DotNetNuke.Services.Localization' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
vbc : warning BC40057: Namespace or type specified in the project-level Imports 'System.Drawing' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
vbc : warning BC40057: Namespace or type specified in the project-level Imports 'System.Data.SqlClient' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(27) : warning BC40056: Namespace or type specified in the Imports 'DotNetNuke.Security.Roles' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Imports DotNetNuke.Security.Roles
~~~~~~~~~~~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(28) : warning BC40056: Namespace or type specified in the Imports 'DotNetNuke.Services.Log.EventLog' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Imports DotNetNuke.Services.Log.EventLog
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(29) : warning BC40056: Namespace or type specified in the Imports 'DotNetNuke.Services.Upgrade' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases.
Imports DotNetNuke.Services.Upgrade
~~~~~~~~~~~~~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(71) : error BC30451: Name 'Config' is not declared.
If Config.GetSetting("AutoUpgrade") Is Nothing Then
~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(74) : error BC30451: Name 'Config' is not declared.
AutoUpgrade = Boolean.Parse(Config.GetSetting("AutoUpgrade"))
~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(78) : error BC30451: Name 'GetUpgradeStatus' is not declared.
Select Case GetUpgradeStatus()
~~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(79) : error BC30456: 'UpgradeStatus' is not a member of 'Microsoft.VisualBasic.Globals'.
Case Globals.UpgradeStatus.Install, Globals.UpgradeStatus.Upgrade
~~~~~~~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(79) : error BC30456: 'UpgradeStatus' is not a member of 'Microsoft.VisualBasic.Globals'.
Case Globals.UpgradeStatus.Install, Globals.UpgradeStatus.Upgrade
~~~~~~~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(86) : error BC30456: 'UpgradeStatus' is not a member of 'Microsoft.VisualBasic.Globals'.
Case Globals.UpgradeStatus.Error
~~~~~~~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(117) : error BC30002: Type 'EventLogController' is not defined.
Dim objEv As New EventLogController
~~~~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(118) : error BC30002: Type 'LogInfo' is not defined.
Dim objEventLogInfo As New LogInfo
~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(120) : error BC30451: Name 'Services' is not declared.
objEventLogInfo.LogTypeKey = Services.Log.EventLog.EventLogController.EventLogType.APPLICATION_SHUTTING_DOWN.ToString
~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(122) : error BC30002: Type 'Exception' is not defined.
Catch exc As Exception
~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(123) : error BC30451: Name 'LogException' is not declared.
LogException(exc)
~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(127) : error BC30451: Name 'LoggingProvider' is not declared.
LoggingProvider.Instance.PurgeLogBuffer()
~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(146) : error BC30002: Type 'Services.FileSystem.FolderController' is not defined.
Dim objFolderController As New Services.FileSystem.FolderController
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(147) : error BC30002: Type 'PortalController' is not defined.
Dim objPortalController As New PortalController
~~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(148) : error BC30002: Type 'ArrayList' is not defined.
Dim arrPortals As ArrayList = objPortalController.GetPortals()
~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(151) : error BC30002: Type 'PortalInfo' is not defined.
Dim objPortalInfo As PortalInfo = CType(arrPortals(i), PortalInfo)
~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(169) : error BC30451: Name 'Scheduling' is not declared.
Scheduling.SchedulingProvider.Instance.Halt("Stopped by Application_End")
~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(187) : error BC30002: Type 'EventLogController' is not defined.
Dim objEv As New EventLogController
~~~~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(188) : error BC30002: Type 'LogInfo' is not defined.
Dim objEventLogInfo As New LogInfo
~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(190) : error BC30451: Name 'Services' is not declared.
objEventLogInfo.LogTypeKey = Services.Log.EventLog.EventLogController.EventLogType.APPLICATION_START.ToString
~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(207) : error BC30451: Name 'Services' is not declared.
If Services.Scheduling.SchedulingProvider.SchedulerMode = Scheduling.SchedulerMode.TIMER_METHOD Then
~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(207) : error BC30451: Name 'Scheduling' is not declared.
If Services.Scheduling.SchedulingProvider.SchedulerMode = Scheduling.SchedulerMode.TIMER_METHOD Then
~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(208) : error BC30002: Type 'Scheduling.SchedulingProvider' is not defined.
Dim scheduler As Scheduling.SchedulingProvider = Scheduling.SchedulingProvider.Instance()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(209) : error BC30451: Name 'Scheduling' is not declared.
scheduler.RunEventSchedule(Scheduling.EventName.APPLICATION_START)
~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(210) : error BC30002: Type 'Threading.Thread' is not defined.
Dim newThread As New Threading.Thread(AddressOf Scheduling.SchedulingProvider.Instance.Start)
~~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(234) : error BC30002: Type 'EventArgs' is not defined.
Private Sub Application_Start(ByVal Sender As Object, ByVal E As EventArgs)
~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(239) : error BC30451: Name 'ServerName' is not declared.
ServerName = Server.MachineName
~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(242) : error BC30451: Name 'ApplicationPath' is not declared.
ApplicationPath = ""
~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(244) : error BC30451: Name 'ApplicationPath' is not declared.
ApplicationPath = HttpContext.Current.Request.ApplicationPath
~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(246) : error BC30451: Name 'ApplicationMapPath' is not declared.
ApplicationMapPath = System.AppDomain.CurrentDomain.BaseDirectory.Substring(0, System.AppDomain.CurrentDomain.BaseDirectory.Length - 1)
~~~~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(247) : error BC30451: Name 'ApplicationMapPath' is not declared.
ApplicationMapPath = ApplicationMapPath.Replace("/", "\")
~~~~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(247) : error BC30451: Name 'ApplicationMapPath' is not declared.
ApplicationMapPath = ApplicationMapPath.Replace("/", "\")
~~~~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(249) : error BC30451: Name 'HostPath' is not declared.
HostPath = ApplicationPath & "/Portals/_default/"
~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(249) : error BC30451: Name 'ApplicationPath' is not declared.
HostPath = ApplicationPath & "/Portals/_default/"
~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(250) : error BC30451: Name 'HostMapPath' is not declared.
HostMapPath = Server.MapPath(HostPath)
~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(250) : error BC30451: Name 'HostPath' is not declared.
HostMapPath = Server.MapPath(HostPath)
~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(252) : error BC30451: Name 'AssemblyPath' is not declared.
AssemblyPath = ApplicationMapPath & "\bin\dotnetnuke.dll"
~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(252) : error BC30451: Name 'ApplicationMapPath' is not declared.
AssemblyPath = ApplicationMapPath & "\bin\dotnetnuke.dll"
~~~~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(267) : error BC30002: Type 'EventQueue.EventQueueController' is not defined.
Dim oEventController As New EventQueue.EventQueueController
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(285) : error BC30002: Type 'EventArgs' is not defined.
Private Sub Application_End(ByVal Sender As Object, ByVal E As EventArgs)
~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(308) : error BC30002: Type 'EventArgs' is not defined.
Private Sub Application_BeginRequest(ByVal sender As Object, ByVal e As EventArgs)
~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(317) : error BC30451: Name 'Services' is not declared.
If Services.Scheduling.SchedulingProvider.SchedulerMode = Scheduling.SchedulerMode.REQUEST_METHOD _
~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(317) : error BC30451: Name 'Scheduling' is not declared.
If Services.Scheduling.SchedulingProvider.SchedulerMode = Scheduling.SchedulerMode.REQUEST_METHOD _
~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(318) : error BC30451: Name 'Services' is not declared.
AndAlso Services.Scheduling.SchedulingProvider.ReadyForPoll Then
~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(320) : error BC30002: Type 'Scheduling.SchedulingProvider' is not defined.
Dim scheduler As Scheduling.SchedulingProvider = Scheduling.SchedulingProvider.Instance
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(321) : error BC30002: Type 'Threading.Thread' is not defined.
Dim RequestScheduleThread As Threading.Thread
~~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(322) : error BC30002: Type 'Threading.Thread' is not defined.
RequestScheduleThread = New Threading.Thread(AddressOf scheduler.ExecuteTasks)
~~~~~~~~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(326) : error BC30451: Name 'Services' is not declared.
Services.Scheduling.SchedulingProvider.ScheduleLastPolled = Now
~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(330) : error BC30002: Type 'Exception' is not defined.
Catch exc As Exception
~~~~~~~~~
c:\inetpub\wwwroot\DotNetNuke\App_Code\Global.asax.vb(331) : error BC30451: Name 'LogException' is not declared.
LogException(exc)
~~~~~~~~~~~~
|
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42