- Member since
August 2005
- From: Sydney, Australia
|
Posted by Phil_H
on Wednesday, January 27, 2010 5:37 AM
It's back....
In amongst the "out of memory exception" errors, I did hit another variation..
Just in case the mods are following this thread, you might want to pass this one on to the IT guys.
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.Exception: Could not load Kalmbach.Ars config file - System.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Exception of type 'System.OutOfMemoryException' was thrown. (E:\CommunityServer\FSM\FSMCS\AppSettings.config) ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.String.GetStringForStringBuilder(String value, Int32 startIndex, Int32 length, Int32 capacity) at System.Text.StringBuilder.GetNewString(String currentString, Int32 requiredLength) at System.Text.StringBuilder.Append(Char value) at System.IO.StringWriter.Write(Char value) at System.Configuration.XmlUtilWriter.AppendEscapeXmlString(String s, Boolean inAttribute, Char quoteChar) at System.Configuration.XmlUtilWriter.AppendAttributeValue(XmlTextReader reader) at System.Configuration.XmlUtil.CopyXmlNode(XmlUtilWriter utilWriter) at System.Configuration.XmlUtil.CopyElement(XmlUtilWriter utilWriter) at System.Configuration.XmlUtil.CopySection() at System.Configuration.BaseConfigurationRecord.LoadConfigSource(String name, SectionXmlInfo sectionXmlInfo) at System.Configuration.BaseConfigurationRecord.GetSectionXmlReader(String[] keys, SectionInput input) --- End of inner exception stack trace --- at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult) at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSection(String configKey, Boolean getLkg, Boolean checkPermission) at System.Configuration.BaseConfigurationRecord.GetSection(String configKey) at System.Web.HttpContext.GetSection(String sectionName) at System.Web.Configuration.HttpConfigurationSystem.GetSection(String sectionName) at System.Web.Configuration.HttpConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String configKey) at System.Configuration.ConfigurationManager.GetSection(String sectionName) at System.Configuration.ConfigurationManager.get_AppSettings() at Kalmbach.Ars.Configuration.getConfigValue(String path)
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:
[Exception: Could not load Kalmbach.Ars config file - System.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Exception of type 'System.OutOfMemoryException' was thrown. (E:\CommunityServer\FSM\FSMCS\AppSettings.config) ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.String.GetStringForStringBuilder(String value, Int32 startIndex, Int32 length, Int32 capacity) at System.Text.StringBuilder.GetNewString(String currentString, Int32 requiredLength) at System.Text.StringBuilder.Append(Char value) at System.IO.StringWriter.Write(Char value) at System.Configuration.XmlUtilWriter.AppendEscapeXmlString(String s, Boolean inAttribute, Char quoteChar) at System.Configuration.XmlUtilWriter.AppendAttributeValue(XmlTextReader reader) at System.Configuration.XmlUtil.CopyXmlNode(XmlUtilWriter utilWriter) at System.Configuration.XmlUtil.CopyElement(XmlUtilWriter utilWriter) at System.Configuration.XmlUtil.CopySection() at System.Configuration.BaseConfigurationRecord.LoadConfigSource(String name, SectionXmlInfo sectionXmlInfo) at System.Configuration.BaseConfigurationRecord.GetSectionXmlReader(String[] keys, SectionInput input) --- End of inner exception stack trace --- at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult) at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSection(String configKey, Boolean getLkg, Boolean checkPermission) at System.Configuration.BaseConfigurationRecord.GetSection(String configKey) at System.Web.HttpContext.GetSection(String sectionName) at System.Web.Configuration.HttpConfigurationSystem.GetSection(String sectionName) at System.Web.Configuration.HttpConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String configKey) at System.Configuration.ConfigurationManager.GetSection(String sectionName) at System.Configuration.ConfigurationManager.get_AppSettings() at Kalmbach.Ars.Configuration.getConfigValue(String path)] Kalmbach.Ars.Configuration.getConfigValue(String path) +311 Kalmbach.Ars.Configuration.get_CookieName() +37 Kalmbach.Ars.AuthenticationModule.application_AcquireRequestState(Object sender, EventArgs e) +128 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +68 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082
Server Error in '' Application.
Could not load Kalmbach.Ars config file - System.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Exception of type 'System.OutOfMemoryException' was thrown. (E:\CommunityServer\FSM\FSMCS\AppSettings.config) ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.String.GetStringForStringBuilder(String value, Int32 startIndex, Int32 length, Int32 capacity) at System.Text.StringBuilder.GetNewString(String currentString, Int32 requiredLength) at System.Text.StringBuilder.Append(Char value) at System.IO.StringWriter.Write(Char value) at System.Configuration.XmlUtilWriter.AppendEscapeXmlString(String s, Boolean inAttribute, Char quoteChar) at System.Configuration.XmlUtilWriter.AppendAttributeValue(XmlTextReader reader) at System.Configuration.XmlUtil.CopyXmlNode(XmlUtilWriter utilWriter) at System.Configuration.XmlUtil.CopyElement(XmlUtilWriter utilWriter) at System.Configuration.XmlUtil.CopySection() at System.Configuration.BaseConfigurationRecord.LoadConfigSource(String name, SectionXmlInfo sectionXmlInfo) at System.Configuration.BaseConfigurationRecord.GetSectionXmlReader(String[] keys, SectionInput input) --- End of inner exception stack trace --- at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[] keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult) at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject) at System.Configuration.BaseConfigurationRecord.GetSection(String configKey, Boolean getLkg, Boolean checkPermission) at System.Configuration.BaseConfigurationRecord.GetSection(String configKey) at System.Web.HttpContext.GetSection(String sectionName) at System.Web.Configuration.HttpConfigurationSystem.GetSection(String sectionName) at System.Web.Configuration.HttpConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String configKey) at System.Configuration.ConfigurationManager.GetSection(String sectionName) at System.Configuration.ConfigurationManager.get_AppSettings() at Kalmbach.Ars.Configuration.getConfigValue(String path)
|