CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!



Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.dotnetnuke.getting_started Tags:
Item Type: NewsGroup Date Entered: 8/23/2005 2:38:01 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 6 Views: 20 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
7 Items, 1 Pages 1 |< << Go >> >|
rfurdzik
Asp.Net User
How to reinstall DNN???8/23/2005 2:38:01 AM

0/0

I need to reinstall DNN in the new SQL Database.

1) I have created new database
2) I have changed web.config to point to the new database
3) I have executed http://localhost/dnn/install/Install.aspx?mode=Install, but nothing happens...

When accessing http://localhost/dnn/ I get the following error:

DotNetNuke Upgrade Error

The Assembly Version ( [ASSEMBLYVERSION] ) does not match the Database Version ( [DATABASEVERSION] )

ERROR: Could not connect to database.

The stored procedure 'dbo.GetPortalAliasByPortalID' doesn't exist.



Please help
Rafal
Zikbay.com - The Best Free Online Classifieds


DNN Direct
DotNetDoc
Asp.Net User
Re: How to reinstall DNN???8/23/2005 7:28:04 AM

0/0

According to your 1) 2) 3) Instructions, you did not set the security settings for the DNN folder. You need to give Machine Name\ASPNET (For XP) or Machine Name\Network Service (for 2003).  If you don't do this first, you will get partial way through the install and you will be messed up.

Now I know that there are a couple of solutions to fixing this (Like deleting some files etc...)  But by far, the easiest way is to just start over. Recreate the folder (Different Folder), Set Security on the folder, Set up IIS Mapping, Create DB, Navigate to the site.

Starting over and recreating the setup is always easier then the alternatives.

DotNetDoc
www.DotNetDoc.com

Get the Book!!





rfurdzik
Asp.Net User
Re: How to reinstall DNN???8/23/2005 1:00:27 PM

0/0

It is the same old DNN folder, which worked before. The only difference is now that web.config points to a new blank database.
Rafal
Zikbay.com - The Best Free Online Classifieds


DNN Direct
phr0ze
Asp.Net User
Re: How to reinstall DNN???8/23/2005 1:32:47 PM

0/0

Double check those connection settings. Also double check the folder permissions... who knows.
John

Free DotNetNuke News, Tips, Strategies and more.
www.dotnetnukesites.com
rfurdzik
Asp.Net User
Re: How to reinstall DNN???8/23/2005 1:58:32 PM

0/0

All the settings were cotrrect.

I took fresh DNN install zip file and unpack it to the new folder and it worked. Why DNN from the old folder was not able to install itself to the blank database???


Rafal
Zikbay.com - The Best Free Online Classifieds


DNN Direct
DotNetDoc
Asp.Net User
Re: How to reinstall DNN???8/23/2005 2:38:42 PM

0/0

If you try to use the same folder, the install thinks you have alreay installed DNN and will skip some scripts and will fail because the db is not set up. Like I said, there are lots of 'Fixes" out there once you get these errors but starting over in a NEW folder is always the eaisiest.

Glad to see you are up and running


DotNetDoc
www.DotNetDoc.com

Get the Book!!





rfurdzik
Asp.Net User
Re: How to reinstall DNN???8/23/2005 2:56:38 PM

0/0

I have created new folder as recommended. However now after installing any new module, while executing DNN link, I get the following error:

 

Server Error in '/DNN3' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: ?

Source Error:

Line 196:				<add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 197:				<add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 198:				<add assembly="*"/>
Line 199:			</assemblies>
Line 200:		</compilation>

Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config    Line: 198


Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573 h

Rafal
Zikbay.com - The Best Free Online Classifieds


DNN Direct
7 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Beginning DotNetNuke 4.0 Website Creation in C# 2005 with Visual Web Developer 2005 Express: From Novice to Professional Authors: Nick Symmonds, Pages: 391, Published: 2006
Beginning DotNetNuke 4.0 Website Creation in VB 2005 with Visual Web Developer 2005 Express: From Novice to Professional Authors: Nick Symmonds, Pages: 448, Published: 2006
Beginning DotNetNuke Skinning and Design: Skinning and Desing Authors: Andrew Hay, Nina Meiers, Shaun Walker, Pages: 432, Published: 2007
DotNetNuke For Dummies Authors: Lorraine Young, Philip Beadle, Scott Willhite, Chris Paterra, Pages: 408, Published: 2007
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
Professional IIS 7 Authors: Ken Schaefer, Jeff Cochran, Scott Forsyth, Rob Baugh, Mike Everest, Dennis Glendenning, Pages: 812, Published: 2008
Professional Team Foundation Server Authors: Jean-Luc David, Mickey Gousset, Erik Gunvaldson, Pages: 486, Published: 2006
GLOBECOM '03: IEEE Global Telecommunications Conference : Communications: the Global Bridge : [conference Record] : 1-5 December, 2003, San Francisco, CA, USA Authors: Calif. IEEE Global Telecommunications Conference 46th San Francisco, IEEE Global Telecommunications Conference, N.Y.) IEEE (New York, IEEE Xplore (Online service, IEEE Communications Society, IEEE Communications society, conference IEEE global telecommunications, Institute of Electrical and Electronics Engineers, IEEE Xplore (Online service), GLOBECOM '03, Pages: 0, Published: 2003
Rebuilding the Famous Ford Flathead Authors: Ron Bishop, Pages: 140, Published: 1981

