I recently upgraded to NPM v9.0 and now I'm unable to add resources to my views. Why I edit a view and click on the add resources button, I get the error below. I'm logged in as admin. I checked the path and administrators have full control. Any ideas?
System.UnauthorizedAccessException: Access to the path 'C:\Inetpub\catalog.wci' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
at System.IO.DirectoryInfo.GetDirectories(String searchPattern, SearchOption searchOption)
at System.IO.DirectoryInfo.GetDirectories(String searchPattern)
at SolarWinds.Orion.Web.Legacy.ResourceTemplateManager.GetResourcePaths()
at SolarWinds.Orion.Web.ResourceTemplateManager.GetAllCategories()
at SolarWinds.Orion.Web.ResourceTemplateManager.GetCategoriesForViewType(String viewType)
at Orion_Admin_AddResources.ResourceTemplateTree_Init(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Web.UI.Control.OnInit(EventArgs e)
at System.Web.UI.WebControls.BaseDataBoundControl.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)