<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Tracking XAML source Errors</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : MarkupLabel Control : Tracking XAML source Errors]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 08:50:01 +0000</pubDate>
  <lastBuildDate>Mon, 03 Jun 2013 12:29:21 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=19626</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Tracking XAML source Errors : Are there any limits to the size...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19626&amp;PID=71058&amp;title=tracking-xaml-source-errors#71058</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5575">davbrat</a><br /><strong>Subject:</strong> 19626<br /><strong>Posted:</strong> 03 June 2013 at 12:29pm<br /><br />Are there any limits to the size of a string passed to the ValidateXML() method?<br><br>Complex or large markup strings result in the method returning a "Get Property failed" message and it does not matter if the markup source is valid or not.<br><br>I have not found a threshold as to a max length before the "Get Property failed" starts coming back.<br><br>Dave<br><br>]]>
   </description>
   <pubDate>Mon, 03 Jun 2013 12:29:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19626&amp;PID=71058&amp;title=tracking-xaml-source-errors#71058</guid>
  </item> 
  <item>
   <title><![CDATA[Tracking XAML source Errors :   For next release added ValidateXML...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19626&amp;PID=67959&amp;title=tracking-xaml-source-errors#67959</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 19626<br /><strong>Posted:</strong> 05 April 2012 at 1:21pm<br /><br />For next release added ValidateXML method which returns same error you see in MFC Markup Pad.&nbsp; VB6 Markup Pad sample updated to show use.]]>
   </description>
   <pubDate>Thu, 05 Apr 2012 13:21:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19626&amp;PID=67959&amp;title=tracking-xaml-source-errors#67959</guid>
  </item> 
  <item>
   <title><![CDATA[Tracking XAML source Errors :   It is internal classes in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19626&amp;PID=67957&amp;title=tracking-xaml-source-errors#67957</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 19626<br /><strong>Posted:</strong> 05 April 2012 at 10:23am<br /><br />It is internal classes in parser and builder.&nbsp; Not available in COM.]]>
   </description>
   <pubDate>Thu, 05 Apr 2012 10:23:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19626&amp;PID=67957&amp;title=tracking-xaml-source-errors#67957</guid>
  </item> 
  <item>
   <title><![CDATA[Tracking XAML source Errors : I have my own XAML trainer app...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19626&amp;PID=67951&amp;title=tracking-xaml-source-errors#67951</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5575">davbrat</a><br /><strong>Subject:</strong> 19626<br /><strong>Posted:</strong> 04 April 2012 at 4:50pm<br /><br />I have my own XAML trainer app using the CommandBar/SyntaxEdit/Docking Pane/PropertyGrid/SkinFrameWork/Label (enablemarkup = true) controls.<BR><DIV>&nbsp;</DIV><DIV>I need to emulate the error trapping found in the MarkupPad.</DIV><DIV>How does Markup Pad do it?</DIV><DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV>&nbsp;</DIV><DIV>Dave</DIV>]]>
   </description>
   <pubDate>Wed, 04 Apr 2012 16:50:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19626&amp;PID=67951&amp;title=tracking-xaml-source-errors#67951</guid>
  </item> 
  <item>
   <title><![CDATA[Tracking XAML source Errors :   Try placing the source in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19626&amp;PID=67938&amp;title=tracking-xaml-source-errors#67938</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 19626<br /><strong>Posted:</strong> 03 April 2012 at 3:09pm<br /><br />Try placing the source in the Markup Pad to catch it.]]>
   </description>
   <pubDate>Tue, 03 Apr 2012 15:09:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19626&amp;PID=67938&amp;title=tracking-xaml-source-errors#67938</guid>
  </item> 
  <item>
   <title><![CDATA[Tracking XAML source Errors : Does anyone know where/how to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19626&amp;PID=67927&amp;title=tracking-xaml-source-errors#67927</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5575">davbrat</a><br /><strong>Subject:</strong> 19626<br /><strong>Posted:</strong> 31 March 2012 at 3:14pm<br /><br />Does anyone know where/how to get the error code and offending line of XAML source?<br><br>Thanks in advance,<br><br>Dave Bratovich<br>]]>
   </description>
   <pubDate>Sat, 31 Mar 2012 15:14:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19626&amp;PID=67927&amp;title=tracking-xaml-source-errors#67927</guid>
  </item> 
 </channel>
</rss>