Server Error in '/' Application.

Could not find file "\\10.225.182.198\members\web\scottycam\.jpg".

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: Could not find file "\\10.225.182.198\members\web\scottycam\.jpg".

Source Error:


Line 52: 	    If ImageSize < 175 Then
Line 53: 
Line 54: 		Dim fs as New IO.FileStream(Server.MapPath(imageUrl), IO.FileMode.Open, IO.FileAccess.Read, IO.FileShare.ReadWrite)
Line 55:                 Dim fullSizeImg As System.Drawing.Image = System.Drawing.Image.FromStream(fs)
Line 56: 	    

Source File: \\10.225.182.198\members\web\resize.aspx    Line: 54

Stack Trace:


[FileNotFoundException: Could not find file "\\10.225.182.198\members\web\scottycam\.jpg".]
   System.IO.__Error.WinIOError(Int32 errorCode, String str) +181
   System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy) +888
   System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) +45
   ASP.resize_aspx.Page_Load(Object sender, EventArgs e) in \\10.225.182.198\members\web\resize.aspx:54
   System.Web.UI.Control.OnLoad(EventArgs e) +67
   System.Web.UI.Control.LoadRecursive() +35
   System.Web.UI.Page.ProcessRequestMain() +742


Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.987