DNN User
 Nuke Master Posts:284

 |
| 06/10/2008 5:00 AM |
|
When I click on Host-Host Settings it's showing the following error
Error: Host Settings is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: D:\Domains\katangapages.cd\wwwroot\admin\Host\FriendlyUrls.ascx.vb(44): error BC30560: 'RewriterRuleCollection' is ambiguous in the namespace 'DotNetNuke.HttpModules.Config'. ---> System.Web.HttpParseException: D:\Domains\katangapages.cd\wwwroot\admin\Host\FriendlyUrls.ascx.vb(44): error BC30560: 'RewriterRuleCollection' is ambiguous in the namespace 'DotNetNuke.HttpModules.Config'. ---> System.Web.HttpCompileException: D:\Domains\katangapages.cd\wwwroot\admin\Host\FriendlyUrls.ascx.vb(44): error BC30560: 'RewriterRuleCollection' is ambiguous in the namespace 'DotNetNuke.HttpModules.Config'. 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.TemplateControlParser.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 System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace --- |
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
| 06/10/2008 10:10 AM |
|
Did this just start?
Is this after an upgrade?
Have you tried restarting IIS or rebooting your server?
|
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
Gene
 Nuke Newbie Posts:4

 |
| 09/30/2008 5:10 PM |
|
I just upgraded to DNN 4.9.0 and started getting this error as well. My site is hosted by a service provider so it is not possible to simply reboot IIS. I have tried editing the web.config which causes IIS to restart the application but still get the error. Anyone know how to force DNN to restart completely, or what is causing this problem? |
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
| 10/01/2008 9:16 AM |
|
The essential message is: D:\Domains\katangapages.cd\wwwroot\admin\Host\FriendlyUrls.ascx.vb(44): error BC30560: 'RewriterRuleCollection' is ambiguous in the namespace 'DotNetNuke.HttpModules.Config' You mentioned that you upgraded to 4.9.0. From which version of DotNetNuke did you upgrade? It's possible that you have some extraneous code in your installation. We'll need to figure out which ones they are to fix this. |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
Craig Lambie
 Nuker Posts:16

 |
| 02/02/2009 5:11 PM |
|
Hi I just did an upgrade on my server from v4.8 to v4.9 I am getting this error ====================================== Server Error in '/' Application. The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Requested Url: /Host/Host Settings/tabid/16/portalid/0/Default.aspx ====================================== When I try to navigate to the Host >Host Settings page I would appreciate any help you can give me. |
|
|
|
|
Craig Lambie
 Nuker Posts:16

 |
| 02/02/2009 5:14 PM |
|
Interestingly enough, I can access the Host>Host Settings page for another Portal, just not this PortalID 0? ie. Host/Host Settings/tabid/16/portalid/2/Default.aspx |
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
| 02/02/2009 11:02 PM |
|
If you have access to the database, check the Tabs table, and see if the host pages for PortaID=0 are marked as protected by having IsSecure=True. Change those to False for Portal 0.
I seem to recall that this happens if you had the allow SSL checked in the site's admin setting when you did the update.
|
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
Craig Lambie
 Nuker Posts:16

 |
| 02/03/2009 1:03 AM |
|
Ok, interestingly enough I got an SSL Certificate error after the update, whereby I had to add an exception to my browser for the site? Relevant? I changed the IsSecure to false and uploaded the Web.config file again (To restart the App) and it started working. Now it all seems to be working. Note: The Host Tabs have NULL as the PortalID. I made the mistake of changing this, and had to change it back, as the Host Menu disappeared from one of my other Portals. |
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
| 02/03/2009 8:40 AM |
|
I think that this is an upgrade issue, and resulted from having "SSL Enabled" check in the Admin, Site Settings page. At least, this was why it happened for me!
In the Tabs table, you should have found some host tabs with NULL for PortalID, but you should also have found that same collection with the PortalID for each of your portals.
As you found, it's the tabs with a non-NULL PortalID that you needed to change.
|
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|