CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2018
    Posts
    9

    What is the “maxCharsCount” limit ?

    What is the “maxCharsCount” limit for System.Xml.XmlTextReaderImpl.GetChars?

    In Microsoft c# Visual Studio I am using XPathNavigator to read and manipulate an XML data set. The exception that is thrown is very descriptive in pinpointing the problem with the XML file that is read. There is one text field that exceeds the limit of what is allowed for a string length. And so, I want to know what that limit is. Also, I am open to suggestions on how I can programmatically parse out the xml file before hand or during the process.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: What is the “maxCharsCount” limit ?

    Please post the error message.

  3. #3
    Join Date
    Sep 2018
    Posts
    9

    Re: What is the “maxCharsCount” limit ?

    I don't understand exact issue. Please explain with error message.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured