<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ArcObjects 10.4 and 10.4.1 Selecting Features .NET in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-10-4-and-10-4-1-selecting-features-net/m-p/144623#M3766</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have the same problem. Code runs since 9.3.1 and fails now.&lt;/P&gt;&lt;P&gt;Did you find a solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error: "System.Runtime.InteropServices.COMException"&lt;/P&gt;&lt;P&gt;HRESULT: 0x80010105 (RPC_E_SERVERFAULT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code looks like this:&lt;/P&gt;&lt;P&gt;Dim aoiFeatureSelection As IFeatureSelection = DirectCast(iFLayer, IFeatureSelection)&lt;/P&gt;&lt;P&gt;aoiFeatureSelection.SelectFeatures(objQuery, esriSelectionResultEnum.esriSelectionResultNew, False)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing fancy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bug in 10.4??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Sep 2016 13:10:47 GMT</pubDate>
    <dc:creator>AmazingMapMan</dc:creator>
    <dc:date>2016-09-08T13:10:47Z</dc:date>
    <item>
      <title>ArcObjects 10.4 and 10.4.1 Selecting Features .NET</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-10-4-and-10-4-1-selecting-features-net/m-p/144621#M3764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been using ArcObjects since version 10.0 and have&amp;nbsp;been using the same code that is listed in the "Select Map Features by Attribute Query" snippet that comes with the&amp;nbsp;ArcObjects SDK. &amp;nbsp;Attached is the snippet from the SDK. On the call to&amp;nbsp;SelectFeatures(queryFilter, ESRI.ArcGIS.Carto.esriSelectionResultEnum.esriSelectionResultNew, False), I get the following error:&lt;/P&gt;&lt;P&gt;System.Runtime.InteropServices.COMException (0x80010105): The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))&lt;/P&gt;&lt;P&gt;This works with previous versions 10.0, 10.1, 10.2. &amp;nbsp;What is going on? &amp;nbsp;How do I fix this? &amp;nbsp;If additional information is required, feel free to reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2016 19:55:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-10-4-and-10-4-1-selecting-features-net/m-p/144621#M3764</guid>
      <dc:creator>JPGrusling</dc:creator>
      <dc:date>2016-08-18T19:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: ArcObjects 10.4 and 10.4.1 Selecting Features .NET</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-10-4-and-10-4-1-selecting-features-net/m-p/144622#M3765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As a supplemental to the original post:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;This happens with multiple map files (mxd with mdb or shape files)&lt;/LI&gt;&lt;LI&gt;All map files work in previous version of ArcObjects (10.0-3)&lt;/LI&gt;&lt;LI&gt;The query is correct and verified to work within ArcMap itself.&lt;/LI&gt;&lt;LI&gt;The query is simple in that it queries one field for one value. &amp;nbsp;eg. MyID = 'A3-19' (Note: The field can be text or numeric and the results are the same)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 13:19:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-10-4-and-10-4-1-selecting-features-net/m-p/144622#M3765</guid>
      <dc:creator>JPGrusling</dc:creator>
      <dc:date>2016-08-19T13:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: ArcObjects 10.4 and 10.4.1 Selecting Features .NET</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-10-4-and-10-4-1-selecting-features-net/m-p/144623#M3766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have the same problem. Code runs since 9.3.1 and fails now.&lt;/P&gt;&lt;P&gt;Did you find a solution for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error: "System.Runtime.InteropServices.COMException"&lt;/P&gt;&lt;P&gt;HRESULT: 0x80010105 (RPC_E_SERVERFAULT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code looks like this:&lt;/P&gt;&lt;P&gt;Dim aoiFeatureSelection As IFeatureSelection = DirectCast(iFLayer, IFeatureSelection)&lt;/P&gt;&lt;P&gt;aoiFeatureSelection.SelectFeatures(objQuery, esriSelectionResultEnum.esriSelectionResultNew, False)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing fancy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bug in 10.4??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 13:10:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-10-4-and-10-4-1-selecting-features-net/m-p/144623#M3766</guid>
      <dc:creator>AmazingMapMan</dc:creator>
      <dc:date>2016-09-08T13:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: ArcObjects 10.4 and 10.4.1 Selecting Features .NET</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-10-4-and-10-4-1-selecting-features-net/m-p/144624#M3767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a bug in 10.4 with Query operations. Take a look at this discussion: &lt;A href="https://community.esri.com/thread/181751"&gt;ArcObjects 10.4 and 10.4.1 Selecting Features .NET&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 14:40:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-10-4-and-10-4-1-selecting-features-net/m-p/144624#M3767</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2016-09-08T14:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: ArcObjects 10.4 and 10.4.1 Selecting Features .NET</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-10-4-and-10-4-1-selecting-features-net/m-p/144625#M3768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Now it works again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Sep 2016 07:06:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/arcobjects-10-4-and-10-4-1-selecting-features-net/m-p/144625#M3768</guid>
      <dc:creator>AmazingMapMan</dc:creator>
      <dc:date>2016-09-09T07:06:54Z</dc:date>
    </item>
  </channel>
</rss>

