Install error: BC30451

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 năm cách đây
After installation using WebPlatform Installer and trying to access http://<servername>/shop/install/install.aspx I got this error:

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:         Private Sub Application_Start(ByVal sender As Object, ByVal e As EventArgs)
Line 67:
Line 68:             If Config.GetSetting("ServerName") = "" Then
Line 69:                 ServerName = Server.MachineName
Line 70:             Else


Source File: C:\App_Code\Global.asax.vb    Line: 68


Please help
14 năm cách đây
Hmmm nopCommerce is a c# solution not vb so there is no file in noCommerce called global.asax.vb  -  Can you confirm what version of nopComerce you are trying to install?  You can download the latest version using the "Downloads" link above.
14 năm cách đây
thanks. fixed it
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.