<?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: Issue with ITableSort interface in ArcObjects .NET 10.4 SDK in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/issue-with-itablesort-interface-in-arcobjects-net/m-p/680205#M18277</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! I also got around it by keeping my code in VS 2015 (VB.NET) and calling another DLL I wrote in C# that used the ITableSort interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jun 2016 19:55:10 GMT</pubDate>
    <dc:creator>GlynnFlowerday</dc:creator>
    <dc:date>2016-06-06T19:55:10Z</dc:date>
    <item>
      <title>Issue with ITableSort interface in ArcObjects .NET 10.4 SDK</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/issue-with-itablesort-interface-in-arcobjects-net/m-p/680202#M18274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having an issue with the ITableSort interface whilst migrating a project from VS 2010 using the ArcObjects .NET 10.2 SDK into VS 2015 using the ArcObjects .NET 10.4 SDK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have code that uses the ITableSort.Ascending property but this now says it is an unsupported type in 10.4. However in the help &lt;A href="http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#ITableSort.htm" title="http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#ITableSort.htm"&gt;http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#ITableSort.htm&lt;/A&gt; it says it is still available. Has anybody else come across this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Glynn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 19:58:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/issue-with-itablesort-interface-in-arcobjects-net/m-p/680202#M18274</guid>
      <dc:creator>GlynnFlowerday</dc:creator>
      <dc:date>2016-05-12T19:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ITableSort interface in ArcObjects .NET 10.4 SDK</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/issue-with-itablesort-interface-in-arcobjects-net/m-p/680203#M18275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Further to this, I should add that I am using VB.NET. It looks to be still available when using C#.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 01:16:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/issue-with-itablesort-interface-in-arcobjects-net/m-p/680203#M18275</guid>
      <dc:creator>GlynnFlowerday</dc:creator>
      <dc:date>2016-05-13T01:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ITableSort interface in ArcObjects .NET 10.4 SDK</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/issue-with-itablesort-interface-in-arcobjects-net/m-p/680204#M18276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a new bug in 10.4 (BUG-000095459). We have Technical Article 000001060 talking about the relevant issues &lt;A href="http://support.esri.com/technical-article/000001060"&gt;http://support.esri.com/technical-article/000001060&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are many interface properties which have input parameters (typically the parameters are indexes) that are affected in ArcObjects 10.4 Visual Studio 2015 VB.NET, like ITableSort, IFieldsEdit, etc. Workaround for VB.NET would be the same as suggested in Article 000001060.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This bug is fixed in 10.5.1 (check bug status: &lt;A href="http://support.esri.com/bugs/nimbus/QlVHLTAwMDA5NTQ1OQ=="&gt;http://support.esri.com/bugs/nimbus/QlVHLTAwMDA5NTQ1OQ==&lt;/A&gt;).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 15:28:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/issue-with-itablesort-interface-in-arcobjects-net/m-p/680204#M18276</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2016-06-03T15:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ITableSort interface in ArcObjects .NET 10.4 SDK</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/issue-with-itablesort-interface-in-arcobjects-net/m-p/680205#M18277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! I also got around it by keeping my code in VS 2015 (VB.NET) and calling another DLL I wrote in C# that used the ITableSort interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 19:55:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/issue-with-itablesort-interface-in-arcobjects-net/m-p/680205#M18277</guid>
      <dc:creator>GlynnFlowerday</dc:creator>
      <dc:date>2016-06-06T19:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ITableSort interface in ArcObjects .NET 10.4 SDK</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/issue-with-itablesort-interface-in-arcobjects-net/m-p/680206#M18278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The IQueryFilterDefinition interface is often easier to use if you are just trying to sort.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisengine/ArcObjects/esriGeoDatabase/IQueryFilterDefinition.PostfixClause_Example.htm" title="http://resources.esri.com/help/9.3/arcgisengine/ArcObjects/esriGeoDatabase/IQueryFilterDefinition.PostfixClause_Example.htm"&gt;IQueryFilterDefinition.PostfixClause Example&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 22:43:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/issue-with-itablesort-interface-in-arcobjects-net/m-p/680206#M18278</guid>
      <dc:creator>RiverTaig1</dc:creator>
      <dc:date>2016-06-08T22:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ITableSort interface in ArcObjects .NET 10.4 SDK</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/issue-with-itablesort-interface-in-arcobjects-net/m-p/680207#M18279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, is there a fix on this. Does 10.5 handle this?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Apr 2017 12:32:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/issue-with-itablesort-interface-in-arcobjects-net/m-p/680207#M18279</guid>
      <dc:creator>Harald_ØysteinLund1</dc:creator>
      <dc:date>2017-04-07T12:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ITableSort interface in ArcObjects .NET 10.4 SDK</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/issue-with-itablesort-interface-in-arcobjects-net/m-p/680208#M18280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, there was no fix in 10.4. What I ended up doing was a DLL in C# that handled the iTableSort interface. I am uncertain if the issue is sorted in 10.5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Glynn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Apr 2017 21:51:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/issue-with-itablesort-interface-in-arcobjects-net/m-p/680208#M18280</guid>
      <dc:creator>GlynnFlowerday</dc:creator>
      <dc:date>2017-04-09T21:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ITableSort interface in ArcObjects .NET 10.4 SDK</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/issue-with-itablesort-interface-in-arcobjects-net/m-p/680209#M18281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for the answer. I ended up with a C# dll handling the ITableSort. Worked fine.&lt;/P&gt;&lt;P&gt;Harald.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 11:12:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/issue-with-itablesort-interface-in-arcobjects-net/m-p/680209#M18281</guid>
      <dc:creator>Harald_ØysteinLund1</dc:creator>
      <dc:date>2017-04-18T11:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ITableSort interface in ArcObjects .NET 10.4 SDK</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/issue-with-itablesort-interface-in-arcobjects-net/m-p/680210#M18282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it worked for you ☺.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Glynn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 19:13:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/issue-with-itablesort-interface-in-arcobjects-net/m-p/680210#M18282</guid>
      <dc:creator>GlynnFlowerday</dc:creator>
      <dc:date>2017-04-18T19:13:07Z</dc:date>
    </item>
  </channel>
</rss>

