Previously i have Elmah 1.2 and this function was working fine
Elmah.ErrorSignal.FromCurrentContext().Raise(ex);
I decide to upgrade to Elmah.MVC 2.1.2 and below method is not working anymore.
Elmah.ErrorSignal.FromCurrentContext().Raise(ex);
I have added reference of new Elmah.MVC in my project.But it is still not working. did i need to use both to work? Thanks in Advance