Server Error in '/Utils' Application.

D:\Applications\ALL_IMAGES\Utils\spacer.gif

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.IO.FileNotFoundException: D:\Applications\ALL_IMAGES\Utils\spacer.gif

Source Error:


Line 405:                //----------------
Line 406:                //Response.Write(e.ToString());
Line 407:                System.Drawing.Image img = System.Drawing.Image.FromFile(context.Server.MapPath(trans_gif_url));
Line 408:
Line 409:                img.Save(context.Response.OutputStream, ImageFormat.Gif);

Source File: d:\Applications\ALL_IMAGES\Utils\ImageResizerWM.ashx    Line: 407

Stack Trace:


[FileNotFoundException: D:\Applications\ALL_IMAGES\Utils\spacer.gif]
   System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement) +627530
   ImageResizer.ProcessRequest(HttpContext context) in d:\Applications\ALL_IMAGES\Utils\ImageResizerWM.ashx:407
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +790
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +195
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +88


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