Error Message: Exception of type 'Dea.Web.Core.InvalidSecureQueryStringException' was thrown.
Stack Trace:
Dea.Web.Core.InvalidSecureQueryStringException: Exception of type 'Dea.Web.Core.InvalidSecureQueryStringException' was thrown.
at Dea.Web.Core.SecureQueryString.decryptQueryString(String encryptedQueryString)
at Dea.Web.Core.SecureQueryString..ctor(String querystring)
at Dea.Web.Sites.MasterCalendar.BasePage.get_CalendarIDs()
at MasterCalendar.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at Dea.Web.Sites.MasterCalendar.BasePage.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Additional Information
ErrorCaughtBy: BasePage
PatchNumber:
ClientName:
Product:


Error Logging Exeception:


Logging Error Message: Access to the path 'F:\Websites\MasterCalendar\LogFiles\' is denied.
Logging Stack Trace:
System.UnauthorizedAccessException: Access to the path 'F:\Websites\MasterCalendar\LogFiles\' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity)
at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity)
at Dea.ExceptionHandling.Loggers.FileIOHelper.writeToFile(String exceptionInfo, Boolean deleteOldFiles)
at Dea.ExceptionHandling.Loggers.DefaultLogger.Log(Exception exception, NameValueCollection additionalInfo, NameValueCollection configSettings)
at Dea.ExceptionHandling.ExceptionHandler.LogInternalException(Exception exception, NameValueCollection additionalInfo)
at Dea.ExceptionHandling.ExceptionHandler.Log(Exception exception, NameValueCollection additionalInfo)
at Dea.ExceptionHandling.ExceptionPrep.LogError(Exception caughtError, String caughtBy, String simpleErrorMessage, NameValueCollection additionalInfo)