CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.dotnetnuke.getting_started Tags:
Item Type: NewsGroup Date Entered: 11/8/2005 8:14:17 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 14 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
22 Items, 2 Pages 1 2 |< << Go >> >|
tazzman
Asp.Net User
Installation Problems DNN411/8/2005 8:14:17 PM

0/0

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 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: Global.asax.vb    Line: 79



Please help
cnurse
Asp.Net User
Re: Installation Problems DNN411/8/2005 10:26:59 PM

0/0

Make sure you have renamed release.config to web.config.

If you still get the error - do a complete Rebuild (Rebuild Website) and try again.


Charles Nurse
Keydance Computer Services
Langley, BC, Canada
bna3545
Asp.Net User
Re: Installation Problems DNN411/8/2005 10:30:00 PM

0/0

I'm getting this same exact error, so you are not alone.  I've tried everything with no success.  Tried a 3.2 site and that worked fine.  Tried the 4.0 on another site with .NET 2.0 and after making the web.config changes to start the install this error appears.
RoyM
Asp.Net User
Re: Installation Problems DNN411/9/2005 12:14:21 AM

0/0

I also get that error. Anyone with a solution??????

Roy

vbextra
Asp.Net User
Re: Installation Problems DNN411/9/2005 12:49:41 AM

0/0

After rebuilding the source, same problem has gone away for me.
adb040672
Asp.Net User
Re: Installation Problems DNN411/9/2005 1:27:57 AM

0/0

I got exactly the same error message. Does anyone have a solution so far.
Here is an example of what I was doing.
1. New install (have previously installed 3.13 fine - have removed it)
2. Attempting to install DNN 4
3. Make changes to web.config as required
4. Get this error
adb040672
Asp.Net User
Re: Installation Problems DNN411/9/2005 1:50:20 AM

0/0

Expalin what you did to rebuild the source? Sorry I am abit of a newbie?
adb040672
Asp.Net User
Re: Installation Problems DNN411/9/2005 3:36:02 AM

0/0

Ok I ran a rebuild using MS Visual Web Developer 2005.
However I am now getting a whole bunch of errors.

Error 57 Name 'Config' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 79 16 C:\...\Website\
Error 58 Name 'Config' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 82 45 C:\...\Website\
Error 59 Name 'GetUpgradeStatus' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 86 25 C:\...\Website\
Error 60 'UpgradeStatus' is not a member of 'Microsoft.VisualBasic.Globals'. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 87 22 C:\...\Website\
Error 61 'UpgradeStatus' is not a member of 'Microsoft.VisualBasic.Globals'. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 87 53 C:\...\Website\
Error 62 'UpgradeStatus' is not a member of 'Microsoft.VisualBasic.Globals'. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 94 22 C:\...\Website\
Error 63 Type 'EventLogController' is not defined. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 125 34 C:\...\Website\
Error 64 Type 'LogInfo' is not defined. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 126 44 C:\...\Website\
Error 65 'Log' is not a member of 'Services'. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 128 46 C:\...\Website\
Error 66 Name 'LogException' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 131 17 C:\...\Website\
Error 67 Name 'LoggingProvider' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 135 13 C:\...\Website\
Error 68 Type 'Services.FileSystem.FolderController' is not defined. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 154 44 C:\...\Website\
Error 69 Type 'PortalController' is not defined. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 155 44 C:\...\Website\
Error 70 Type 'PortalInfo' is not defined. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 159 38 C:\...\Website\
Error 71 Name 'SchedulingProvider' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 177 13 C:\...\Website\
Error 72 Type 'EventLogController' is not defined. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 195 30 C:\...\Website\
Error 73 Type 'LogInfo' is not defined. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 196 40 C:\...\Website\
Error 74 'Log' is not a member of 'Services'. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 198 42 C:\...\Website\
Error 75 Name 'SchedulingProvider' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 215 16 C:\...\Website\
Error 76 Name 'SchedulerMode' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 215 51 C:\...\Website\
Error 77 Type 'SchedulingProvider' is not defined. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 216 34 C:\...\Website\
Error 78 Name 'EventName' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 217 44 C:\...\Website\
Error 79 Name 'SchedulingProvider' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 218 65 C:\...\Website\
Error 80 Name 'ServerName' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 247 13 C:\...\Website\
Error 81 Name 'ApplicationPath' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 250 17 C:\...\Website\
Error 82 Name 'ApplicationPath' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 252 17 C:\...\Website\
Error 83 Name 'ApplicationMapPath' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 254 13 C:\...\Website\
Error 84 Name 'ApplicationMapPath' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 255 13 C:\...\Website\
Error 85 Name 'ApplicationMapPath' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 255 34 C:\...\Website\
Error 86 Name 'HostPath' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 257 13 C:\...\Website\
Error 87 Name 'ApplicationPath' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 257 24 C:\...\Website\
Error 88 Name 'HostMapPath' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 258 13 C:\...\Website\
Error 89 Name 'HostPath' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 258 42 C:\...\Website\
Error 90 Name 'AssemblyPath' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 260 13 C:\...\Website\
Error 91 Name 'ApplicationMapPath' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 260 28 C:\...\Website\
Error 92 Name 'Config' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 319 46 C:\...\Website\
Error 93 'Scheduling' is not a member of 'Services'. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 325 20 C:\...\Website\
Error 94 Name 'SchedulerMode' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 325 75 C:\...\Website\
Error 95 'Scheduling' is not a member of 'Services'. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 326 25 C:\...\Website\
Error 96 Type 'SchedulingProvider' is not defined. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 328 38 C:\...\Website\
Error 97 'Scheduling' is not a member of 'Services'. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 334 21 C:\...\Website\
Error 98 Name 'LogException' is not declared. C:\Documents and Settings\IBM USER\My Documents\Visual Studio 2005\Projects\swarm2\Website\App_Code\Global.asax.vb 339 17 C:\...\Website\

