Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
have host website on another server and i am getting below error.

CleanupFiles in PageBase

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.ApplicationException: CleanupFiles in PageBase

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[ApplicationException: CleanupFiles in PageBase]
PageBase.CleanupFiles() +628
PageBase.LoadPageStateFromPersistenceMedium() +44
System.Web.UI.Page.LoadAllState() +46
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1864
Posted
Comments
Sergey Alexandrovich Kryukov 11-Aug-15 0:17am    
Stack trace of what code?
—SA
manish_rcc 11-Aug-15 0:21am    
my website code is working fine on the live server and another server same code give error.cleanup file in pagebase.
Sergey Alexandrovich Kryukov 11-Aug-15 0:45am    
Stack trace of what code?
—SA
manish_rcc 12-Aug-15 0:02am    
[ApplicationException]: CleanupFiles in PageBase
at PageBase.CleanupFiles()
at PageBase.LoadPageStateFromPersistenceMedium()
at System.Web.UI.Page.LoadAllState()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
[HttpUnhandledException]: 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.ProcessRequest(HttpContext context)
at ASP.modules_main_mainpage_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\root\aa46a6aa\fe0eab7f\App_Web_9p2dqmjr.0.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)


have deleted all the files from path c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\
but still error is same.
Sergey Alexandrovich Kryukov 12-Aug-15 0:19am    
Stack trace of what code?
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900