Problem
- I setup a composite c1 website on Azure using the app market place.
- I installed the blog package some time ago but never used it.
- I would like to remove the package but when I try to do so, I receive an error stating that the Entries.xml file can not be located and the uninstall exits.
-
I have manually created the Entries.xml file in my system folder, in the correct place, but I still get the same message.
- How can I uninstall this package that is failing to uninstall?
-
Any help would be appreciated.
-
Package uninstallation failed
Could not find file 'D:\home\site\wwwroot\App_Data\Composite\DynamicTypeForms\Composite\Community\Blog\Entries.xml'.
- Uninstalling package 'Composite.Community.Blog', Id = 303b7865-055b-4fe7-a429-907b32bb6776
- System.IO.FileNotFoundException: Could not find file 'D:\home\site\wwwroot\App_Data\Composite\DynamicTypeForms\Composite\Community\Blog\Entries.xml'.File name: 'D:\home\site\wwwroot\App_Data\Composite\DynamicTypeForms\Composite\Community\Blog\Entries.xml'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.GetAttributes(String path)
at Composite.Plugins.IO.IOProviders.LocalIOProvider.LocalC1File.GetAttributes(String path)
at Composite.Core.Implementation.C1FileImplementation.GetAttributes(String path)
at Composite.Core.PackageSystem.PackageFragmentInstallers.FilePackageFragmentUninstaller.Uninstall()
at Composite.Core.PackageSystem.PackageUninstaller.DoUninstallWithoutTransaction()