Server Error in '/' Application.

Could not find file 'C:\Projects\Websites\rpluscrm.com\vaikundar.com\songs\zip\edu vasippu\1.zip'.

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 'C:\Projects\Websites\rpluscrm.com\vaikundar.com\songs\zip\edu vasippu\1.zip'.

Source Error:


Line 238:    {
Line 239:        FileInfo zipfile = new FileInfo(HttpContext.Current.Server.MapPath(path));
Line 240:        double l = (zipfile.Length / 1024.0);
Line 241:        string length = "";
Line 242:        if (l >= 1024.0)

Source File: c:\Projects\Websites\rpluscrm.com\vaikundar.com\App_Code\global.cs    Line: 240

Stack Trace:


[FileNotFoundException: Could not find file 'C:\Projects\Websites\rpluscrm.com\vaikundar.com\songs\zip\edu vasippu\1.zip'.]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +10575773
   System.IO.FileInfo.get_Length() +10269756
   global.GetFileSize(String path) in c:\Projects\Websites\rpluscrm.com\vaikundar.com\App_Code\global.cs:240
   edu_vasippu.BindSongs() in c:\Projects\Websites\rpluscrm.com\vaikundar.com\edu-vasippu.aspx.cs:37
   edu_vasippu.Page_Load(Object sender, EventArgs e) in c:\Projects\Websites\rpluscrm.com\vaikundar.com\edu-vasippu.aspx.cs:14
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42
   System.Web.UI.Control.OnLoad(EventArgs e) +132
   System.Web.UI.Control.LoadRecursive() +66
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428


Version Information: Microsoft .NET Framework Version:2.0.50727.8800; ASP.NET Version:2.0.50727.8745