Can't localize or remove Dashbord Package
e
Does anyone know the Package Dashboard.EditorOverview? I can see it in the Backoffice installed packaged, but it doesn't appear anywhere in the code or nuget. I want to remove the dashboard or the entire package. Pics attached
a
The package section really shows package manifests, so if a package has two of those (just an example), both will be shown. A given site can also have multiple
package.manifest
files locally without any of them being packages. So I'd check the
/App_Plugins
folder in your web project.
e
Thanks, but nothing to see in package.manifest in /App_Plugins 😦
a
Is there anything in the folder?
package.manifest
files will not be located directly in that folder, but in a sub folder. Seing the "package" name being
Dashboard.EditorOverview
, it might be located in
/App_Plugins/Dashboard.EditorOverview/package.manifest
. But manifests files can also be added from C#.
e
Ahh Got it! Solution Explorer is not always the truth😁
a
No - but you can tell Visual Studio to also show hidden files