Any idea's

vbextra
Asp.Net User
Re: Installation Problems DNN411/9/2005 3:24:26 PM

0/0

I didn't try Visual Web Developer Express. I used Visual Studio.NET 2005 to rebuild it.

 

cnurse
Asp.Net User
Re: Installation Problems DNN411/9/2005 6:32:53 PM

0/0

Is this a Source or Install version.  The problem is that you have missing dlls in your bin folder.

If this is the Install version, they should already be there, and Build Website should work ok.

If this a Source version there are no dlls - you must use Build Solution.

NOTE: You cannot use Visual Web Developer (VWD) with the Source version as VWD does not suport Class Libraries.


Charles Nurse
Keydance Computer Services
Langley, BC, Canada
tazzman
Asp.Net User
Re: Installation Problems DNN411/10/2005 2:15:19 PM

0/0

That worked thanks i copied the dll files and it installs now.
JohnStodd
Asp.Net User
Re: Installation Problems DNN411/14/2005 6:57:17 PM

0/0

Charles, a lot of people are making this error, because in Dnn 3 you could unzip either the install or the source version, and both installed "out of the box" without and building.  I suggest the downloads page of the website be altered to give better guidance - it would save you a lot of time answering the same question on these forums!

Also on the downloads page, there is no mention of what the starter kit is for. 
cnurse
Asp.Net User
Re: Installation Problems DNN411/14/2005 9:26:15 PM

0/0

Good Point - I was not involved in packaging any 3.x version - I did package 4.0, and I assumed that a Source version is just that - and needs to be rebuilt before deployment.  This is common practice (with Open Source projects in general) and it is the way I always worked with the Source version, so I didn't include any dlls in the /bin in the Source version.

However, the vast majority of people are having this problem with the Install version as they are not renaming relase.config to web.config, a requirement which has not changed since DNN3.  The difference is that 3.x under .NET 1.1 would crash much earlier if web.config is not present (never reach any code) and thus the error was more obvious.  DNN4 under .NET2 does not give an error (because of the dynamic compile paradigm) until it tries to compile the page you are running - in this case the App_Code folder, and so the error is less obvious as to what is happening (or not happening as the case may be).


Charles Nurse
Keydance Computer Services
Langley, BC, Canada
JohnStodd
Asp.Net User
Re: Installation Problems DNN411/15/2005 9:44:36 AM

0/0

Charles, is it a "packaging bug" that install.zip unzips the site to the folder you choose, whereas source.zip unzips the site to the folder + \website?  Surely the two should be the same.

