When we try to remove a article (node) we are facing the errormessage below. We are using Umbraco 4.0.2.1 and the Blogpackage.
12.000 nodes.
Windows 2003, IIS, SQL 2005, dual xeon, 8gb memory
The application is running on a seperate application pool.
Errormessage:
Exception Details:
System.OutOfMemoryException: Exception of type
'System.OutOfMemoryException' was thrown.
Remove node gives System.OutOfMemoryException
Hi,
When we try to remove a article (node) we are facing the errormessage below.
We are using Umbraco 4.0.2.1 and the Blogpackage.
12.000 nodes.
Windows 2003, IIS, SQL 2005, dual xeon, 8gb memory
The application is running on a seperate application pool.
Errormessage:
Exception Details: System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
[OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.]
System.String.GetStringForStringBuilder(String value, Int32 startIndex, Int32 length, Int32 capacity) +29
System.Text.StringBuilder.GetNewString(String currentString, Int32 requiredLength) +69
System.Text.StringBuilder.Append(String value) +97
System.IO.StringWriter.Write(String value) +34
System.Xml.XmlTextEncoder.WriteRawWithSurrogateChecking(String text) +104
System.Xml.XmlTextWriter.WriteCData(String text) +185
System.Xml.XmlCDataSection.WriteTo(XmlWriter w) +22
System.Xml.XmlElement.WriteContentTo(XmlWriter w) +29
System.Xml.XmlElement.WriteTo(XmlWriter w) +145
System.Xml.XmlElement.WriteContentTo(XmlWriter w) +29
System.Xml.XmlElement.WriteTo(XmlWriter w) +145
System.Xml.XmlElement.WriteContentTo(XmlWriter w) +29
System.Xml.XmlElement.WriteTo(XmlWriter w) +145
System.Xml.XmlElement.WriteContentTo(XmlWriter w) +29
System.Xml.XmlElement.WriteTo(XmlWriter w) +145
System.Xml.XmlElement.WriteContentTo(XmlWriter w) +29
System.Xml.XmlElement.WriteTo(XmlWriter w) +145
System.Xml.XmlElement.WriteContentTo(XmlWriter w) +29
System.Xml.XmlElement.WriteTo(XmlWriter w) +145
System.Xml.XmlElement.WriteContentTo(XmlWriter w) +29
System.Xml.XmlElement.WriteTo(XmlWriter w) +145
System.Xml.XmlDocument.WriteContentTo(XmlWriter xw) +119
System.Xml.XmlDocument.WriteTo(XmlWriter w) +10
System.Xml.XmlNode.get_OuterXml() +126
umbraco.content.CloneXmlDoc(XmlDocument xmlDoc) +52
umbraco.content.ClearDocumentCache(Int32 documentId) +205
Any idea?
Have you looked at your error log?
is working on a reply...