Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Alexandre Locas 29 posts 131 karma points
    May 10, 2019 @ 14:30
    Alexandre Locas
    0

    Global.asax/OnApplicationError event is not triggered when boot failed error occurs

    Hi, I have setup an OnApplicationError event event that seems to catch "normal" non-handled exceptions except exceptions like these :

    Boot failed: Umbraco cannot run. See Umbraco's log file for more details.
    -> Umbraco.Core.Exceptions.BootFailedException: Boot failed.
    -> System.InvalidOperationException: Unable to resolve type...
    

    These don't go thru UmbracoApplication\OnApplicationError but I need to deal with those too.

    With Umbraco v8 how do we deal with low-level exceptions ?

    Thank you

  • 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.

Please Sign in or register to post replies