Server Error in '/' Application.

Could not find a part of the path 'D:\Web\Web\GharExpert\Web\GharExpert\User_Images\'.

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.DirectoryNotFoundException: Could not find a part of the path 'D:\Web\Web\GharExpert\Web\GharExpert\User_Images\'.

Source Error:


Line 621:            HttpPath = FileHDDPath & dr("Image_Url_Path")
Line 622:            If imgHeight = 0 Or imgWidth = 0 Then
Line 623:                fs = New FileStream(Complete_Path, FileMode.Open, FileAccess.Read)
Line 624:                currentImage = System.Drawing.Image.FromStream(fs, True, False)
Line 625:                fs.Dispose()

Source File: D:\Web\Web\GharExpert\Web\GharExpert\image_strip\Single_Full_image_For_All_New.aspx.vb    Line: 623

Stack Trace:


[DirectoryNotFoundException: Could not find a part of the path 'D:\Web\Web\GharExpert\Web\GharExpert\User_Images\'.]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +281
   System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) +1242
   System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) +125
   Image_Strip_Single_Full_image_For_All_New_89.Page_Load(Object sender, EventArgs e) in D:\Web\Web\GharExpert\Web\GharExpert\image_strip\Single_Full_image_For_All_New.aspx.vb:623
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


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