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: 4/6/2004 7:59:40 AM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 15 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
3 Items, 1 Pages 1 |< << Go >> >|
Richard Mitanch
Asp.Net User
Installation error : can't figure what is wrong4/6/2004 7:59:40 AM

0/0

Hi,
DNN does not run on my hosting solution whereas it works on my localhost, and I get the following error (please look at Web.config at the end of this post)
Any help would be greatly appreciated
Richard

Server Error in '/mitanchey' Application.
--------------------------------------------------------------------------------

Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: Could not load type 'DotNetNuke.CDefault'.

Source Error:


Line 1: <%@ Page CodeBehind="Default.aspx.vb" language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.CDefault" %>
Line 2: <!--*************************************************************************************************************************************************************************-->
Line 3: <!-- DotNetNuke - http://www.dotnetnuke.com -->


Source File: C:\hosting\webhost4life\member\mitanchey\DotNetNuke\default.aspx Line: 1


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



####################
Web.config:
<configuration>

<!-- register local configuration handlers -->
<configSections>
<sectionGroup name="dotnetnuke">
<section name="data" type="DotNetNuke.ProviderConfigurationHandler, DotNetNuke" />
</sectionGroup>
<section name="exceptionManagement" type="Microsoft.ApplicationBlocks.ExceptionManagement.ExceptionManagerSectionHandler,Microsoft.ApplicationBlocks.ExceptionManagement" />
</configSections>

<!-- Sql Server connection string for support of pre DNN 2.0 Private Assemblies
The new connection string (for DNN 2.0) is in the section dotnetnuke (providers) -->
<appSettings>
<add key="connectionString" value="Server=XXXXXX;Database=XXXXXX;uid=XXXXXX;pwd=XXXXXX;" />
</appSettings>

<system.web>

<!-- set debugmode to false for running application -->
<compilation debug="false" />

<!-- permits errors to be displayed for remote clients -->
<customErrors mode="Off" />

<!-- Forms or Windows authentication -->
<!--
<authentication mode="Forms">
<forms name=".DOTNETNUKE" protection="All" timeout="60" />
</authentication>
-->
<!--
<identity impersonate="true"/>
<authentication mode="Windows">
</authentication>
-->

<!-- allow large file uploads -->
<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="8192" />

<!-- GLOBALIZATION
This section sets the globalization settings of the application.
Utf-8 is not supported on Netscape 4.x
If you need netscape compatiblity leave iso-8859-1.
UTF-8 is recommended for complex languages
-->
<globalization culture="en-US" uiCulture="en" requestEncoding="UTF-8" responseEncoding="UTF-8" fileEncoding="UTF-8" />
<!--<globalization culture="en-US" uiCulture="en" fileEncoding="iso-8859-1" requestEncoding="iso-8859-1" responseEncoding="iso-8859-1"/>-->

<!-- page level options -->
<pages validateRequest="false" enableViewStateMac="true" />

</system.web>

<dotnetnuke>
<data defaultProvider="SqlDataProvider" >
<providers>
<clear/>
<add name = "SqlDataProvider"
type = "DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider"
connectionString = "Server=XXXXXX;Database=XXXXXX;uid=XXXXXX;pwd=XXXXXX;"
providerPath = "~\Providers\DataProviders\SqlDataProvider\"
objectQualifier = ""
databaseOwner = "dbo"
/>
<add name = "AccessDataProvider"
type = "DotNetNuke.Data.AccessDataProvider, DotNetNuke.AccessDataProvider"
connectionString = "PROVIDER=Microsoft.Jet.OLEDB.4.0;"
providerPath = "~\Providers\DataProviders\AccessDataProvider\"
objectQualifier = "DotNetNuke"
databaseFilename = "DotNetNuke.mdb.resources"
/>
</providers>
</data>
</dotnetnuke>
<exceptionManagement mode="on">
<!-- The fileName attribute below should always have a ".resources" extension so it cannot be downloaded from the web -->
<publisher assembly="DotNetNuke" type="DotNetNuke.XMLExceptionPublisher" fileName="Exceptions.xml.resources" include="*" exceptionFormat="xml" />
</exceptionManagement>
</configuration>




bobster234
Asp.Net User
Re: Installation error : can't figure what is wrong4/6/2004 1:38:42 PM

0/0

LAst time I had this kind of error it was due to a dll that was not the correct version ... I would check that you have the dotnetnuke.dll from your development machine.

The error means that it can't find or load the dll or find the type. I think it is a general error that covers a multitude of problems all centred on the dll.

this isn't a DNN error but a compiler error on the webserver.


Visit www.dnnnotes.com - index of DNN threads - hand picked quality threads.

TextLayout Module - create multiple column layouts easily
paulbrower
Asp.Net User
Re: Installation error : can't figure what is wrong4/12/2004 2:23:50 PM

0/0

