<?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: 2.1.1 Upgrade Error in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-1-1-upgrade-error/m-p/834550#M3489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can reproduce this, thanks. Although we recommended to do operations on the worker thread, this pattern should work as the inspector is free threaded. We'll take a look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Feb 2018 20:04:16 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2018-02-12T20:04:16Z</dc:date>
    <item>
      <title>2.1.1 Upgrade Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-1-1-upgrade-error/m-p/834549#M3488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I upgraded to ArcGIS Pro 2.1.1 and all of a sudden i was getting this error whenever i tried to set an inspectors attribute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;"This method or property must be called on the thread this object was created on"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had never wrapped my inspector in queuedtask before this upgrade, but now am i required to with the upgrade from 2.0.8933 to 2.1.1?&amp;nbsp; Will this affect my users running the&amp;nbsp;2.0.8933 version of ArcGIS Pro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;QueuedTask&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Run&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
 &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inInspector&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;fieldName&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; newValue&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:07:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-1-1-upgrade-error/m-p/834549#M3488</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2021-12-12T10:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: 2.1.1 Upgrade Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-1-1-upgrade-error/m-p/834550#M3489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can reproduce this, thanks. Although we recommended to do operations on the worker thread, this pattern should work as the inspector is free threaded. We'll take a look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 20:04:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-1-1-upgrade-error/m-p/834550#M3489</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-02-12T20:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: 2.1.1 Upgrade Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-1-1-upgrade-error/m-p/834551#M3490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could this have anything to do with why my Initial Inspector in my rowcreated event in my module is no longer returning the Created/Modified dates.&amp;nbsp; Did something get fixed with the Inspector that I create from the Row in the RowCreated event?&amp;nbsp; I am experiencing a number of issues with 2.1.1 release and I think they all have to do with some inspector changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2018 14:36:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-1-1-upgrade-error/m-p/834551#M3490</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2018-02-17T14:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: 2.1.1 Upgrade Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-1-1-upgrade-error/m-p/834552#M3491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should be independent but im not ruling out anything at the moment. No progress yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 00:37:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-1-1-upgrade-error/m-p/834552#M3491</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-02-21T00:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: 2.1.1 Upgrade Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-1-1-upgrade-error/m-p/834553#M3492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you confirm that the Created/Modified and CreatedBy/ModifiedBy are no longer available on the Row sent to the Row Created event in Moduule.&amp;nbsp; It this is the case we might have a big problem and I will have to roll back my Pro version and my SDK. I know this previously worked before my upgrade to 2.1.1.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 12:35:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-1-1-upgrade-error/m-p/834553#M3492</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2018-02-21T12:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: 2.1.1 Upgrade Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-1-1-upgrade-error/m-p/834554#M3493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whats the version of your server/portal where the feature service is?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 19:24:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-1-1-upgrade-error/m-p/834554#M3493</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-02-23T19:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: 2.1.1 Upgrade Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-1-1-upgrade-error/m-p/834555#M3494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are using Server 10.5.1 with this feature service and that has not changed in quite a while&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Feb 2018 20:34:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-1-1-upgrade-error/m-p/834555#M3494</guid>
      <dc:creator>MKa</dc:creator>
      <dc:date>2018-02-23T20:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: 2.1.1 Upgrade Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-1-1-upgrade-error/m-p/834556#M3495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The inspector thread issue is now fixed for 2.2&lt;/P&gt;&lt;P&gt;I'm waiting for some responses on the feature service issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Mar 2018 00:57:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-1-1-upgrade-error/m-p/834556#M3495</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-03-03T00:57:29Z</dc:date>
    </item>
  </channel>
</rss>

