Server Error in '/' Application.

Value cannot be null.
Parameter name: value

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.ArgumentNullException: Value cannot be null.
Parameter name: value

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:


[ArgumentNullException: Value cannot be null.
Parameter name: value]
   System.Web.Caching.CacheEntry..ctor(String key, Object value, CacheDependency dependency, CacheItemRemovedCallback onRemovedHandler, DateTime utcAbsoluteExpiration, TimeSpan slidingExpiration, CacheItemPriority priority, Boolean isPublic) +11367186
   System.Web.Caching.CacheInternal.DoInsert(Boolean isPublic, String key, Object value, CacheDependency dependencies, DateTime utcAbsoluteExpiration, TimeSpan slidingExpiration, CacheItemPriority priority, CacheItemRemovedCallback onRemoveCallback, Boolean replace) +146
   System.Web.Caching.Cache.Insert(String key, Object value, CacheDependency dependencies, DateTime absoluteExpiration, TimeSpan slidingExpiration) +115
   Helpers.CacheHelper.Add(T o, String key, Double minutes) in C:\Users\mzafeiriou\Documents\Visual Studio 2008\Projects\IeronimakisInox(1)\Helpers\CacheHelper.cs:27
   BLL.IeronimakisInoxPortal.PreMapSiteMapNode(HttpContext context, EcmsPortal portal, Int32 currentCultureId, String& pathresidual) in C:\Users\mzafeiriou\Documents\Visual Studio 2008\Projects\IeronimakisInox(1)\BLL\IeronimakisInoxPortal.cs:249
   GreekGeeks.Ementor.Ecms.Portals.eMentorPortal.OnEnter(Object sender, EventArgs e) in G:\DOTNET_PROJECTS\eMentor4\eMentor4\GreekGeeks.Ementor.Ecms\Portals\eMentorPortal.cs:319
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171


Version Information: Microsoft .NET Framework Version:2.0.50727.8813; ASP.NET Version:2.0.50727.8951