I can't seem to delete a created package. I wrote a small plugin and thought it'd benefit from being made into a package but I made a mistake so I started again. This has left me with an entry under "Created Packages" that is not working and I cannot delete it. How can I make umbraco "forget" about my failed attempt?
If the gui won't remove the entry, you can edit the xml in App_Data/packages/created/createdPackages.config
Delete the element in the xml that corresponds to the rogue package, and you're set. There will probably be related data in the App_Data folder, under a guid folder, and you could clean that up too.
Hi, thanks for the reply. Sorry I haven't responded sooner, I didn't get a notification that a response had been posted. I had a look in the App_Data folder but unfortunately it is empty.
Ah, well, in that case look in Data/Packages/Created for the createdPackages.config xml file. Newer versions use the App_Data folder, but this is a fairly recent change.
Deleting a Created Package
I can't seem to delete a created package. I wrote a small plugin and thought it'd benefit from being made into a package but I made a mistake so I started again. This has left me with an entry under "Created Packages" that is not working and I cannot delete it. How can I make umbraco "forget" about my failed attempt?
Hi!
If the gui won't remove the entry, you can edit the xml in App_Data/packages/created/createdPackages.config
Delete the element in the xml that corresponds to the rogue package, and you're set. There will probably be related data in the App_Data folder, under a guid folder, and you could clean that up too.
Hi, thanks for the reply. Sorry I haven't responded sooner, I didn't get a notification that a response had been posted. I had a look in the App_Data folder but unfortunately it is empty.
Ah, well, in that case look in Data/Packages/Created for the createdPackages.config xml file. Newer versions use the App_Data folder, but this is a fairly recent change.
Wonderful, thank you so much for your help.
is working on a reply...