Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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 :
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
is working on a reply...