Register   Login
     
  Latest Posts  
RE: Ratings button appears to anonymous users
by WillJean on 11/20/2008 4:11 AM
Need a tutorial and simple sample to develop token-based module
by nmduc073 on 11/20/2008 3:53 AM
Start on Listing Screen
by jjjansen on 11/20/2008 3:34 AM
RE: Ratings button appears to anonymous users
by smcculloch on 11/20/2008 1:19 AM
RE: Ratings button appears to anonymous users
by WillJean on 11/20/2008 1:04 AM
RE: Is the Archive module an archive or an index?
by Betacam on 11/19/2008 10:34 PM
RE: One latest for a few categories
by aviavia on 11/19/2008 9:35 PM
RE: One latest for a few categories
by aviavia on 11/19/2008 9:30 PM
RE: Ventrian systems .... one men show
by smcculloch on 11/19/2008 9:26 PM
RE: One latest for a few categories
by smcculloch on 11/19/2008 9:26 PM
  Forums  
Subject: Problem with FriendlyUrl or the core
Prev Next
You are not authorized to post a reply.

Author Messages
Conor O'DohertyUser is Offline
Gold Membership
Nuke Newbie
Nuke Newbie
Posts:7

3/15/2007 4:20 AM  

I just recently upgraded to DNN 4.4.1, and only today did I go the my host settings only to get this exception. Does this exception have to do with FriendlyUrl or does it originate from the core.

How do I trace this?


ModuleId
: 327
ModuleDefId: 72
FriendlyName: Host Settings
ModuleControlSource: admin/Host/HostSettings.ascx
AssemblyVersion: 04.04.01
PortalID: 0
PortalName:
UserID: 1
UserName: host
ActiveTabID: 16
ActiveTabName: Host Settings
RawURL: /Host/Host Settings/tabid/16/portalid/0/Default.aspx
AbsoluteURL: /Default.aspx
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 5c642c2a-b9a1-4333-bcd8-8290f3142b09
InnerException: G:\WEBSERVER\PORTAL\admin\Host\FriendlyUrls.ascx.vb(229): error BC30456: 'SaveConfig' is not a member of 'DotNetNuke.HttpModules.Config.RewriterConfiguration'.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.Compilation.BuildManager.PostProcessFoundBuildResult
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: G:\WEBSERVER\PORTAL\admin\Host\FriendlyUrls.ascx.vb(229): error BC30456: 'SaveConfig' is not a member of 'DotNetNuke.HttpModules.Config.RewriterConfiguration'. ---> System.Exception: G:\WEBSERVER\PORTAL\admin\Host\FriendlyUrls.ascx.vb(229): error BC30456: 'SaveConfig' is not a member of 'DotNetNuke.HttpModules.Config.RewriterConfiguration'. ---> System.Web.HttpCompileException: G:\WEBSERVER\PORTAL\admin\Host\FriendlyUrls.ascx.vb(229): error BC30456: 'SaveConfig' is not a member of 'DotNetNuke.HttpModules.Config.RewriterConfiguration'. at System.Web.Compilation.BuildManager.PostProcessFoundBuildResult(BuildResult result, Boolean keyFromVPP, VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetBuildResultFromCacheInternal(String cacheKey, Boolean keyFromVPP, VirtualPath virtualPath, Int64 hashCode) at System.Web.Compilation.BuildManager.GetVPathBuildResultFromCacheInternal(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.BaseTemplateParser.GetReferencedType(VirtualPath virtualPath, Boolean allowNoCompile) at System.Web.UI.BaseTemplateParser.GetUserControlType(VirtualPath virtualPath) at System.Web.UI.MainTagNameToTypeMapper.ProcessUserControlRegistration(UserControlRegisterEntry ucRegisterEntry) at System.Web.UI.BaseTemplateParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseInternal() at System.Web.UI.TemplateParser.Parse() at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---
Source:
Server Name: WEB

Cheers!
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12435


3/15/2007 4:23 AM  
Make sure your using the correct friendly URL provider, there is a different one for 4.3.4+

Scott McCulloch
Site Administrator
Conor O'DohertyUser is Offline
Gold Membership
Nuke Newbie
Nuke Newbie
Posts:7

3/15/2007 4:34 AM  
Sorry for sounding stupid, how do I do that?
Scott McCullochUser is Offline
Administrators
Nuke Master
Nuke Master
Posts:12435


3/15/2007 4:35 AM  
Are you using the friendly URL provider from this site? If you are, you would go to the download page for it, and get the correct version (and reinstall it)

Scott McCulloch
Site Administrator
Conor O'DohertyUser is Offline
Gold Membership
Nuke Newbie
Nuke Newbie
Posts:7

3/15/2007 4:48 AM  
Ok, I understand, just a terminology confusion.

Hmmm!

Funny this, I had just downloaded and installed\overwrote this after I had installed DNN 4.4.1 just a few days ago. After re-downloading and overwriting I noticed the timestamp was different. So something somewhere went awak along the line.

Cheers, it works now.
You are not authorized to post a reply.
Forums > Projects > Friendly Urls > Problem with FriendlyUrl or the core



ActiveForums 3.7