So I am using umbraco 7.6 and I have wired up event:
InstalledPackage.BeforeDelete
In application event handler. So in theory when i do package uninstall the event should fire. The code for this is in the package. It looks like when you uninstall the package all the package dlls are removed then this event fires or tries to fire but errors as the package dll containing the logic is missing.
InstalledPackage.BeforeDelete issue
So I am using umbraco 7.6 and I have wired up event:
In application event handler. So in theory when i do package uninstall the event should fire. The code for this is in the package. It looks like when you uninstall the package all the package dlls are removed then this event fires or tries to fire but errors as the package dll containing the logic is missing.
Anyone seen this before?
Regards
Ismail
So in answer to my question this works. I had error that was being swallowed.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.