Hey i got this error earlier today and would like to know if anyone can tell me what may be the cause of it:
Server Error in '/' Application.
--------------------------------------------------------------------------------
The process cannot access the file 'C:\CurrentDNN\Portals\_default\Cache\4C894FC9FD935B74D42A298321E18850.resources' because it is being used by another process.
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 process cannot access the file 'C:\CurrentDNN\Portals\_default\Cache\4C894FC9FD935B74D42A298321E18850.resources' because it is being used by another process.
Source Error:
Stack Trace:
[IOException: The process cannot access the file 'C:\CurrentDNN\Portals\_default\Cache\4C894FC9FD935B74D42A298321E18850.resources' because it is being used by another process.] System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +1288 System.IO.File.Delete(String path) +422 DotNetNuke.Services.Cache.FileBasedCachingProvider.FBCachingProvider.Remove(String CacheKey) +92 DotNetNuke.Services.Cache.FileBasedCachingProvider.FBCachingProvider.Insert(String CacheKey, Object objObject, CacheDependency objDependency, DateTime AbsoluteExpiration, TimeSpan SlidingExpiration, Boolean PersistAppRestart) +49 DotNetNuke.Entities.Tabs.TabController.GetTabsByPortal(Int32 PortalId) +374 DotNetNuke.Entities.Tabs.TabController.GetTabs(Int32 PortalId) +112 DotNetNuke.HttpModules.UrlRewriteModule.RewriteUrl(HttpApplication app) +5235 DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +863 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +180 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +177
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
thanks Chris