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 ...DNN 5.04.04 CE setup on localhost:xxxx - DNN 5.04.04 CE setup on localhost:xxxx - 'The resource cannot be found' issue...
Previous
 
Next
New Post
8/18/2010 1:25 PM
 
Hi All --

I have got DNN 5.04.04 setup on localhost with non-standard port number (8047) and I'm getting the subject issue.
I have read

http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/107/threadid/343877/scope/posts/threadpage/6/Default.aspx
and

- 1) updating dbo_PortalAlias

update dbo_PortalAlias set HTTPAlias = 'localhost:8047'

- 2) setting in web.config

<add key="UsePortNumber" value="true" />

- 3) setting in web.config

<add name="DNNFriendlyUrl" type="DotNetNuke.Services.Url.FriendlyUrl.DNNFriendlyUrlProvider,
DotNetNuke.HttpModules" includePageName="true" regexMatch="[^a-zA-Z0-9 _-]" urlFormat="searchfriendly" />

did solve the subject issue.

But I wanted to have userfriendly URLs - what else should I do to have them working properly within my context?
Did I miss another Forum entry having the solution for my subject issue?

Thank you.

-- Shamil
 
New Post
8/18/2010 9:18 PM
 
I believe you may be encountering this issue logged in Gemini: http://support.dotnetnuke.com/issue/V.... It apparently affected DotNetNuke 5.04.04 as well.

The change log for the new DotNetNuke version 5.05.00 released today shows that it has been fixed.

Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
8/19/2010 5:27 AM
 
Thank you, William, Yes, fresh setup of 5.05.00 did solve the subject issue - no need in any "magic steps" to get DNN up&running after installation using localhost with non-standard port number assigned to DNN web app, no need to update manually PortalAlias table, and installed site does have user friendly URLs by default. -- Shamil
 
New Post
8/19/2010 6:06 AM
 
Well, no full joy here - when installing 'DyNNamite Skin' I have got :

Could Not Load Skin: /Portals/0/skins/vision blue/contact fixed box.ascx,
Error: E:\DNN\Test2\WebSite\Portals\0\skins\vision blue\Contact Fixed Box.ascx(17):
error BC30561: 'Web' is ambiguous, imported from the namespaces or types 'System, DotNetNuke'.

And that skin worked well for DNN 5.1.1

The issue happened to be quick fixable - it was in the following code used in the skin's .ascx:

Dim header As Web.UI.HtmlControls.HtmlHead
header = TryCast(Me.Page.Header, Web.UI.HtmlControls.HtmlHead)

Patching it to

Dim header As System.Web.UI.HtmlControls.HtmlHead
header = TryCast(Me.Page.Header, System.Web.UI.HtmlControls.HtmlHead)

did make the skin working OK.

 
New Post
8/19/2010 8:28 AM
 
if you mean the DyNNamite maple skin from the skinning competition then the codeplex site is at http://dnnskinmaple.codeplex.com/ , you can record the issue there and hopefully they'll update the package (note: from 5.3.0 DotNetNuke added additional web.ui namespaces for dotnetuke and telerik, so namespaces need to be fullyqualified as shorthands will be ambiguous)

Buy the new Professional DNN7: Open Source .NET CMS Platform book Amazon US
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...DNN 5.04.04 CE setup on localhost:xxxx - DNN 5.04.04 CE setup on localhost:xxxx - 'The resource cannot be found' issue...


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