Server Error in '/' Application.

Value was either too large or too small for an Int32.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.OverflowException: Value was either too large or too small for an Int32.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[OverflowException: Value was either too large or too small for an Int32.]
   System.Convert.ToInt32(Double value) +12954217
   ImageProcessor.Imaging.Resizer.ResizeImage(Image source, Int32 width, Int32 height, Int32 maxWidth, Int32 maxHeight, List`1 restrictedSizes, ResizeMode resizeMode, AnchorPosition anchorPosition, Boolean upscale, Single[] centerCoordinates, Boolean linear, Nullable`1 anchorPoint) +1919

[ImageProcessingException: Error processing image with Resizer]
   ImageProcessor.Imaging.Resizer.ResizeImage(Image source, Int32 width, Int32 height, Int32 maxWidth, Int32 maxHeight, List`1 restrictedSizes, ResizeMode resizeMode, AnchorPosition anchorPosition, Boolean upscale, Single[] centerCoordinates, Boolean linear, Nullable`1 anchorPoint) +2575
   ImageProcessor.Imaging.Resizer.ResizeImage(Image source, Boolean linear) +271
   ImageProcessor.Processors.Resize.ProcessImage(ImageFactory factory) +409

[ImageProcessingException: Error processing image with Resize]
   ImageProcessor.Processors.Resize.ProcessImage(ImageFactory factory) +623
   ImageProcessor.Imaging.Formats.FormatBase.ApplyProcessor(Func`2 processor, ImageFactory factory) +16
   ImageProcessor.Web.ImageFactoryExtensions.AutoProcess(ImageFactory factory, IWebGraphicsProcessor[] graphicsProcessors) +144
   ImageProcessor.Web.HttpModules.<ProcessImageAsync>d__34.MoveNext() +2738
   System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) +102
   System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) +64
   System.Web.TaskAsyncHelper.EndTask(IAsyncResult ar) +63
   System.Web.AsyncEventExecutionStep.InvokeEndHandler(IAsyncResult ar) +136
   System.Web.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar) +123


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.9214.0