I have an installation of DNN 4.6.2 already and it worked properly. Now I want to install another one in the same machine (with different source code and database). But I don't know why it made an error message as below:
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 66: Line 67: Dim AutoUpgrade As Boolean Line 68: If Config.GetSetting("AutoUpgrade") Is Nothing Then Line 69: AutoUpgrade = True Line 70: Else
|
Source File: E:\DotNetNuke\DotNetNuke_04.06.02_Install\App_Code\Global.asax.vb Line: 68
------------------------------------------------------
I have checked and see that evething is the same as the first installation. I really don't know what kind of this error. Please help me!
Thanks!