Hi,
Why is this happening?
I'm running DotNetNuke 3.1 local, under the 2.0 framework, with a local SQL server. I just followed the installation instructions from the DotNetNuke Installation Guide. I get this error whenever I try to access the site.
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 77:
Line 78: Dim AutoUpgrade As Boolean
Line 79: If Config.GetSetting("AutoUpgrade") Is Nothing Then
Line 80: AutoUpgrade = True
Line 81: Else
|
Source File: C:\DotNetNuke_4_0_0\Website\App_Code\Global.asax.vb
Line: 79
Any ideas?
Thanks in advance,
p51302