Error occured when tried to launch umbraco Options
helloblue
Posted: Saturday, August 18, 2007 7:03:51 AM
Rank: Newbie

Joined: 8/18/2007
Posts: 4
I have successfully installed umbraco 3.02 in XP according to the instractions. Everything was perfect untill I tried to launch umbraco.... it is showing an error. I am describing this error below........

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: Could not load file or assembly 'UrlRewritingNet.UrlRewriter' or one of its dependencies. The system cannot find the file specified. (C:\Inetpub\wwwroot\umbraco\web.config line 60)

Source Error:
Line 58: <httpModules>
Line 59: <!-- URL REWRTIER -->
Line 60: <add name="UrlRewriteModule" type="UrlRewritingNet.Web.UrlRewriteModule, UrlRewritingNet.UrlRewriter" />
Line 61: <add name="umbracoRequestModule" type="umbraco.presentation.requestModule" />
Line 62: <!-- UMBRACO -->

Source File: C:\Inetpub\wwwroot\umbraco\web.config Line: 60

can anyone help me so that I can move forward with this........thanks in advance.
mortenbock
Posted: Saturday, August 18, 2007 12:22:28 PM

Rank: Addict

Joined: 7/19/2006
Posts: 815
Location: Århus, Denmark
are you trying to install in a virtual folder? V3 does not support that. Umbraco has to be installet in the root folder of your website.

Morten Bock - Level 2 certified - MVP 2008/2009 - My danish blog with a few english posts

helloblue
Posted: Saturday, August 18, 2007 3:41:59 PM
Rank: Newbie

Joined: 8/18/2007
Posts: 4
Thanks Morten for your reply.I have changed the the local path of home directory of Default Web Site to umbraco folder .Will it not work? then what else I have to do ? don't mind I am very much novish in this area..
helloblue
Posted: Saturday, August 18, 2007 8:41:20 PM
Rank: Newbie

Joined: 8/18/2007
Posts: 4
hi,
I also want to say that I create a folder umbraco in wwwroot and set local path of Home Directory of Default Web Site to C:\Inetpub\wwwroot\umbraco. I think there is no problem with virtual directory because I have installed the umbraco v3 smoothly and there was no complain whatsoever. But when I tried to launch it was showing the error I have mentioned above. My UrlRewriter folder is empty. Do I need to do something else before launching it....I don't know; I just stuck in here....
pls I will really appreciate if anyone could come up with a solution..........

Thanks
Raian
mortenbock
Posted: Saturday, August 18, 2007 9:30:41 PM

Rank: Addict

Joined: 7/19/2006
Posts: 815
Location: Århus, Denmark
I must admit that this error usually occurs when there are some problems with virtual directories. Can you give some more info on your setup?

Are you running on the release files, or did you build from codeplex source?
Is it running on .net 2.0 framework?
Did you change anything in you web.config file besides the db conn string?
Did you install the aspnet ajax extensions to the .net framework?
Which install guide did you follow?

Morten Bock - Level 2 certified - MVP 2008/2009 - My danish blog with a few english posts

helloblue
Posted: Sunday, August 19, 2007 12:21:36 AM
Rank: Newbie

Joined: 8/18/2007
Posts: 4
Thank you Mortan again for your support.This time I have copied all the extracted files from V302.Zip right into the wwwroot folder. I have downloaded V302.zip file from "http://www.codeplex.com/umbraco/Release/ProjectReleases.aspx?ReleaseId=5136". But unfortunately at the end the error is same.

For your knowledge

Yes I am running on the release files.
it is running on .net 2.0 framework.
I haven't changed anything in web.config file besides the db conn string.
Yes I have installed the aspnet ajax extensions to the .net framework.
I haven't find any install guide based on V302 for WinXP pro.
But I followed the install guide based on V302 for Vista as far I can but I told you before that there was no sign of any problem I have checked that part I am assuring you this.
gdeg
Posted: Sunday, November 25, 2007 8:13:47 PM
Rank: Newbie

Joined: 11/25/2007
Posts: 1
I had the same problem until i copied wwwroot\bin to wwwroot\umbraco\bin.

Gunnar
siw
Posted: Wednesday, November 28, 2007 1:49:44 PM

Rank: Enthusiast

Joined: 11/7/2006
Posts: 28
Location: Kristiansand, Norway
Yesterday I upgraded an installation from 2.1.3 to 3.0.3. It's placed directly on wwwroot on a win2003 server. Everything runs fine except a couple of apps in subfolders. They trigger the same error message as you got:

Code:
Server Error in '/raw_cph' 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: Could not load file or assembly 'UrlRewritingNet.UrlRewriter' or one of its dependencies. The system cannot find the file specified. (c:\inetpub\wwwroot\web.config line 59)

Source Error:


Line 57:         <httpModules>
Line 58:             <!-- URL REWRTIER -->
Line 59:             <add name="UrlRewriteModule" type="UrlRewritingNet.Web.UrlRewriteModule, UrlRewritingNet.UrlRewriter" />
Line 60:             <add name="umbracoRequestModule" type="umbraco.presentation.requestModule" />
Line 61:             <!-- UMBRACO -->


Source File: c:\inetpub\wwwroot\web.config    Line: 59


Put folders in reservedpaths key, even tried reservedurls, but that didn't help. Is this related or something else?
siw
Posted: Wednesday, November 28, 2007 2:11:51 PM

Rank: Enthusiast

Joined: 11/7/2006
Posts: 28
Location: Kristiansand, Norway
Reply to my own post: We fixed the problem.
Used a tip submitted by Jon Sharp, on enclosing system.web and umbraco stuff with <location path="." inheritInChildApplications="false"> </location> in the web.config.
chitown
Posted: Thursday, January 24, 2008 7:57:22 PM
Rank: Newbie

Joined: 1/24/2008
Posts: 3
hi. can you post your full web.config file (sans sensitive info) so i can see exactly where you added those enclosures? thanks.
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.