I just upgraded my local copy to 4.8.0 and the only way I could get past the Value cannot be null Parameter name: replacement error was to remove the Authentication section for the DotNetNuke.Authentication.ActiveDirectory from the httpModules in the web.config. I have not done our development server yet and am wondering if this is specific to the local enviroment.
I thought this was a required section, can someone shed some light?
Server Error in '/EFTPortal' Application.
--------------------------------------------------------------------------------
Value cannot be null.
Parameter name: replacement
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: replacement
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentNullException: Value cannot be null.
Parameter name: replacement]
System.Text.RegularExpressions.Regex.Replace(String input, String replacement, Int32 count, Int32 startat) +2223611
System.Text.RegularExpressions.Regex.Replace(String input, String replacement) +46
System.Text.RegularExpressions.Regex.Replace(String input, String pattern, String replacement, RegexOptions options) +46
DotNetNuke.UI.Skins.SkinController.FormatSkinSrc(String SkinSrc, PortalSettings PortalSettings) +117
DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +2922
DotNetNuke.Common.Globals.GetHostPortalSettings() +216
DotNetNuke.Common.Globals.GetPortalSettings() +79
DotNetNuke.Authentication.ActiveDirectory.HttpModules.AuthenticationModule.Init(HttpApplication application) +198
System.Web.HttpApplication.InitModulesCommon() +66
System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +814
System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +243
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +106
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +340
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832