Error: Name cannot begin with the ']' character...

3 replies. Last post: February 24, 2012 3:39 AM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback
Scott FrenchMember

Hello,

We are using WebScheduler version 2.0.1000.223. We recently uncovered an error that we have not been able to figure out on our own. We've also been unable to replicate the error in your samples but I figured I would post here in the hopes that someone recognizes the error anyway. Full error details below this message.

Here is what we have figured out... the error occurs when we have many items in the "Resources" datasource. We are using an ISDataSource that points to a Stored Procedure in MS SQL server. The page loads without issue with up to 500 resources (although pretty slow). Around 600 the page will load but we get a Javascript timeout warning (Continue running this script...). Over 700 resources and we get the error below. Originally we assumed there was a problem with the data but after some testing we found all records loaded fine as long as the total number was under 700. We did not run into this same limitation in your samples. I'm not sure if this is a difference in how Access and SQL work with an ISDataSource but the error is very real in our production system. There is too much proprietary code in the UI and backend to post much of a sample here but the error does seem to be occurring when an Intersoft control is loaded, not any of our custom stuff.

Any information or guidance would be much appreciated.

Thanks,
Scott French



Server Error in '/' Application.


Name cannot begin with the ']' character, hexadecimal value 0x5D. Line 1, position 33188.

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.Xml.XmlException: Name cannot begin with the ']' character, hexadecimal value 0x5D. Line 1, position 33188.

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:

[XmlException: Name cannot begin with the ']' character, hexadecimal value 0x5D. Line 1, position 33188.]

System.Xml.XmlTextReaderImpl.Throw(Exception e) +76

System.Xml.XmlTextReaderImpl.Throw(String res, String[] args) +88

System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String[] args) +18

System.Xml.XmlTextReaderImpl.ParseQName(Boolean isQName, Int32 startOffset, Int32& colonPos) +3932837

System.Xml.XmlTextReaderImpl.ParseElement() +459

System.Xml.XmlTextReaderImpl.ParseElementContent() +121

System.Xml.XmlTextReaderImpl.Read() +45

System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) +58

System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) +20

System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) +129

System.Xml.XmlDocument.Load(XmlReader reader) +108

System.Xml.XmlDocument.LoadXml(String xml) +113

ISNet.WebUI.XmlCompressor.XmlCompressor.Compress(XmlDocument xml) +136

ISNet.WebUI.ISNetControl.GetXMLData() +208

ISNet.WebUI.ISNetControl.(Object Ӷ, EventArgs ӷ) +360

System.EventHandler.Invoke(Object sender, EventArgs e) +0

System.Web.UI.Control.OnPreRender(EventArgs e) +8685334

System.Web.UI.Control.PreRenderRecursiveInternal() +80

System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842


Version Information: Microsoft .NET Framework Version:2.0.50727.3074; ASP.NET Version:2.0.50727.4049

All times are GMT -5. The time now is 12:48 AM.
Previous Next