Issue when uninstalling - need to delete 404handlers.config for uninstall to complete fully.
Hi Chris,
Great package - thanks! However it doesn't really suit my purposes for the current project so I uninstalled it. However, I unchecked the checkbox for the 404handlers.config file so that it wouldn't get deleted by the uninstaller. But this results in the package not uninstalling correctly. You have to allow it to delete 404handlers.config, and then re-create the file yourself. I was getting .NET errors trying to create XSLT files before I went back and did this.
A small thing, perhaps, but could cause problems for users who don't work out what's going on. I realise this may be a limitation of Umbraco packages, but something to think about.
Issue when uninstalling - need to delete 404handlers.config for uninstall to complete fully.
Hi Chris,
Great package - thanks! However it doesn't really suit my purposes for the current project so I uninstalled it. However, I unchecked the checkbox for the 404handlers.config file so that it wouldn't get deleted by the uninstaller. But this results in the package not uninstalling correctly. You have to allow it to delete 404handlers.config, and then re-create the file yourself. I was getting .NET errors trying to create XSLT files before I went back and did this.
A small thing, perhaps, but could cause problems for users who don't work out what's going on. I realise this may be a limitation of Umbraco packages, but something to think about.
Cheers,
David
Thanks for the feedback David and the tip for uninstalling.
@Chris:
You can use my PackageActionsContrib contribution to create and uninstall 404 handlers: http://packageactioncontrib.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=138657
is working on a reply...