Server Error in '/' Application.

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

Source Error:


Line 106:	    Else
Line 107:
Line 108:		Dim fs as New IO.FileStream(Server.MapPath(imageUrl), IO.FileMode.Open, IO.FileAccess.Read, IO.FileShare.ReadWrite)
Line 109:                 Dim objSourceImage As System.Drawing.Image = System.Drawing.Image.FromStream(fs)
Line 110:	    

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

Stack Trace:


[FileNotFoundException: Could not find file "\\10.225.182.198\members\web\scottycam\cap-milstein-enc-1.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:108
   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.947