Reviewing my log find this exception, but can't figure out how it should be fixed, any ideas?
ImageResizer.ImageProcessingException (0x80004005): Image Resizer: No image encoder was found for the request.
в ImageResizer.InterceptModule.HandleRequest(HttpContext context, String virtualPath, NameValueCollection queryString, IVirtualFile vf)
в ImageResizer.InterceptModule.CheckRequest_PostAuthorizeRequest(Object sender, EventArgs e)
в System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
в System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
And if there such place in the configuration where I can listen exception and handle them properly. It's installed as a HttpModule and can figure how to handle exceptions globally.