<?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 : Exceptions en masse in XTPXMLHelpers.cpp</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Exceptions en masse in XTPXMLHelpers.cpp]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 23 May 2026 11:37:51 +0000</pubDate>
  <lastBuildDate>Tue, 14 May 2024 17:01:43 +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=24477</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[Exceptions en masse in XTPXMLHelpers.cpp : What CLSID value is being used...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24477&amp;PID=78922&amp;title=exceptions-en-masse-in-xtpxmlhelpers-cpp#78922</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8199">astoyan</a><br /><strong>Subject:</strong> 24477<br /><strong>Posted:</strong> 14 May 2024 at 5:01pm<br /><br />What CLSID value is being used for XML document instance creation earlier in that method?<div>Also I suspect that this behavior may depend on OLE/COM initialization method. How is it initialized for the app?<br><br>Also it makes sense to give it a try with the latest beta release of v24.0, and possibly experiment with the new COM/OLE initialization it provides (one of XTPComInit values passed to CXTPWinApp constructor).</div>]]>
   </description>
   <pubDate>Tue, 14 May 2024 17:01:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24477&amp;PID=78922&amp;title=exceptions-en-masse-in-xtpxmlhelpers-cpp#78922</guid>
  </item> 
  <item>
   <title><![CDATA[Exceptions en masse in XTPXMLHelpers.cpp : I get exceptionsen masse in XTPXMLHelpers.cpp Exception...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=24477&amp;PID=78914&amp;title=exceptions-en-masse-in-xtpxmlhelpers-cpp#78914</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=686">cpede</a><br /><strong>Subject:</strong> 24477<br /><strong>Posted:</strong> 08 May 2024 at 6:58am<br /><br /><div>I get exceptions&nbsp;en masse in XTPXMLHelpers.cpp</div><div><br></div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><div>Exception thrown at 0x758EFAE2 (KernelBase.dll) in my.exe: 0xE0000001 (parameters: 0x80004005).</div><div>Exception thrown at 0x758EFAE2 (KernelBase.dll) in my.exe: 0xE0000001 (parameters: 0x80004005).</div><div>Exception thrown at 0x758EFAE2 (KernelBase.dll) in my.exe: 0xE0000001 (parameters: 0x80004005).</div><div>Exception thrown at 0x758EFAE2 (KernelBase.dll) in my.exe: 0xE0000001 (parameters: 0x80004005).</div><div>Exception thrown at 0x758EFAE2 (KernelBase.dll) in my.exe: 0xE0000001 (parameters: 0x80004005).</div><div>Exception thrown at 0x758EFAE2 (KernelBase.dll) in my.exe: 0xE0000001 (parameters: 0x80004005).</div><div></pre></td></tr></table></div></div><div><br></div><div>In every setProperty call:</div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><div>if (0 != (fDisableProps &amp; xtpXmlDomAllowDocumentFunction))</div><div><span style="white-space: pre;">	</span>pDoc2-&gt;setProperty(_bstr_t(L"AllowDocumentFunction"), _variant_t(false));</div><div>if (0 != (fDisableProps &amp; xtpXmlDomAllowXsltScript))</div><div><span style="white-space: pre;">	</span>pDoc2-&gt;setProperty(_bstr_t(L"AllowXsltScript"), _variant_t(false));</div><div>if (0 != (fDisableProps &amp; xtpXmlDomForcedResync))</div><div><span style="white-space: pre;">	</span>pDoc2-&gt;setProperty(_bstr_t(L"ForcedResync"), _variant_t(false));</div><div>if (0 != (fDisableProps &amp; xtpXmlDomMultipleErrorMessages))</div><div><span style="white-space: pre;">	</span>pDoc2-&gt;setProperty(_bstr_t(L"MultipleErrorMessages"), _variant_t(false));</div><div>if (0 != (fDisableProps &amp; xtpXmlDomNewParser))</div><div><span style="white-space: pre;">	</span>pDoc2-&gt;setProperty(_bstr_t(L"NewParser"), _variant_t(false));</div><div>if (0 != (fDisableProps &amp; xtpXmlDomNormalizeAttributeValues))</div><div><span style="white-space: pre;">	</span>pDoc2-&gt;setProperty(_bstr_t(L"NormalizeAttributeValues"), _variant_t(false));</div></div><div></pre></td></tr></table></div>]]>
   </description>
   <pubDate>Wed, 08 May 2024 06:58:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=24477&amp;PID=78914&amp;title=exceptions-en-masse-in-xtpxmlhelpers-cpp#78914</guid>
  </item> 
 </channel>
</rss>