cnurse
Asp.Net User
Re: Installation Problems DNN411/15/2005 4:17:02 PM

0/0

 JohnStodd wrote:
Charles, is it a "packaging bug" that install.zip unzips the site to the folder you choose, whereas source.zip unzips the site to the folder + \website?  Surely the two should be the same.



Actually - under .NET2 they cannot be the same.  The project had to be reorganised for .NET 2 as every file under the <web-root> becomes part of the web-project.  Thus for complete development we have had to introduce a different folder and project structure

-DotNetNuke
    -- Library (folder contains all non UI components, providers and htppmodules)
    --Website (folder contains all UI components)

The Website folder is the Virtual directory.

The Install package does not contain the class library sources so it only packages up the Website folder itself.

That is the short answer (the long answer would be a full magazine length article!!)


Charles Nurse
Keydance Computer Services
Langley, BC, Canada
JohnStodd
Asp.Net User
Re: Installation Problems DNN411/15/2005 6:18:18 PM

0/0

Sorry, Charles, I probably expressed myself badly.  I am saying that surely there should be a clear recommendation to unzip the install.zip file to a structure c:\xxxxxx\website, and the source directory to c:\xxxxxx   Otherwise the new user could install dnn 4 in c:\xxxxxx (using install.zip) and then find he/she needs to reorganise the whole directory structure (probably introducing a whole crop of errors), or throw it away and start again if he/she wants to move to the source version.

Alternatively, why cant you reissue the install.zip file with a subfolder of website, with everything contained within it?!

cnurse
Asp.Net User
Re: Installation Problems DNN411/15/2005 6:56:05 PM

0/0

Ok - good point.

We'll review that when we package the next stabilization release.


Charles Nurse
Keydance Computer Services
Langley, BC, Canada
thelyonken
Asp.Net User
Re: Installation Problems DNN411/18/2005 5:08:31 PM

0/0

"NOTE: You cannot use Visual Web Developer (VWD) with the Source version as VWD does not suport Class Libraries."

(groan) If I had read that one sentence about 4 hours ago, I would have stopped trying. :(

I realise it's early days for DNN 4 but it'd be great to have some kind of list of the late-breaking pieces of info that could really save time. (I already mentioned that in a comment to one of your blog entries.)

It's taken me about a week to learn two very important facts about installing DNN 4. (Granted a lot of the time was installing, re-installing and un-installing VS 2005 Beta 2)

1) DNN 4.0.0 will not compile in Visual Studio 2005 Beta 2 because the version of .NET Framework included in the Beta 2 is out of date.
2) DNN 4.0.0 (source version) will not open in Visual Web Developer because it does not support Class Libraries.

This means I have no mechanism for compiling the source version until I upgrade VS.NET 2003 to VS 2005. That's ok, I suppose. Now that I know it's just plain impossible with VWD, I can stop trying :)

Sudden thought - does this mean I can't make new modules for DNN4 until I buy VS 2005? That would be a disaster! The only alternatives I see are:

1) Use VS.NET 2003 to make modules. They would be on a previous version of ASP.NET, though. Can you mix dlls together from different versions like that? I'd be very surprised if that worked.
2) Use VS 2005 Beta 2 to make modules. This would be ASP.NET 2.0 but since it's incapable of compiling DNN, I doubt it would be acceptable for module development.

Oh dear, I get the feeling I need to buy VS 2005 quite quickly here...



+ Ken Lyon
+ tabletopsoftware.com
JohnStodd
Asp.Net User
Re: Installation Problems DNN411/19/2005 11:35:55 AM

0/0

If I understand the position correctly (and it's very likely I don't, so I am very happy to be corrected by a core team member) you may not be able to compile the source version of DNN4 with VWD but you can certainly create new modules for DNN4 with VWD.  There is no need to buy VS2005 just for that.  See Scott's very useful thread on using the starter kit in these forums (which should be in a readmefirst.rtf or install.rtf in the next release rather than in the forums!!)

But I really think the core team should upgrade the website downloads page to make it clear when the source kit, the install kit and the starter kit can actually be used, since the usage is very different from Dnn3.

ie.  If you have VS2005 and wish to develop modules or "play" with the core source, download the source.zip version.

If you merely wish to install DNN without programming use the install.zip version