I had a similar issue. Check the path to your sqldataprovider and / or accessdataprovider. I got rid of the *dataproviders* part of the path in my web.config file (because I didn't actually have that physical path) and that error was taken care of
3 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Mike Meyers' A+ Certification Passport Authors: Michael Meyers, Martin Acuna, Scott Jernigan, Pages: 528, Published: 2003
Switching to the Mac: The Missing Manual Authors: David Pogue, Pages: 434, Published: 2003
Mike Meyers' A+ Guide to Operating Systems Authors: Michael Meyers, Scott Jernigan, Pages: 512, Published: 2004
The Complete Idiot's Guide to Fixing Your #$%@ PC Authors: Michael Miller, Pages: 416, Published: 1999
MIDP 2.0 Style Guide Authors: Cindy Bloch, Annette Wagner, Pages: 288, Published: 2003
Linux For Dummies Authors: Dee-Ann LeBlanc, Richard Blum, Pages: 411, Published: 2007
Excel 2007 Power Programming with VBA Authors: John Walkenbach, Pages: 1061, Published: 2007
DotNetNuke For Dummies Authors: Lorraine Young, Philip Beadle, Scott Willhite, Chris Paterra, Pages: 408, Published: 2007
A+ Certification All-in-One Exam Guide Authors: Michael Meyers, Scott Jernigan, Pages: 1184, Published: 2003
SUSE Linux: a complete guide to novell's community distribution Authors: Chris Brown, Pages: 430, Published: 2006

Web:
GoDaddy Install: Can't Figure Out Admin panel I also can't get to the admin panel without a 404 error. Quote This Reply · fishwrench Joined: Thu, Jul 17 2008 Posts: 3. RE: GoDaddy Install: Can't Figure ...
GSA-H22L, how to figure out whats wrong? - Club CDFreaks ... Trying to install LG GSA-H22L drive and getting I/O errors and other read ... Cant Figure Out Whats Wrong... Help! cdon8687, Console Forum ...
MySQL Squid Access Report » Installation/Upgrade X has a web-based wizard that guides the user through the installation. ... Does it output any error? If you can't figure out what's wrong, ...
VOICE Newsletter 07/2008 - Exploring Feature Install If it encounters an error during installation, it can sometimes take a long time for it to figure out what's wrong, and abort. When this happens, it may ...
phpBB • View topic - Fatal Installation Error - Module "" not ... Code: Select all: Fatal installation error Fatal installation error .... I know I did something wrong, but I cant figure out what. ...
Installation error on step 2 [Archive] - Mambo - Forums Closed for ... [Archive] Installation error on step 2 Installation Questions. ... Well if you can't figure it out and want to give me access to your site, ...
I cant figure out whats wrong with an older card - Tech Support Forum I cant figure out whats wrong with an older card .... Always install the nVidia drivers in VGA mode with antivirus disabled. ...
Cannot install mpiJava: "Wrong java installed path" All of them give the error message "Wrong java installed path?". I can't figure out what path the installation program expects, or how to determine it. ...
VMware Communities: Error during Server install -- please ... I can't figure out what's wrong as little if anything has changed in the computers configuration. This is the error message I get when the install aborts . ...
Error 1920, Adaware 2008 can't install - Lavasoft Support Forums Error 1920, Adaware 2008 can't install. Options V ... Can anyone help me figure out what I haven't tried yet? ...

Videos:
HMS Invincible 1982 ... the never ending story. The Argentines claim to this day that they sank (or at least hit) HMS Invincible during the Falklands War in 1982 (despite the fact that the ship is ...
VideoDownloader Tutorial EDIT: I have found this site called Keepvid.com in which you simply put the URL of your video into this thingie and it downloads it fer ya! Hoorays!!...
Monsoon HAVA Server Showcase Turn your PC into a PVR and record favorite TV shows directly to an internal PC hard disk or an externally attached USB hard disk or simpley burn the...
RunTime: Scatterchat, Fix Sexy Girls, Fix MySpace, Kill Microsoft Verbs (S01E05) RunTime with Luke and Laney - News View and Software Reviews - your finger on the pulse of the software world. This week we review the hacker group C...
Logitech Squeeze Box Showcase Set your music free. Squeezebox plays a wide variety of digital music files, including uncompressed and lossless formats—across a true 802.11g wirele...
GuyKawasakiTheArtoft.mp4 Guy Kawasaki: The Art Of The Start
Charlie Rose - Columnist Walter Mossberg; Reed Hastings, founder, Netflix. Charlie Rose - Columnist Walter Mossberg; Reed Hastings, founder, Netflix.
Charlie Rose - An Hour with Jeffrey Immelt, Chairman & CEO, General Electric An hour on global business with Jeffrey Immelt, Chairman and CEO of General Electric.
Charlie Rose - Richard Holbrooke and William Kristol A discussion about Iran, Iraq and the crisis in the Middle East with former U.S. Ambassador to the United Nations, Richard Holbrooke and William Kris...
Using open source tools for performance testing Google London Test Automation Conference (LTAC) Google Tech Talks September 8th, 2006 Presenter: Goranka Bjedov




Search This Site:










add profile values

collapse/expand certain nodes with javascript?

menu control items not being selected, on_click not firing

vs2005 deployment

use linq in a web application project

forms authentication freezing

encodereservedcharacters not declared error.

asp.net (iis 6.0) windows authentication/sql server problem

vs2005 freezing when building a web app

role based authentication

where is the portal download? missing from starter kits page...

validation controls with tabstrip control

exporting data!

classic asp and asp.net (authentication issue)

copy a datarow to another new datarow

passing a function to an asp:sqldatasource

i cannot put all the project's classes in a same namespace !

login passwords randomely stop working

profiles and access database

newbie vwd guided tour - adding update functionality lesson

how to run pers.vsi? can i use vs 2003?

dnn modules vs. web parts

copying links

"httpcontext.current.user.identity.name()" returns empty string - need help

calling a stored procedure.

cannot build .text 0.95.2004.102 when including the admin folder in the project

debugging only a project og a solution

dnn upgrade error????

differences between uri and url

install dnn 3.0 with access database

 
All Times Are GMT