Server Error in '/' Application.

Parameter is not valid.

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.ArgumentException: Parameter is not valid.

Source Error:

Line 65:             image = new Bitmap(_path);
Line 66:         }
Line 67:         catch { _path = sNoThumbPath; image = new Bitmap(_path); }
Line 68:         using (image)
Line 69:         {

Source File: d:\vhosts\yolhikaye.top\httpdocs\en\ThumbJpeg.ashx    Line: 67

Stack Trace:

[ArgumentException: Parameter is not valid.]
   System.Drawing.Bitmap..ctor(String filename) +379121
   ThumbnailHandler.ProcessRequest(HttpContext context) in d:\vhosts\yolhikaye.top\httpdocs\en\ThumbJpeg.ashx:67
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75


Version Information: Microsoft .NET Framework Version:2.0.50727.9066; ASP.NET Version:2.0.50727.9062