Hi all,
I also have this kind of problem. I try upgrading 4.4.1 to 4.5.5 and the same error
Any suggestion how to solve?
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:\DotNetNuke\Install\Install.aspx.vb(257) : warning BC42025: Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.
objResourceInstaller.Install(True, 0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\DotNetNuke\Install\Install.aspx.vb(343) : error BC30456: 'UpgradeStatus' is not a member of 'Globals'.
Case Globals.UpgradeStatus.Install
~~~~~~~~~~~~~~~~~~~~~
C:\DotNetNuke\Install\Install.aspx.vb(345) : error BC30456: 'UpgradeStatus' is not a member of 'Globals'.
Case Globals.UpgradeStatus.Upgrade
~~~~~~~~~~~~~~~~~~~~~
C:\DotNetNuke\Install\Install.aspx.vb(347) : error BC30456: 'UpgradeStatus' is not a member of 'Globals'.
Case Globals.UpgradeStatus.None
~~~~~~~~~~~~~~~~~~~~~
C:\DotNetNuke\Install\Install.aspx.vb(357) : error BC30456: 'UpgradeStatus' is not a member of 'Globals'.
Case Globals.UpgradeStatus.Error
~~~~~~~~~~~~~~~~~~~~~