Web:
How to install DotNetNuke 4.3.x Installing DotNetNuke. Step by step guide for a successful localhost installation. Covering creating a website, SQL database, username, password, ...
Dotnetnuke Tutorial: DNN installation - How to install Dotnetnuke If you are planning to install the DNN application in a subfolder of your domain name (for example in http://win.lamzo.com/newdnn) please make sure that you ...
How to reinstall DNN??? - ASP.NET Forums I took fresh DNN install zip file and unpack it to the new folder and it worked. Why DNN from the old folder was not able to install itself ...
Can anyone explain, how we install Dnn on Godaddy's Windows ... I then selected “install” to install the DNN application. ... You can't install dnn in your root directory, because DNN needs read write and ...
SODEVE » How to Install DotNetNuke Hi, i try your trick, but when i try to install the dnn, it’s always error. The i.e page always show “The Page Cannot be Found”.. what’s wrong? thx ...
GUIDE: "How to install Store module 02.01.00 WITH sources" - Store ... Install DNN (DotNetNuke_4.4.1_Source.zip) inside the folder C:\DotNetNuke_2. ... Install both files like any other DNN module (Host > Module ...
Easy DotNetNuke Installation Guide 4.9.0 | Best Web Sites This guide to dotnetnuke install prerequisites assumes that you have direct access to the .... Still can't install DotNetNuke? Frustrated? Angry? Desperate? ...
How to install DotNetNuke 4.5 to Windows XP Pro with IIS Video tutorial, how to install DotNetNuke 4.5 to a bare bones installation of Windows XP Professional. Covering installing IIS, ASP.
How To: Install DotNetNuke at WebHost4Life - Webhost4life Forum You can select the schema during install. Before you install DNN, check the existing schema(s) in your data base, so you do not use a schema ...
Uninstall DotNetNuke SQL database changes Mar 30, 2006 ... Uninstall DotNetNuke SQL database changes. I wanted to delete DotNetNuke related tables from my database, which were created during ...

Videos:
DotNetNuke Install Instructions This is a walkthough tutorial on how to install DotNetNuke
marIntegraal install Dotnetnuke Installing Dotnetnuke from marIntegraal Accounting program
Installing DotNetNuke into Visual Studio http://blog.dmbcllc.com/2008/05/27/dotnetnuke-modules-install-dnn-into-vs-2008/ This video is part of a series I'm doing on my blog on how to create ...
Installing DotNetNuke This video (in portuguese) teaches how to install DotNetNuke, a free, open-source content management system.
DNNhost installing DotNetNuke under 8 minutes How to install DotNetNuke under 7 minutes, when you host at www.DNNhost.eu
DNN OpenForce Connect '08 - Orlando - Session 1 (Part 1) (Part 1) Here is the first session at OpenForce Orlando where Brian Scarbeau shows everyone how to find DotNetNuke® resources and how to install and ...
DNN OpenForce Connect '08 - Orlando - Session 1 (Part 2) (Part 2) Here is the first session at OpenForce Orlando where Brian Scarbeau shows everyone how to find DotNetNuke® resources and how to install and ...
DNN OpenForce Connect '08 - Orlando - Session 1 (Part 5) (Part 5) Here is the first session at OpenForce Orlando where Brian Scarbeau shows everyone how to find DotNetNuke® resources and how to install and ...
DNN OpenForce Connect '08 - Orlando - Session 1 (Part 3) (Part 3) Here is the first session at OpenForce Orlando where Brian Scarbeau shows everyone how to find DotNetNuke® resources and how to install and ...




Search This Site:










'potentially dangerous request.form was detected' using freetextbox

v3.1 fresh installation issue

installation error: dotnetnuke_template.mdf

include an asp footer on every page.

problems installing - log on to admin

install woes...

visual studio can't open .sln file error

installation troubles dnn 1.09

help new to dnn

-------------dnn 3 installation------------------

server error in '/dnn' application

how can i install dnn 2.1.2

dnn 4 gallery and forum errors

someone help me get up and running please

tutorial : how to create custom module / pa

configuration error

looking for useful dnn documentation

dnnv4 starter kit w/ xp home - anyone done it? advice needed...

server application unavailable - http://localhost/dotnetnuke

can someone please ......

dnn 2.1.2 - quick fix

impossible to delete alias in dnn 3.013

setup on www.discountasp.net problems

starting dnn for the first time

site url?

sqldatetime overflow

error installing dotnutnuke 3.2.2

child portal admin cannot manage -- please help --

new to dotnetnuke and am having major install problems. please help.

where is web.config file in v. 3.1 ?

  Privacy | Contact Us
All Times Are GMT