{"id":6668,"date":"2014-04-20T21:49:44","date_gmt":"2014-04-20T21:49:44","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/04\/20\/sqlceexception-was-unhandled-internal-error-cannot-open-the-shared-memory-region-collection-of-common-programming-errors\/"},"modified":"2014-04-20T21:49:44","modified_gmt":"2014-04-20T21:49:44","slug":"sqlceexception-was-unhandled-internal-error-cannot-open-the-shared-memory-region-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/04\/20\/sqlceexception-was-unhandled-internal-error-cannot-open-the-shared-memory-region-collection-of-common-programming-errors\/","title":{"rendered":"SQLCEException was unhandled: Internal Error: Cannot open the shared memory region-Collection of common programming errors"},"content":{"rendered":"<p>I am trying to do a TableAdapter.Fill(dataTable) and it fails with the above error. Here is the code in &#8230;DataSet.Designer.cs<\/p>\n<pre><code>[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\n[global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)]\npublic virtual int Fill(ZenwareDataSet.BatchPDADataTable dataTable) {\n\n     this.Adapter.SelectCommand = this.CommandCollection[0];\n     if ((this.ClearBeforeFill == true)) {\n         dataTable.Clear();\n     }\n     int returnValue = this.Adapter.Fill(dataTable); \/\/<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>I am trying to do a TableAdapter.Fill(dataTable) and it fails with the above error. Here is the code in &#8230;DataSet.Designer.cs [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.ComponentModel.DataObjectMethodAttribute(global::System.ComponentModel.DataObjectMethodType.Fill, true)] public virtual int Fill(ZenwareDataSet.BatchPDADataTable dataTable) { this.Adapter.SelectCommand = this.CommandCollection[0]; if ((this.ClearBeforeFill == true)) { dataTable.Clear(); } int returnValue = this.Adapter.Fill(dataTable); \/\/<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-6668","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/6668","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=6668"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/6668\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=6668"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=6668"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=6668"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}