<?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: KERNELBASE.dll exception occasionally thrown since upgrading to v100 from v10 in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423592#M5116</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;Depending on the GPU configuration on the machine you're testing, you should use the Graphic Card vendor utility (e.g. NVidia Control Panel) to&amp;nbsp;specify the GPU that the app uses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Apr 2018 21:33:24 GMT</pubDate>
    <dc:creator>MichaelBranscomb</dc:creator>
    <dc:date>2018-04-02T21:33:24Z</dc:date>
    <item>
      <title>KERNELBASE.dll exception occasionally thrown since upgrading to v100 from v10</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423584#M5108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there.&lt;/P&gt;&lt;P&gt;An application I work on has been using v10.2.7 of the .NET sdk for some time and never had any issues. A few weeks ago I was tasked with migrating to v100.2.1 and it appeared everything went okay. The program used to only use an ArcGISTiledLayer but I've now included another control that uses the ServiceImageTiledLayer. Since this change I have now witnessed a few occasions where my app has randomly died. The latest occurrence of this was this morning where I ran up my application and left it for 5 minutes (barely touching the map controls), then when I came back and clicked on the control containing the&amp;nbsp;&lt;SPAN&gt;ServiceImageTiledLayer it instantly threw up an exception.. and I mean one of the big bad ones that I can't prevent and handle. I presume this is happening in the C++ of the .NET sdk. I have managed to get the log information from event viewer:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Faulting application name: Main.exe, version: 0.0.0.0, time stamp: 0x5ab3d519&lt;BR /&gt;Faulting module name: KERNELBASE.dll, version: 10.0.14393.1770, time stamp: 0x59bf2bcf&lt;BR /&gt;Exception code: 0xe06d7363&lt;BR /&gt;Fault offset: 0x000daa12&lt;BR /&gt;Faulting process id: 0x3228&lt;BR /&gt;Faulting application start time: 0x01d3c282c5892d47&lt;BR /&gt;Faulting application path: C:\RDRIVE\Development\Main.exe&lt;BR /&gt;Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll&lt;BR /&gt;Report Id: 4d5dc301-ba78-4df2-9d30-1def5e0c9573&lt;BR /&gt;Faulting package full name: &lt;BR /&gt;Faulting package-relative application ID: &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This has only been happening since the upgrade to v100 and whenever it happens it is ALWAYS been caused by me clicking the map. I accept that I could be doing something wrong, but given the nature of the exception and the little amount I actually use of the .NET SDK I can't help but feel like this is an internal problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2018 09:20:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423584#M5108</guid>
      <dc:creator>AaronMurphy3</dc:creator>
      <dc:date>2018-03-23T09:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: KERNELBASE.dll exception occasionally thrown since upgrading to v100 from v10</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423585#M5109</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;Can you share the reproducer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you cannot share here due to security/size constraints please email me on &lt;A href="mailto:mbranscomb@esri.com"&gt;mbranscomb@esri.com&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2018 16:19:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423585#M5109</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2018-03-23T16:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: KERNELBASE.dll exception occasionally thrown since upgrading to v100 from v10</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423586#M5110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found a simple way to replicate this issue.&amp;nbsp;I will share my findings to your email address. For anyone else who wants a quick idea:&lt;/P&gt;&lt;P&gt;- create a new project&lt;/P&gt;&lt;P&gt;- add a tabcontrol with two tabitems&lt;/P&gt;&lt;P&gt;- put a map in one of the tabitems with a local tpk file used as the layer&lt;/P&gt;&lt;P&gt;- create a graphics layer and add a simple marker to it so it's shown on the map&lt;/P&gt;&lt;P&gt;- TEST TIME&lt;/P&gt;&lt;P&gt;- keep swapping between the two tabs really fast. It should blow up pretty quick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 18:12:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423586#M5110</guid>
      <dc:creator>AaronMurphy3</dc:creator>
      <dc:date>2018-03-28T18:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: KERNELBASE.dll exception occasionally thrown since upgrading to v100 from v10</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423587#M5111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting that the recreate doesn't seem to match the initial description in the case, in regard to clicking the map. It would be great if this issue is resolved, but are you sure you recreated the initial exception you received? I had a similar exception occur and seemed to occur when clicking the map. Wasn't able to reliably reproduce this, but what I ended up reproducing was related to identify when clicking the map. While I'm not sure I&amp;nbsp;submitted&amp;nbsp;the original exception I experienced, but at least issue targeted. Seems I was able to recreate multiple other application crashes while I was working on another.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 18:19:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423587#M5111</guid>
      <dc:creator>BjørnarSundsbø1</dc:creator>
      <dc:date>2018-03-28T18:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: KERNELBASE.dll exception occasionally thrown since upgrading to v100 from v10</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423588#M5112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;Below are several of the errors from the EventViewer that were all produced by swapping between the tabs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Faulting application name: ArcGisSample.vshost.exe, version: 12.0.30723.0, time stamp: 0x53cf4fe5&lt;/P&gt;&lt;P&gt;Faulting module name: RuntimeCoreNet.dll, version: 100.2.1.1962, time stamp: 0x5a823921&lt;/P&gt;&lt;P&gt;Exception code: 0xc0000005&lt;/P&gt;&lt;P&gt;Fault offset: 0x0144f577&lt;/P&gt;&lt;P&gt;Faulting process id: 0x3628&lt;/P&gt;&lt;P&gt;Faulting application start time: 0x01d3c6be7b091af9&lt;/P&gt;&lt;P&gt;Faulting application path: C:\Users\aaron.murphy\Documents\Visual Studio 2013\Projects\ArcGisSample\ArcGisSample\bin\Debug\ArcGisSample.vshost.exe&lt;/P&gt;&lt;P&gt;Faulting module path: C:\Users\aaron.murphy\Documents\Visual Studio 2013\Projects\ArcGisSample\ArcGisSample\bin\Debug\arcgisruntime100.2\client32\RuntimeCoreNet.dll&lt;/P&gt;&lt;P&gt;Report Id: 8dd5e0ae-13cb-4041-b9dd-1049177d222e&lt;/P&gt;&lt;P&gt;Faulting package full name:&lt;/P&gt;&lt;P&gt;Faulting package-relative application ID:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Faulting application name: ArcGisSample.vshost.exe, version: 12.0.30723.0, time stamp: 0x53cf4fe5&lt;/P&gt;&lt;P&gt;Faulting module name: igc32.dll, version: 21.20.16.4574, time stamp: 0x585d7f47&lt;/P&gt;&lt;P&gt;Exception code: 0xc0000005&lt;/P&gt;&lt;P&gt;Fault offset: 0x004ae551&lt;/P&gt;&lt;P&gt;Faulting process id: 0x3084&lt;/P&gt;&lt;P&gt;Faulting application start time: 0x01d3c6bd34a32000&lt;/P&gt;&lt;P&gt;Faulting application path: C:\Users\aaron.murphy\Documents\Visual Studio 2013\Projects\ArcGisSample\ArcGisSample\bin\Debug\ArcGisSample.vshost.exe&lt;/P&gt;&lt;P&gt;Faulting module path: C:\WINDOWS\System32\DriverStore\FileRepository\kt120137.inf_amd64_92995f20128ec2b4\igc32.dll&lt;/P&gt;&lt;P&gt;Report Id: 402b8830-d167-49a7-a95d-c6a7479afcfc&lt;/P&gt;&lt;P&gt;Faulting package full name:&lt;/P&gt;&lt;P&gt;Faulting package-relative application ID:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Faulting application name: ArcGisSample.vshost.exe, version: 12.0.30723.0, time stamp: 0x53cf4fe5&lt;/P&gt;&lt;P&gt;Faulting module name: ntdll.dll, version: 10.0.14393.1715, time stamp: 0x59b0d8f3&lt;/P&gt;&lt;P&gt;Exception code: 0xc0000005&lt;/P&gt;&lt;P&gt;Fault offset: 0x00048454&lt;/P&gt;&lt;P&gt;Faulting process id: 0x3360&lt;/P&gt;&lt;P&gt;Faulting application start time: 0x01d3c6bd27abfafa&lt;/P&gt;&lt;P&gt;Faulting application path: C:\Users\aaron.murphy\Documents\Visual Studio 2013\Projects\ArcGisSample\ArcGisSample\bin\Debug\ArcGisSample.vshost.exe&lt;/P&gt;&lt;P&gt;Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll&lt;/P&gt;&lt;P&gt;Report Id: 8749b5c5-e988-420b-8f33-f558e02ded73&lt;/P&gt;&lt;P&gt;Faulting package full name:&lt;/P&gt;&lt;P&gt;Faulting package-relative application ID:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Faulting application name: ArcGisSample.vshost.exe, version: 12.0.30723.0, time stamp: 0x53cf4fe5&lt;/P&gt;&lt;P&gt;Faulting module name: ntdll.dll, version: 10.0.14393.1715, time stamp: 0x59b0d8f3&lt;/P&gt;&lt;P&gt;Exception code: 0xc0000374&lt;/P&gt;&lt;P&gt;Fault offset: 0x000d9d71&lt;/P&gt;&lt;P&gt;Faulting process id: 0x2bf4&lt;/P&gt;&lt;P&gt;Faulting application start time: 0x01d3c6bcf3bad453&lt;/P&gt;&lt;P&gt;Faulting application path: C:\Users\aaron.murphy\Documents\Visual Studio 2013\Projects\ArcGisSample\ArcGisSample\bin\Debug\ArcGisSample.vshost.exe&lt;/P&gt;&lt;P&gt;Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll&lt;/P&gt;&lt;P&gt;Report Id: 3955ec59-2483-43ec-8eb3-1947ee82e940&lt;/P&gt;&lt;P&gt;Faulting package full name:&lt;/P&gt;&lt;P&gt;Faulting package-relative application ID:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Faulting application name: ArcGisSample.vshost.exe, version: 12.0.30723.0, time stamp: 0x53cf4fe5&lt;/P&gt;&lt;P&gt;Faulting module name: KERNELBASE.dll, version: 10.0.14393.2125, time stamp: 0x5a990828&lt;/P&gt;&lt;P&gt;Exception code: 0xe06d7363&lt;/P&gt;&lt;P&gt;Fault offset: 0x000daa12&lt;/P&gt;&lt;P&gt;Faulting process id: 0xea4&lt;/P&gt;&lt;P&gt;Faulting application start time: 0x01d3c6bc9a778d40&lt;/P&gt;&lt;P&gt;Faulting application path: C:\Users\aaron.murphy\Documents\Visual Studio 2013\Projects\ArcGisSample\ArcGisSample\bin\Debug\ArcGisSample.vshost.exe&lt;/P&gt;&lt;P&gt;Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll&lt;/P&gt;&lt;P&gt;Report Id: 1c652c41-b5ca-41c7-8c10-2a0f1ced50fc&lt;/P&gt;&lt;P&gt;Faulting package full name:&lt;/P&gt;&lt;P&gt;Faulting package-relative application ID:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 18:37:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423588#M5112</guid>
      <dc:creator>AaronMurphy3</dc:creator>
      <dc:date>2018-03-28T18:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: KERNELBASE.dll exception occasionally thrown since upgrading to v100 from v10</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423589#M5113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We received the repro app via email, thanks for putting together a good simple standalone reproducer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have reproduced the crash and submitted an issue in the backlog for further investigation. Many thanks for working through this with us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;As discussed on the other Geonet thread, a temporary workaround is to use the Static RenderingMode option GraphicsOverlay.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 20:39:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423589#M5113</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2018-03-29T20:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: KERNELBASE.dll exception occasionally thrown since upgrading to v100 from v10</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423590#M5114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In reproducing this we noted that a dedicated GPU (NVidia in this case) was much more stable compared to the Integrated Intel GPU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Very dependent on what hardware you're deploying to, but you might be able to specify your app uses the dedicated GPU instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 20:57:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423590#M5114</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2018-03-29T20:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: KERNELBASE.dll exception occasionally thrown since upgrading to v100 from v10</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423591#M5115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I am having some issue with the maps, right now and I like to do a test specifying dedicated GPU, could you tell how is it possible for a wpf project?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 19:23:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423591#M5115</guid>
      <dc:creator>MarcoGiraldo</dc:creator>
      <dc:date>2018-04-02T19:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: KERNELBASE.dll exception occasionally thrown since upgrading to v100 from v10</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423592#M5116</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;Depending on the GPU configuration on the machine you're testing, you should use the Graphic Card vendor utility (e.g. NVidia Control Panel) to&amp;nbsp;specify the GPU that the app uses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 21:33:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423592#M5116</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2018-04-02T21:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: KERNELBASE.dll exception occasionally thrown since upgrading to v100 from v10</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423593#M5117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After further testing I can confirm this bug was introduced in v100.2. I have tried all the recent versions and v100.1 appears to works fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2018 09:45:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423593#M5117</guid>
      <dc:creator>AaronMurphy3</dc:creator>
      <dc:date>2018-04-06T09:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: KERNELBASE.dll exception occasionally thrown since upgrading to v100 from v10</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423594#M5118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/4061"&gt;Michael Branscomb&lt;/A&gt;‌ I seem to be experiencing the same issue. We have&amp;nbsp;delayed taking 100.2.1 into use until&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;BUG-000111214&lt;SPAN&gt;&amp;nbsp;(escalated issue, with another linked) has been fixed (which we yet have a fix date for), and now this seems to be&amp;nbsp;occurring after migrating our project to 100.2.1.&amp;nbsp;&amp;nbsp;Any news on a fix date for the issue reported by &lt;A href="https://community.esri.com/migrated-users/234526"&gt;Aaron Murphy&lt;/A&gt;, as well as my own?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 15:23:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423594#M5118</guid>
      <dc:creator>BjørnarSundsbø1</dc:creator>
      <dc:date>2018-04-19T15:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: KERNELBASE.dll exception occasionally thrown since upgrading to v100 from v10</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423595#M5119</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;Both those issues are under investigation by the team in the current sprint.&amp;nbsp;We hope to have more news shortly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 19:21:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423595#M5119</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2018-04-19T19:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: KERNELBASE.dll exception occasionally thrown since upgrading to v100 from v10</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423596#M5120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's&amp;nbsp;great news. Hopefully it also includes&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/234526"&gt;Aaron Murphy&lt;/A&gt;'s issue, or that it's the same thing going on. Fingers crossed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 19:40:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423596#M5120</guid>
      <dc:creator>BjørnarSundsbø1</dc:creator>
      <dc:date>2018-04-19T19:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: KERNELBASE.dll exception occasionally thrown since upgrading to v100 from v10</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423597#M5121</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;We have identified the issue causing the crash and addressed in the current internal builds for the next release (anticipated to ship late-Q2 / early-Q3). We are still investigating a follow up issue in the area regarding a transparency/rendering problem with the view when the DirectX&amp;nbsp;device is lost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 May 2018 18:25:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/kernelbase-dll-exception-occasionally-thrown-since/m-p/423597#M5121</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2018-05-10T18:25:03Z</dc:date>
    </item>
  </channel>
</rss>

