I've started getting this error which seems to be related to PageBlaster on a couple of my portals, although others do seem to be effected.... any help would be appreciated. Server Error in '/' Application.
-------------------------------------------------------------------------------- The file or directory is corrupted and unreadable. 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.IOException: The file or directory is corrupted and unreadable.
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:
[IOException: The file or directory is corrupted and unreadable.
]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +1972215
System.IO.__Error.WinIOError() +30
System.IO.File.Move(String sourceFileName, String destFileName) +258
Snapsis.HttpModules.PageBlaster.CachedPage.Deserialize(HttpApplication app, String filePath) +693
Snapsis.HttpModules.PageBlaster.PageController.GetCachedPage(HttpApplication app) +811
Snapsis.HttpModules.PageBlaster.PageBlasterModule.ResolveRequestCache(Object sender, EventArgs e) +36
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
|