Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...4.3.0 BC30451: Name 4.3.0 BC30451: Name 'Config' is not declared.
Previous
 
Next
New Post
6/17/2006 2:08 AM
 

Fixed!

Did NOT work using the Development.config.  Switched back to the supplied web.config file and changed the ObjectQualifier from 'dnn_' to 'web_' and all went well:

00:00:41.171 - Executing Additional Scripts:
00:00:41.187 -   Creating Portal: My Website
00:00:47.156 -   Successfully Installed Portal 0:
00:00:47.156 - Installing Optional Resources:

I saw that it was dnn_ in the new file, but the previous version for 3.x.x had "".  Didn't realize it HAD to be changed.

Thanks again for all the help.  we are up and now to learn the rest of DNN.

For a summary of anyone having the same issue, here is what got it installed for me on a remote webhosting service. Using the DotNetNuke_4.3.0_Install.zip package:

1. create a new MS SQL db on your webhost via your control panel (SQL not express is all that is available via my host, create whatever yours is running)

2. upload / ftp the 4.3.0 files and set folder as an 'app' folder and make sure your permission are set for iuser as per the documentation (can be found in 4.0.3 as I still don't have 4.3.0 docs.)

3. modify the SUPPLIED web.config. sections: <connectionStrings>, <appSettings>.  In my case, the WebHost did not have SQL Express running so that was commented out and only SQL Server was used in both tags.

4. modify the two lines above </providers>:  objectQualifer from 'dnn_' to something else (we used "web_")     

          objectQualifier="web_"
          databaseOwner="dbox1x2x3x4x5x6x7x8x9"/>
      </providers>

5. upload / ftp the modified web.config file to the folder with the rest of your dnn files and then access the folder as such.  http://www.mywebsite.com/dnnfolder_you_uploaded_files_to/  this will/should kick off the install automatically.

Thanks again to everyone for their help and patience. It has been an experience!

 
New Post
6/17/2006 7:24 AM
 
have you checked the existence of a web.config in the parent directory? if there is one, try to rename it temporarily.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
6/30/2006 8:00 AM
 

Hi All,

I have tried with entire settings which I found in last post.

1) I am using 4.3.1
2) Created virtual directory.
3) Tried renaming from development.confin to web.config and
release.config to web.config but no luck.

Change following setting also


1. create a new MS SQL db on your webhost via your control panel (SQL not express is all that is available via my host, create whatever yours is running)

