S
Sachin151181
Guest
Exception of type 'System.Web.HttpUnhandledException' was thrown. at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.userpay_aspx.ProcessRequest(HttpContext context) in \\AppData\Local\Temp\2\Temporary ASP.NET Files\vs\f84583d4\9677a859\App_Web_wg0gcyin.9.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
I am getting an error when i try to download a pdf using the Asp.net page.
On running the script an exception has been thrown in the page when i try to debug
An exception of type 'System.IO.FileLoadException' occurred in Web.dll but was not handled in user code
Additional information: Could not load file or assembly 'FlexCel, Version=5.2.0.0, Culture=neutral, PublicKeyToken=cb8f6080e6d5a4d6' or one of its dependencies. The located assembly's manifest definition does not
Tried google and checked for the solution,
removed the Asp.net temporary files from the location and tried debugging it and still issue persists.
Continue reading...
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.userpay_aspx.ProcessRequest(HttpContext context) in \\AppData\Local\Temp\2\Temporary ASP.NET Files\vs\f84583d4\9677a859\App_Web_wg0gcyin.9.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
I am getting an error when i try to download a pdf using the Asp.net page.
On running the script an exception has been thrown in the page when i try to debug
An exception of type 'System.IO.FileLoadException' occurred in Web.dll but was not handled in user code
Additional information: Could not load file or assembly 'FlexCel, Version=5.2.0.0, Culture=neutral, PublicKeyToken=cb8f6080e6d5a4d6' or one of its dependencies. The located assembly's manifest definition does not
Tried google and checked for the solution,
removed the Asp.net temporary files from the location and tried debugging it and still issue persists.
Continue reading...