<?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: Version 100.7 - Exception thrown getting results from FeatureTable.QueryFeaturesAsync  in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/version-100-7-exception-thrown-getting-results/m-p/657533#M8254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thought I'd pop this one up again and see if anyone had any feedback.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jan 2020 22:04:12 GMT</pubDate>
    <dc:creator>MichaelHamsa</dc:creator>
    <dc:date>2020-01-24T22:04:12Z</dc:date>
    <item>
      <title>Version 100.7 - Exception thrown getting results from FeatureTable.QueryFeaturesAsync</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/version-100-7-exception-thrown-getting-results/m-p/657532#M8253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've upgraded to version 100.7 and now were seeing some problems with code that was working in version 100.6 The code is using FeatureTable.QueryFeaturesAsync to get all the features within an envelope.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;var selectionEnvelope = new Envelope(X1, Y1, X2, Y2, MapSpatialReference);&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;var queryParams = new QueryParameters();&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;queryParams.Geometry = selectionEnvelope;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;Task&amp;lt;FeatureQueryResult&amp;gt; tResult = Task.Run(async () =&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; FeatureQueryResult q = await ftrTable.QueryFeaturesAsync(queryParams);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;&amp;nbsp; &amp;nbsp; return q;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;});&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="font-family: courier new,courier,monospace;"&gt;FeatureQueryResult queryResult = tResult.Result;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;When that last line of code is executed, we're getting an exception:&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;"Not implemented: operation does not support curves yet"&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp; at Esri.ArcGISRuntime.ArcGISException.HandleCoreError(CoreError error, Boolean throwException)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at RuntimeCoreNet.GeneratedWrappers.Interop.CheckError(IntPtr errorHandle, Boolean throwOnFailure, GCHandle wrapperHandle)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at RuntimeCoreNet.GeneratedWrappers.CoreTask.Get()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Esri.ArcGISRuntime.Internal.CoreTaskExtensions.TaskCompletedCallbackHandler`1.OnCompleted(Object sender, EventArgs e)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Esri.ArcGISRuntime.Internal.CoreTaskExtensions.TaskCompletedCallbackHandler`1.&amp;lt;CreateInternal&amp;gt;d__7.MoveNext()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at Esri.ArcGISRuntime.Data.FeatureTable.&amp;lt;QueryFeaturesInternal&amp;gt;d__71.MoveNext()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2020 18:21:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/version-100-7-exception-thrown-getting-results/m-p/657532#M8253</guid>
      <dc:creator>MichaelHamsa</dc:creator>
      <dc:date>2020-01-03T18:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Version 100.7 - Exception thrown getting results from FeatureTable.QueryFeaturesAsync</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/version-100-7-exception-thrown-getting-results/m-p/657533#M8254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thought I'd pop this one up again and see if anyone had any feedback.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jan 2020 22:04:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/version-100-7-exception-thrown-getting-results/m-p/657533#M8254</guid>
      <dc:creator>MichaelHamsa</dc:creator>
      <dc:date>2020-01-24T22:04:12Z</dc:date>
    </item>
  </channel>
</rss>

