Hi all, the error below is shown when moving a DNN 441 based install folder from one box to another, both have the same OS, XP SP2, and VS.NET 2005 SP1. I could reproduce this error, which didn't happen with 437 based installations. What exactly causes this error and what to do about it?
An error has occurred.
DotNetNuke.Services.Exceptions.PageLoadException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. ---> System.IO.PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck) at System.IO.Path.GetFullPathInternal(String path) at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.Caching.CacheDependency.Init(Boolean isPublic, String[] filenamesArg, String[] cachekeysArg, CacheDependency dependency, DateTime utcStart) at System.Web.Caching.CacheDependency..ctor(String[] filenames, String[] cachekeys, CacheDependency dependency) at DotNetNuke.Services.Cache.FileBasedCachingProvider.FBCachingProvider.Insert(String CacheKey, Object objObject, CacheDependency objDependency, DateTime AbsoluteExpiration, TimeSpan SlidingExpiration, Boolean PersistAppRestart) at DotNetNuke.Common.Utilities.DataCache.SetCache(String CacheKey, Object objObject, CacheDependency objDependency, DateTime AbsoluteExpiration, TimeSpan SlidingExpiration, Boolean PersistAppRestart) at DotNetNuke.Common.Utilities.DataCache.SetCache(String CacheKey, Object objObject, CacheDependency objDependency, DateTime AbsoluteExpiration, TimeSpan SlidingExpiration) at DotNetNuke.Services.Localization.Localization.LoadResource(Hashtable target, String language, String cacheKey, String ResourceFile, CustomizedLocale CheckCustomCulture, PortalSettings objPortalSettings) at DotNetNuke.Services.Localization.Localization.GetResource(String ResourceFileRoot, PortalSettings objPortalSettings, String strLanguage) at DotNetNuke.Services.Localization.Localization.GetString(String name, String ResourceFileRoot, PortalSettings objPortalSettings, String strLanguage, Boolean disableShowMissingKeys) at DotNetNuke.Services.Localization.Localization.GetString(String name, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.ProcessControl(Control c, ArrayList affectedControls, Boolean includeChildren, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.IterateControls(ControlCollection controls, ArrayList affectedControls, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.ProcessControl(Control c, ArrayList affectedControls, Boolean includeChildren, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.IterateControls(ControlCollection controls, ArrayList affectedControls, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.ProcessControl(Control c, ArrayList affectedControls, Boolean includeChildren, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.IterateControls(ControlCollection controls, ArrayList affectedControls, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.ProcessControl(Control c, ArrayList affectedControls, Boolean includeChildren, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.IterateControls(ControlCollection controls, ArrayList affectedControls, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.ProcessControl(Control c, ArrayList affectedControls, Boolean includeChildren, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.IterateControls(ControlCollection controls, ArrayList affectedControls, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.ProcessControl(Control c, ArrayList affectedControls, Boolean includeChildren, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.IterateControls(ControlCollection controls, ArrayList affectedControls, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.ProcessControl(Control c, ArrayList affectedControls, Boolean includeChildren, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.IterateControls(ControlCollection controls, ArrayList affectedControls, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.ProcessControl(Control c, ArrayList affectedControls, Boolean includeChildren, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.IterateControls(ControlCollection controls, ArrayList affectedControls, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.ProcessControl(Control c, ArrayList affectedControls, Boolean includeChildren, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.IterateControls(ControlCollection controls, ArrayList affectedControls, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.ProcessControl(Control c, ArrayList affectedControls, Boolean includeChildren, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.IterateControls(ControlCollection controls, ArrayList affectedControls, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.ProcessControl(Control c, ArrayList affectedControls, Boolean includeChildren, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.IterateControls(ControlCollection controls, ArrayList affectedControls, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.ProcessControl(Control c, ArrayList affectedControls, Boolean includeChildren, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.IterateControls(ControlCollection controls, ArrayList affectedControls, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.ProcessControl(Control c, ArrayList affectedControls, Boolean includeChildren, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.IterateControls(ControlCollection controls, ArrayList affectedControls, String ResourceFileRoot) at DotNetNuke.Framework.PageBase.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter) at System.Web.UI.Control.RenderControl(HtmlTextWriter writer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
TIA for any help!
Pieter