2. upload / ftp the 4.3.0 files and set folder as an 'app' folder and make sure your permission are set for iuser as per the documentation (can be found in 4.0.3 as I still don't have 4.3.0 docs.)

3. modify the SUPPLIED web.config. sections: <connectionStrings>, <appSettings>.  In my case, the WebHost did not have SQL Express running so that was commented out and only SQL Server was used in both tags.

4. modify the two lines above </providers>:  objectQualifer from 'dnn_' to something else (we used "web_")     

          objectQualifier="web_"
          databaseOwner="dbox1x2x3x4x5x6x7x8x9"/>
      </providers>

5. upload / ftp the modified web.config file to the folder with the rest of your dnn files and then access the folder as such.

Still no luck ..

Thanks in advance.
Pijush







 
New Post
7/19/2006 10:12 PM
 
Yeah that doesnt help me either i get the error & i'am using this is VERSION 4.3.2, the install instructions my host gave me is at the very bottom maybe this can help OF COURSE I CHANGED THE SETTINGS WITH MY ACCOUNT SETTINGS this is what i get below:


Server Error in '/dnn' 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 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:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb Line: 68


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:

[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:

[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:

[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:

[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:

[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:

[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:

[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:

[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:

[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:

[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:

[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:

[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:

E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb

Line 24: Imports System.IO
Line 25:
Line 26: Imports DotNetNuke.Security.Roles
Line 27: Imports DotNetNuke.Services.Log.EventLog
Line 28: 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:

E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb

Line 25:
Line 26: Imports DotNetNuke.Security.Roles
Line 27: Imports DotNetNuke.Services.Log.EventLog
Line 28: Imports DotNetNuke.Services.Upgrade
Line 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.
Source Error:

E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb

Line 26: Imports DotNetNuke.Security.Roles
Line 27: Imports DotNetNuke.Services.Log.EventLog
Line 28: Imports DotNetNuke.Services.Upgrade
Line 29:
Line 30:



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.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.DirectoryServices\2.0.0.0__b03f5f7f11d50a3a\System.DirectoryServices.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Management\2.0.0.0__b03f5f7f11d50a3a\System.Management.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Web\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\WINDOWS\assembly\GAC_MSIL\System.Design\2.0.0.0__b03f5f7f11d50a3a\System.Design.dll" /out:"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dnn\f1be145f\c173a727\App_Code.muvxwtqy.dll" /D:DEBUG=1 /debug+ /define:_MYTYPE=\"Web\" /imports:Microsoft.VisualBasic,System,System.Collections,System.Collections.Specialized,System.Configuration,System.Text,System.Text.RegularExpressions,System.Web,System.Web.Caching,System.Web.SessionState,System.Web.Security,System.Web.Profile,System.Web.UI,System.Web.UI.WebControls,System.Web.UI.WebControls.WebParts,System.Web.UI.HtmlControls,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\dnn\f1be145f\c173a727\App_Code.muvxwtqy.0.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dnn\f1be145f\c173a727\App_Code.muvxwtqy.1.vb" "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dnn\f1be145f\c173a727\App_Code.muvxwtqy.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.
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(26) : 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
~~~~~~~~~~~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(27) : 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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(28) : 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
~~~~~~~~~~~~~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(68) : error BC30451: Name 'Config' is not declared.

If Config.GetSetting("AutoUpgrade") Is Nothing Then
~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(71) : error BC30451: Name 'Config' is not declared.

AutoUpgrade = Boolean.Parse(Config.GetSetting("AutoUpgrade"))
~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(75) : error BC30451: Name 'GetUpgradeStatus' is not declared.

Select Case GetUpgradeStatus()
~~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(76) : error BC30456: 'UpgradeStatus' is not a member of 'Microsoft.VisualBasic.Globals'.

Case Globals.UpgradeStatus.Install, Globals.UpgradeStatus.Upgrade
~~~~~~~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(76) : error BC30456: 'UpgradeStatus' is not a member of 'Microsoft.VisualBasic.Globals'.

Case Globals.UpgradeStatus.Install, Globals.UpgradeStatus.Upgrade
~~~~~~~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(83) : error BC30456: 'UpgradeStatus' is not a member of 'Microsoft.VisualBasic.Globals'.

Case Globals.UpgradeStatus.Error
~~~~~~~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(114) : error BC30002: Type 'EventLogController' is not defined.

Dim objEv As New EventLogController
~~~~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(115) : error BC30002: Type 'LogInfo' is not defined.

Dim objEventLogInfo As New LogInfo
~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(117) : error BC30456: 'Log' is not a member of 'Services'.

objEventLogInfo.LogTypeKey = Services.Log.EventLog.EventLogController.EventLogType.APPLICATION_SHUTTING_DOWN.ToString
~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(120) : error BC30451: Name 'LogException' is not declared.

LogException(exc)
~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(124) : error BC30451: Name 'LoggingProvider' is not declared.

LoggingProvider.Instance.PurgeLogBuffer()
~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(143) : error BC30002: Type 'Services.FileSystem.FolderController' is not defined.

Dim objFolderController As New Services.FileSystem.FolderController
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(144) : error BC30002: Type 'PortalController' is not defined.

Dim objPortalController As New PortalController
~~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(148) : error BC30002: Type 'PortalInfo' is not defined.

Dim objPortalInfo As PortalInfo = CType(arrPortals(i), PortalInfo)
~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(166) : error BC30451: Name 'Scheduling' is not declared.

Scheduling.SchedulingProvider.Instance.Halt("Stopped by Application_End")
~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(184) : error BC30002: Type 'EventLogController' is not defined.

Dim objEv As New EventLogController
~~~~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(185) : error BC30002: Type 'LogInfo' is not defined.

Dim objEventLogInfo As New LogInfo
~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(187) : error BC30456: 'Log' is not a member of 'Services'.

objEventLogInfo.LogTypeKey = Services.Log.EventLog.EventLogController.EventLogType.APPLICATION_START.ToString
~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(204) : error BC30456: 'Scheduling' is not a member of 'Services'.

If Services.Scheduling.SchedulingProvider.SchedulerMode = Scheduling.SchedulerMode.TIMER_METHOD Then
~~~~~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(204) : error BC30451: Name 'Scheduling' is not declared.

If Services.Scheduling.SchedulingProvider.SchedulerMode = Scheduling.SchedulerMode.TIMER_METHOD Then
~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(205) : error BC30002: Type 'Scheduling.SchedulingProvider' is not defined.

Dim scheduler As Scheduling.SchedulingProvider = Scheduling.SchedulingProvider.Instance()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(206) : error BC30451: Name 'Scheduling' is not declared.

scheduler.RunEventSchedule(Scheduling.EventName.APPLICATION_START)
~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(207) : error BC30451: Name 'Scheduling' is not declared.

Dim newThread As New Threading.Thread(AddressOf Scheduling.SchedulingProvider.Instance.Start)
~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(236) : error BC30451: Name 'ServerName' is not declared.

ServerName = Server.MachineName
~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(239) : error BC30451: Name 'ApplicationPath' is not declared.

ApplicationPath = ""
~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(241) : error BC30451: Name 'ApplicationPath' is not declared.

ApplicationPath = HttpContext.Current.Request.ApplicationPath
~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(243) : error BC30451: Name 'ApplicationMapPath' is not declared.

ApplicationMapPath = System.AppDomain.CurrentDomain.BaseDirectory.Substring(0, System.AppDomain.CurrentDomain.BaseDirectory.Length - 1)
~~~~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(244) : error BC30451: Name 'ApplicationMapPath' is not declared.

ApplicationMapPath = ApplicationMapPath.Replace("/", "\")
~~~~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(244) : error BC30451: Name 'ApplicationMapPath' is not declared.

ApplicationMapPath = ApplicationMapPath.Replace("/", "\")
~~~~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(246) : error BC30451: Name 'HostPath' is not declared.

HostPath = ApplicationPath & "/Portals/_default/"
~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(246) : error BC30451: Name 'ApplicationPath' is not declared.

HostPath = ApplicationPath & "/Portals/_default/"
~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(247) : error BC30451: Name 'HostMapPath' is not declared.

HostMapPath = Server.MapPath(HostPath)
~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(247) : error BC30451: Name 'HostPath' is not declared.

HostMapPath = Server.MapPath(HostPath)
~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(249) : error BC30451: Name 'AssemblyPath' is not declared.

AssemblyPath = ApplicationMapPath & "\bin\dotnetnuke.dll"
~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(249) : error BC30451: Name 'ApplicationMapPath' is not declared.

AssemblyPath = ApplicationMapPath & "\bin\dotnetnuke.dll"
~~~~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(264) : error BC30002: Type 'EventQueue.EventQueueController' is not defined.

Dim oEventController As New EventQueue.EventQueueController
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(314) : error BC30456: 'Scheduling' is not a member of 'Services'.

If Services.Scheduling.SchedulingProvider.SchedulerMode = Scheduling.SchedulerMode.REQUEST_METHOD _
~~~~~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(314) : error BC30451: Name 'Scheduling' is not declared.

If Services.Scheduling.SchedulingProvider.SchedulerMode = Scheduling.SchedulerMode.REQUEST_METHOD _
~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(315) : error BC30456: 'Scheduling' is not a member of 'Services'.

AndAlso Services.Scheduling.SchedulingProvider.ReadyForPoll Then
~~~~~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(317) : error BC30002: Type 'Scheduling.SchedulingProvider' is not defined.

Dim scheduler As Scheduling.SchedulingProvider = Scheduling.SchedulingProvider.Instance
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(323) : error BC30456: 'Scheduling' is not a member of 'Services'.

Services.Scheduling.SchedulingProvider.ScheduleLastPolled = Now
~~~~~~~~~~~~~~~~~~~
E:\kunden\homepages\19\d171194041\dnn\App_Code\Global.asax.vb(328) : 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




---------------------MY WEB HOST INSTALL FAQ------------------

Make sure the domain you are using to access DotNetNuke is pointing to the Root
in Control Panel

1. Download the latest version of DotNetNuke from http://www.dotnetnuke.com
The version this FAQ uses is 3.0.13

2. After downloading the zip on to your local system, unzip the file.

3. You will have to modify the Web.config file.
a. Get the MS SQL Server information from your Control Panel by following the FAQ:
Where can I find the necessary information to connect to MS SQL Database?
You will need to note down:
MySQL Host Name (Server):
Database:
UserName (uid):
Password:

b. Change the database settings in the Web.config from

to


c. Enable impersonation.
already exists in the Web.config file,
but it is commented out. Un-comment it by removing



d. Disable changes in maximum file size. (Very important!)
The tag
has to be commented out. Use

e. Change database owner.
In the section , the string
databaseOwner="dbo" has to be replaced with databaseOwner="dbo123456789" (the
database username)

f. Save your changes.

4. Now upload the whole folder on to your server using any FTP program. It may take
a while to upload as it is about 30MB in size.

5. You have to allocate write/modify(delete) permissions to the folder you uploaded.
So launch Webfiles. (Follow FAQ: How to access Webfiles?
and give write/modify(delete) permissions to "IUSR" and "NETWORK".
(FAQ: How to set permissions for directories and files?
Make sure you select "All Folder and files" from the drop-down menu)

6. The folder you uploaded needs to be converted into an Application directory.
Please contact support to have it converted to an Application folder or follow this FAQ:
How do I create an application folder?

7. Now launch the DNN website (for e.g.: http://dotnettesting.com/DNNFolder/). The
installation process will start




 
New Post
7/28/2006 5:02 PM
 

Hi all,

Unfortunately I am having the same exact problem, with the same hosting company (DiscountASP).

I had an almost working 4.0.2 DNN installation, then I decided to erase everything (all the files + Database reset by the technical support) and to install a fresh 4.3.3 new installation.

I used the "install" package, and tried with the web.config provided with it, and then with the release.config : I keep having the same problem.

The modifications I brought to the web.config file are the same as with the old 4.0.2 install (which used to work), so there shouldn't be much trouble there.

I thought it was related to a problem of directory rights (since I deleted the whole structure and uploaded the new framework), but I verified it and it seems OK.

 

Finally I am trying to roll back to the previous version (4.0.2) : I it works it will mean the problem comes from the 4.3.3 version.

Any idea is welcome !

Thanks in advance for your support.

Olivier Jullian.

 

 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...4.3.0 BC30451: Name 4.3.0 BC30451: Name 'Config' is not declared.


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out