Could not add package actions to the package xml definition, the xml did not parse
Hi
I've made a couple of package actions that I use when building my packages. When thos packages are installed actions run as espected but a warning log is
issued.
bellow log message and package actions structure as they were created.
I ran into this after upgrading a site from Umbraco 7 to Umbraco 8. In Umbraco 7, the xml files that keep track of which packages you have installed live at
- /App_Data/packages/installed/installedPackages.config
- /App_Data/packages/created/createdPackages.config
The new locations are
- /App_Data/packages/installedPackages.config
- /App_Data/packages/createdPackages.config
For the most part, these two files aren't critical for the health of your website. Their purpose is to help the Umbraco backoffice's Packages section list out which packages you have installed. Often times, when you install packages through nuget, they won't end up listed in these files, so make sure to look in your /bin and your packages.config file for additional packages. I'd trust those two sources over the /App_Data/packages/ xml files.
Could not add package actions to the package xml definition, the xml did not parse
Hi
I've made a couple of package actions that I use when building my packages. When thos packages are installed actions run as espected but a warning log is issued. bellow log message and package actions structure as they were created.
Any ideas?
thanx!
Jorge
I ran into this after upgrading a site from Umbraco 7 to Umbraco 8. In Umbraco 7, the xml files that keep track of which packages you have installed live at -
/App_Data/packages/installed/installedPackages.config
-/App_Data/packages/created/createdPackages.config
The new locations are -
/App_Data/packages/installedPackages.config
-/App_Data/packages/createdPackages.config
For the most part, these two files aren't critical for the health of your website. Their purpose is to help the Umbraco backoffice's
Packages
section list out which packages you have installed. Often times, when you install packages through nuget, they won't end up listed in these files, so make sure to look in your/bin
and yourpackages.config
file for additional packages. I'd trust those two sources over the/App_Data/packages/
xml files.is working on a reply...