System.NotSupportedException: The given path's format is not supported.
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.InternalSecurityPermissions.PathDiscovery(String path)
at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping)
at System.Web.HttpRequest.MapPath(VirtualPath virtualPath)
at System.Web.HttpServerUtility.MapPath(String path)
at Kreezee.Web.PageBase.LoadDefaultPageDefinition(String pageId, Int32 solutionId) in D:\a\17\s\Assemblies\Kreezee.Web\PageBase.cs:line 300
at Kreezee.Web.PageBase.RenderPageTemplate(Int32 solutionId) in D:\a\17\s\Assemblies\Kreezee.Web\PageBase.cs:line 328
at Kreezee.Web.Admin.Public.v2.CustomPage.Page_Load(Object sender, EventArgs e) in D:\a\17\s\Kreezee.Web.Admin\public\v2\custom-page.aspx.cs:line 27
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at Kreezee.Web.PageBase.OnLoad(EventArgs e) in D:\a\17\s\Assemblies\Kreezee.Web\PageBase.cs:line 164
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)