<?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: Create / Edit Polygons Issue in offline .geodatabase in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/create-edit-polygons-issue-in-offline-geodatabase/m-p/188465#M2195</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The weird behaviour can be caused by the async code deadlocks and race conditions. Usually they are caused by defining an &lt;STRONG&gt;async void&lt;/STRONG&gt; method and awaiting it. Maybe you should check your code for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also see this: &lt;A href="http://channel9.msdn.com/Events/TechEd/Europe/2014/DEV-B315" title="http://channel9.msdn.com/Events/TechEd/Europe/2014/DEV-B315"&gt;Async Best Practices for C# and Visual Basic | TechEd Europe 2014 | Channel 9&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Nov 2014 08:45:47 GMT</pubDate>
    <dc:creator>JuhoVainio</dc:creator>
    <dc:date>2014-11-12T08:45:47Z</dc:date>
    <item>
      <title>Create / Edit Polygons Issue in offline .geodatabase</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-edit-polygons-issue-in-offline-geodatabase/m-p/188464#M2194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recently moved to 10.2.4 and now I am unable to add and edit polygons.&lt;/P&gt;&lt;P&gt;It was fine with 10.2.3 but now I get all kind of weird stuff happening, e.g. when adding a polygon the first point is added fine but the next is not and then the GUI kinda does not respond.&lt;/P&gt;&lt;P&gt;When editing if I click on one of the nodes it either crashes (vshost32.exe) or does not respond. Clicking on the circular nodes makes them disappear and then the GUI does not respond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone has similar issues ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that I only get this behavior only with offline geodatabases. It works fine in other cases&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 06:10:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-edit-polygons-issue-in-offline-geodatabase/m-p/188464#M2194</guid>
      <dc:creator>ChristosStamatopoulos</dc:creator>
      <dc:date>2014-11-12T06:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create / Edit Polygons Issue in offline .geodatabase</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-edit-polygons-issue-in-offline-geodatabase/m-p/188465#M2195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The weird behaviour can be caused by the async code deadlocks and race conditions. Usually they are caused by defining an &lt;STRONG&gt;async void&lt;/STRONG&gt; method and awaiting it. Maybe you should check your code for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also see this: &lt;A href="http://channel9.msdn.com/Events/TechEd/Europe/2014/DEV-B315" title="http://channel9.msdn.com/Events/TechEd/Europe/2014/DEV-B315"&gt;Async Best Practices for C# and Visual Basic | TechEd Europe 2014 | Channel 9&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 08:45:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-edit-polygons-issue-in-offline-geodatabase/m-p/188465#M2195</guid>
      <dc:creator>JuhoVainio</dc:creator>
      <dc:date>2014-11-12T08:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create / Edit Polygons Issue in offline .geodatabase</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-edit-polygons-issue-in-offline-geodatabase/m-p/188466#M2196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share a repro application for this that I could have a look?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Antti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2014 09:47:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-edit-polygons-issue-in-offline-geodatabase/m-p/188466#M2196</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2014-11-12T09:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Create / Edit Polygons Issue in offline .geodatabase</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-edit-polygons-issue-in-offline-geodatabase/m-p/188467#M2197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its definitely not an async issue but digging a bit deeper I can see that I can get it to work fine in some cases.&lt;/P&gt;&lt;P&gt;The only difference between the .geodatabase that works and one that does not work is the projection where one has a Unit of&lt;/P&gt;&lt;P&gt;LinearUnit[Meters] vs&lt;/P&gt;&lt;P&gt;AngularUnit[Degrees]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 01:43:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-edit-polygons-issue-in-offline-geodatabase/m-p/188467#M2197</guid>
      <dc:creator>ChristosStamatopoulos</dc:creator>
      <dc:date>2014-11-13T01:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Create / Edit Polygons Issue in offline .geodatabase</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-edit-polygons-issue-in-offline-geodatabase/m-p/188468#M2198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share the geodatabase that doesn't work for testing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 10:24:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-edit-polygons-issue-in-offline-geodatabase/m-p/188468#M2198</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2014-11-13T10:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create / Edit Polygons Issue in offline .geodatabase</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-edit-polygons-issue-in-offline-geodatabase/m-p/188469#M2199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are both&lt;/P&gt;&lt;P&gt;&lt;A href="https://app.box.com/s/076ai4zvpn8vdpdku2k9" title="https://app.box.com/s/076ai4zvpn8vdpdku2k9"&gt;https://app.box.com/s/076ai4zvpn8vdpdku2k9&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://app.box.com/s/wt744eopuse0fqbxvjhz" title="https://app.box.com/s/wt744eopuse0fqbxvjhz"&gt;https://app.box.com/s/wt744eopuse0fqbxvjhz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ones that does not work is the GDA 94&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 22:47:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-edit-polygons-issue-in-offline-geodatabase/m-p/188469#M2199</guid>
      <dc:creator>ChristosStamatopoulos</dc:creator>
      <dc:date>2014-11-13T22:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Create / Edit Polygons Issue in offline .geodatabase</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-edit-polygons-issue-in-offline-geodatabase/m-p/188470#M2200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also a visual studio solution along with the two files to showcase the error.&lt;/P&gt;&lt;P&gt;&lt;A href="https://app.box.com/s/3hqj3nua8c6s8ob2ekdb" title="https://app.box.com/s/3hqj3nua8c6s8ob2ekdb"&gt;https://app.box.com/s/3hqj3nua8c6s8ob2ekdb&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 23:24:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-edit-polygons-issue-in-offline-geodatabase/m-p/188470#M2200</guid>
      <dc:creator>ChristosStamatopoulos</dc:creator>
      <dc:date>2014-11-13T23:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create / Edit Polygons Issue in offline .geodatabase</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/create-edit-polygons-issue-in-offline-geodatabase/m-p/188471#M2201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set WrapAround to false in your MapView, that seems to be workaround in this case. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14159668752628287 jive_text_macro" jivemacro_uid="_14159668752628287"&gt;
&lt;P&gt; WrapAround="False"&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll see if i can find where the issue comes from but it seems to be related to the WrapAround functionality.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 12:18:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/create-edit-polygons-issue-in-offline-geodatabase/m-p/188471#M2201</guid>
      <dc:creator>AnttiKajanus1</dc:creator>
      <dc:date>2014-11-14T12:18:21Z</dc:date>
    </item>
  </channel>
</rss>

