Version - 06.01.02 We browse to the module control editor: Host->Extensions-> click pencil to edit module Extension. Under Module Definitions / Module Controls click the pencil item to edit a module control and the following error message appears. This occurs for any module and module control that we try to edit. Has anyone seen this issue before or have a fix?
Thx - Kurt
Error: is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: 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.SafeSetStackPointerValue(Char* buffer, Int32 index, Char value) at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck) 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.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpRequest.MapPath(String virtualPath) at DotNetNuke.Modules.Admin.ModuleDefinitions.EditModuleControl.BindControlList(String root, Boolean isRecursive) at ...