I have the Our.Umbraco.TheDashboard package and I don't need it anymore. I also have a theme package that I don't need either. How can I remove them? I downloaded them via the NuGet Package Manager. When I uninstall them via NuGet, I still see them. What should I do?
Most of the time when downloading packages, it'll also put some files in your App_Plugins folder. These aren't automatically removed when uninstalling a package.
For the Our.Umbraco.TheDashboard, you'll also want to download the files under App_Plugins/Our.Umbraco.Dashboard
delete packages
I have the Our.Umbraco.TheDashboard package and I don't need it anymore. I also have a theme package that I don't need either. How can I remove them? I downloaded them via the NuGet Package Manager. When I uninstall them via NuGet, I still see them. What should I do?
Most of the time when downloading packages, it'll also put some files in your App_Plugins folder. These aren't automatically removed when uninstalling a package.
For the Our.Umbraco.TheDashboard, you'll also want to download the files under App_Plugins/Our.Umbraco.Dashboard
Yet, there is still the section header of the package.
Maybe the .dll file is still in your bin folder.
is working on a reply...