<?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="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : System.Data.DuplicateNameException</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : System.Data.DuplicateNameException</description>
  <pubDate>Sat, 25 Apr 2026 11:14:06 -700</pubDate>
  <lastBuildDate>Fri, 28 Sep 2012 09:26:06 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=3671</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>System.Data.DuplicateNameException :   We did fix a few thread safety...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3671&amp;PID=14656#14656</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 3671<br /><strong>Posted:</strong> 28-Sep-2012 at 9:26am<br /><br />We did fix a few thread safety problems in the 3.7.3 release last year, but it's not clear those fixes would help here.&nbsp;&nbsp; The PersistenceManager is not thread safe,&nbsp;by intention, but&nbsp;shared metadata and other structures are.&nbsp;<div>&nbsp;</div><div>Are you doing any multi-threading in your application?&nbsp; Can you tell me anything more about when you see the error?</div>]]>
   </description>
   <pubDate>Fri, 28 Sep 2012 09:26:06 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3671&amp;PID=14656#14656</guid>
  </item> 
  <item>
   <title>System.Data.DuplicateNameException :   3.6.8.1 </title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3671&amp;PID=14654#14654</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1532" rel="nofollow">chris94530</a><br /><strong>Subject:</strong> 3671<br /><strong>Posted:</strong> 28-Sep-2012 at 7:25am<br /><br />3.6.8.1]]>
   </description>
   <pubDate>Fri, 28 Sep 2012 07:25:55 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3671&amp;PID=14654#14654</guid>
  </item> 
  <item>
   <title>System.Data.DuplicateNameException :   Odd and occasional DataTable...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3671&amp;PID=14622#14622</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 3671<br /><strong>Posted:</strong> 26-Sep-2012 at 2:38pm<br /><br />Odd and occasional DataTable or metadata errors usually indicate a multi-threading issue of some sort.&nbsp; Which DevForce Classic version are you running?<div></div>]]>
   </description>
   <pubDate>Wed, 26 Sep 2012 14:38:19 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3671&amp;PID=14622#14622</guid>
  </item> 
  <item>
   <title>System.Data.DuplicateNameException :   I am accessing an ideablade...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=3671&amp;PID=14620#14620</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=1532" rel="nofollow">chris94530</a><br /><strong>Subject:</strong> 3671<br /><strong>Posted:</strong> 26-Sep-2012 at 1:42pm<br /><br /><div>I am accessing an ideablade object and occaisionally getting the following error... Any ideas on what could cause this?</div><div></div>System.Data.DuplicateNameException: A DataTable named 'Model:FacilityArea' already belongs to this DataSet.<br>&nbsp;&nbsp; at System.Data.DataTableCollection.RegisterName(String name, String tbNamespace)<br>&nbsp;&nbsp; at System.Data.DataTableCollection.BaseAdd(DataTable table)<br>&nbsp;&nbsp; at System.Data.DataTableCollection.Add(DataTable table)<br>&nbsp;&nbsp; at IdeaBlade.Persistence.PersistenceManager.AddTable(EntityTable pEntityTable)<br>&nbsp;&nbsp; at IdeaBlade.Persistence.PersistenceManager.CreateTableAndInitialize(Type pEntityType)<br>&nbsp;&nbsp; at IdeaBlade.Persistence.PersistenceManager.GetTable(Type pEntityType)<br>&nbsp;&nbsp; at IdeaBlade.Persistence.PersistenceManager.ArePrimaryKeyColumns(EntityColumn&#091;&#093; pEntityColumns)<br>&nbsp;&nbsp; at IdeaBlade.Persistence.PersistenceManager.XGetRelated(ICollection pEntities, EntityRelationLink pRelationLink, QueryStrategy pQueryStrategy, WorkState pWorkState)<br>&nbsp;&nbsp; at IdeaBlade.Persistence.PersistenceManager.GetParent(Entity pEntity, EntityRelation pEntityRelation, QueryStrategy pQueryStrategy)<br>&nbsp;&nbsp; at IdeaBlade.Persistence.PersistenceManager.GetParent&#091;T&#093;(Entity pEntity, EntityRelation pEntityRelation, QueryStrategy pQueryStrategy)<br>&nbsp;&nbsp; at IdeaBlade.Persistence.Entity.GetParent&#091;T&#093;(EntityRelation pRelation, QueryStrategy pStrategy)<br>&nbsp;&nbsp; at Model.SessionManifestDataRow.GetFacilityAreaImpl()<br>&nbsp;&nbsp; at Model.SessionManifestDataRow.get_FacilityArea()<br>&nbsp;&nbsp; at Session_Export.mSessionExportForm.mSessionUltraGrid2_BeforeCellActivate_1(Object sender, CancelableCellEventArgs e) <div>&nbsp;</div><div>The line of code that generates this is...</div><div>&nbsp;</div><font color="#008000" size="2"><font color="#008000" size="2"><p>Dim mSessionArea As String = mSession.SessionManifest.FacilityArea.ToString()</p><div>&nbsp;</div><div></div></font></font>]]>
   </description>
   <pubDate>Wed, 26 Sep 2012 13:42:07 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=3671&amp;PID=14620#14620</guid>
  </item> 
 </channel>
</rss>