If you wish to develop modules and have VWD, not VS2005, download the install.zip version and the starter kit. 

etc. 

thelyonken
Asp.Net User
Re: Installation Problems DNN411/19/2005 5:42:45 PM

0/0

 JohnStodd wrote:

If you wish to develop modules and have VWD, not VS2005, download the install.zip version and the starter kit. 

So you're saying that I can't develop modules using only the starter kit? I thought that the contents of install.zip were the same, just that the starter kit makes it easier to set it up because you can use the template rather than unzipping things. Am I wrong?

+ Ken Lyon
+ tabletopsoftware.com
22 Items, 2 Pages 1 2 |< << Go >> >|


Free Download:

Books:
Professional DotNetNuke 4: Open Source Web Application Framework for ASP.NET 2.0 Authors: Shaun Walker, Joe Brinkman, Bruce Hopkins, Scott McCulloch, Patrick J. Santry, Chris Paterra, Scott Willhite, Dan Caron, Pages: 517, Published: 2006
DotNetNuke For Dummies Authors: Lorraine Young, Philip Beadle, Scott Willhite, Chris Paterra, Pages: 408, Published: 2007

Web:
Problem installing DNN 4 - Install It! - DotNetNuke I am using MS SQL server 2005 and trying to install DNN 4. I modified the connection strings in web.config ... Re: Problem installing DNN 4 ...
DNN4 installation problem > couldn't access DotNetNuke.config ... DotNetNuke Forums. Forum ยท General DotNetN... Install It! DNN4 installation problem > couldn't access DotNetNuke.config ...
DNN 4 Install problems - ASP.NET Forums DNN 4 Install problems. Last post 11-12-2005 12:16 PM by webcraftydesign. 0 replies. Sort Posts:. Oldest to newest, Newest to oldest ...
Problem with DNN4 installation - ng.asp-net-forum.dotnetnuke - fix ... Problem with DNN4 installation, > ROOT > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.dotnetnuke, Date: 11/26/2005 7:30:06 PM, Replies: 0, ...
Installation Problems DNN4 - ASP.NET Forums Re: Installation Problems DNN4. 11-08-2005, 5:26 PM. Contact ... Re: Installation Problems DNN4. 11-08-2005, 5:30 PM. Contact ...
Install DNN.4 on Win 2003 and SQL2000 > DotNetNuke Forum, DNN ... Subject: Install DNN.4 on Win 2003 and SQL2000 ... (To fix problems after transferring a localhost database to a live website and other ...
Can't get Yaf to work on my DNN4.5 installation - Bugs & Problems ... I recently upgraded my DNN to 4.5 and am now trying to upgrade my YAF to 1.9 for DNN4. I am almost certain the problem is in my web.config ...
GetAFreelancer.com - DNN 4 Installation Freelance programmers and web designers bid on DNN 4 Installation. An outsourced project from SomersetCommerce.
Installing DNN 4 - ng.asp-net-forum.dotnetnuke-getting_started ... Problem installing DNN 4 - Install It! - DotNetNuke I am using MS SQL server 2005 and trying to install DNN 4. I modified the connection strings in ...
Upgrading DNN 3.x to DNN 4.x > Mitchel's Personal Web Portal ... The last prerequisite to performing the site upgrade is to ensure that you have downloaded the "Install" version of DNN 4.x that you wish to upgrade your ...




Search This Site:










where's the blog project?

using host headers with web deployment projects

upload new file(s) missing from edit area in dnn.

url rewrite and loginstatus

dnn308: configure new module in vs

help to make a banner products random

asp.net storefront

postback using image

date and time help

dose any plug-in support javascript intelisense for vs 2005?

custom login form

redirect domain question

installation question

what is the data layer responsible for?

add an activex control to toolbox

make ie recognize feed on page

asp.net 1.1 - asp.net 2.0 relative links in the html of my usercontrols

system.runtime.interopservices.comexception when loading solution that contains web projects

pls explian me the java script

general question

database data prob? c#

.asp css switcher help

i want to convert code to uml class diagram ???

change background color of leftpane, contentpane,rightpane

how to track ip address?

how to make asp.net configuration to work with my db & not aspnet.mdf

last date updated

access cookie information

menu

customize user account module

 
All Times Are GMT