Hi Scott, that sounds very odd, my guess is that a broken dependency or missing DLL is causing the reflection that manages applcationBase to break
Check your umbracoLog for any exceptions, a common issue is the dll Castle.DynamicProxy2 which was part of Courier 2.0 but removed in Courier 2.5 due to changes in Nhibernate
Courier 2.5 and ApplicationBase / Document events
After installing Courier 2.5 (previously with 2.0 installed), we no longer see events firing from a class that inherits from ApplicationBase.
Anyone else experience the same issue?
Un-installing courier 2.5 resolves the problem
Hi Scott, that sounds very odd, my guess is that a broken dependency or missing DLL is causing the reflection that manages applcationBase to break
Check your umbracoLog for any exceptions, a common issue is the dll Castle.DynamicProxy2 which was part of Courier 2.0 but removed in Courier 2.5 due to changes in Nhibernate
/Per
is working on a reply...