<?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: Empty MapView on some machines in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1112369#M10602</link>
    <description>&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;I know very little or nothing, about administering an ArcGIS server, but is it possible that the ArcGIS server has a whitelist of clients or network masks that can consume ArcGIS services?&lt;/P&gt;&lt;P&gt;I see no firewall on the server that can be blocking certain client requests or server responses, so it makes me wonder if there's such white/blacklist configuration.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
    <pubDate>Fri, 29 Oct 2021 11:41:12 GMT</pubDate>
    <dc:creator>AdrianPlatte</dc:creator>
    <dc:date>2021-10-29T11:41:12Z</dc:date>
    <item>
      <title>Empty MapView on some machines</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1099959#M10448</link>
      <description>&lt;P&gt;I'm having a strange issue that only occurs on some machines: I get an empty MapView.&lt;/P&gt;&lt;P&gt;I've made a .NET Framework 4.8 WPF UserControl library with a WPF user control that hosts a MapView (Esri SDK v100.11) and other standard controls. Then I've created a Windows Forms library with a Windows Forms user control that hosts my WPF control, so I can use it from a Windows Forms application. Then I add the deloyment requeriments listed at&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/license-and-deployment/deployment/#runtime-dlls-and-resources-for-wpf-apps" target="_blank"&gt;https://developers.arcgis.com/net/license-and-deployment/deployment/#runtime-dlls-and-resources-for-wpf-apps&lt;/A&gt; to my binaries.&lt;/P&gt;&lt;P&gt;On some machines, the app works perfect. On some other it shows nothin where the MapView should be. I can see all the other controls included in my WPF User Control. The MapView control must be there, since the logs are showing activity on MapView events (MouseLeftButtonDown,&amp;nbsp;MouseMove,&amp;nbsp;MouseLeftButtonUp,&amp;nbsp;MouseLeave, etc) and also on layers (I use an ArcGISTiledLayer and some&amp;nbsp;FeatureLayers, and I can see their loading is working: LoadStatus changes from NotLoaded to Loading, and finally to Loaded. On these machines I can open a browser and load any of the layer URLs with no problem.&lt;/P&gt;&lt;P&gt;The only other way I found to reproduce the same behaviour (blank or empty MapView) is disconnecting from the arcGIS server or using a fake URL for the layer&amp;nbsp;ArcGISTiledLayer.&lt;/P&gt;&lt;P&gt;I'm pretty sure it's not the code, since I'm testing using the same binaries. I'm starting to think it could be they are in different networks, though I have one exception on that (one machine on the same network as the ArcGIS that shows the same behaviour, but it could be because it's a Windows Server).&lt;/P&gt;&lt;P&gt;BTW, all machines are accessed using Windows Remote Desktop.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 15:59:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1099959#M10448</guid>
      <dc:creator>AdrianPlatte</dc:creator>
      <dc:date>2021-09-20T15:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Empty MapView on some machines</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1100088#M10449</link>
      <description>&lt;P&gt;When you run the app, do you see the "powered by esri" logo in the bottom right corner of where the mapview should be?&lt;BR /&gt;&lt;BR /&gt;Since both WinForms and RemoteDesktop require software rendering, I do wonder if there's an issue with not detecting this correctly. We can verify that by trying to force software rendering with the following line of code when the app starts up (before the mapview is created):&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;AppContext.SetSwitch("Switch.Esri.ArcGISRuntime.ForceSoftwareRendering", true);&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Which version are you using? (there's been several issues fixed wrt detecting software rendering being required)&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 20:27:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1100088#M10449</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2021-09-20T20:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Empty MapView on some machines</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1100192#M10450</link>
      <description>&lt;P&gt;Hello, dotMorten, and thanks for the quick reply.&lt;/P&gt;&lt;P&gt;Yes, I see the "powered by esri" logo in all machines, both the ones that show the map and those that don't. I had that disabled before, but I have commented that line for now to see if it shows.&lt;/P&gt;&lt;P&gt;I've tried forcing software rendering as you explain, before I create my WPF control which contains the MapView, but it keeps showing the empty map on the same machines as before. I've even checked the switch after setting it, by using AppContext.TryGetSwitch() and it confirms to me the switch is enabled.&lt;/P&gt;&lt;P&gt;I'm using SDK version 100.11.2.0.&lt;/P&gt;&lt;P&gt;Thanks, and kind regards,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 07:03:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1100192#M10450</guid>
      <dc:creator>AdrianPlatte</dc:creator>
      <dc:date>2021-09-21T07:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Empty MapView on some machines</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1100558#M10454</link>
      <description>&lt;P&gt;Thanks for confirming. This definitely seems like a new issue I haven't encountered before. Can you share any extra information about the machines where it isn't working? Are they VMs? And do those VMs support DirectX ?&lt;BR /&gt;You can try and run the command `dxdiag` (WIN+R) and the click "Save all information" to save a report on the system hardware.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 21:03:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1100558#M10454</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2021-09-21T21:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Empty MapView on some machines</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1100825#M10461</link>
      <description>&lt;P&gt;Yes, they are all virtual machines. I&amp;nbsp;attach 3 dxdiag result files:&lt;/P&gt;&lt;P&gt;DxDiag_WKS_OK.txt is a Windows 10 VM where the map runs perfectly OK, and is in the same sub-net as the ArcGIS server.&lt;/P&gt;&lt;P&gt;DxDiag_WKS_BAD.txt is a Windows 10 VM where the map shows empty. It's on a different sub-net, but I&amp;nbsp; still can ping the ArcGIS server, and access the layer URLs from a browser.&lt;/P&gt;&lt;P&gt;DxDiag_SRV_BAD.txt is a Windows Server 2016 Standard VM where the map shows empty. Same different sub-net as DxDiag_WKS_BAD.txt, and I can also ping the ArcGIS server and access the layer URLs from a browser.&lt;/P&gt;&lt;P&gt;I'm thinking of the different sub-net as being the cause, but I don't know what to look for. As I said before, I see on my logs that the layers are loading, and also the MapView events (MouseMove, etc) are being fired.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 14:29:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1100825#M10461</guid>
      <dc:creator>AdrianPlatte</dc:creator>
      <dc:date>2021-09-22T14:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Empty MapView on some machines</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1101715#M10470</link>
      <description>&lt;P&gt;Thanks. Things seem to look ok there. What sort of VM software are you using? (VMWare etc) Are they different between the working and non-working one?&lt;BR /&gt;&lt;BR /&gt;Also could you monitor each layer's LoadStatus property, as well as their LayerViewStatus?&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Mapping.Layer.LoadStatusChanged.html" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/net/api-reference/api/netwin/Esri.ArcGISRuntime/Esri.ArcGISRuntime.Mapping.Layer.LoadStatusChanged.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;mapView.LayerViewStateChanged += MapView_LayerViewStateChanged;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;private void MapView_LayerViewStateChanged(object sender, LayerViewStateChangedEventArgs e)&lt;BR /&gt;{&lt;BR /&gt;Debug.WriteLine("*** LayerViewState : " + e.Layer.Name + " = " + e.LayerViewState.Status + " | " + e.LayerViewState.Error?.Message);&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 19:24:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1101715#M10470</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2021-09-24T19:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Empty MapView on some machines</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1101718#M10471</link>
      <description>&lt;P&gt;Also just to rule WinForms in/out: If you just create a really simple WPF application (without WinForms) with those layers in a MapView, will it work on those machines?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 17:08:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1101718#M10471</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2021-09-24T17:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Empty MapView on some machines</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1102148#M10476</link>
      <description>&lt;P&gt;Hello, dotMorten.&lt;/P&gt;&lt;P&gt;They are all Hyper-V VM machines running on the same Hyper-V server. The only major difference is the subnet where they belong to. Those VMs on a different subnet are the ones unable to show the map.&lt;/P&gt;&lt;P&gt;I have written a simple WPF application with the MapView control on it and added code to load the same base map and feature layers. I've also added code for monitoring layer's LoadStatusChange event and mapView's LayerViewStateChange event. This is what I found:&lt;/P&gt;&lt;P&gt;At all VMs I see logging that shows that baseMap (ArcGISTiledLayer), feature tables and feature layers are evolving from LoadStatus NotLoaded to Loading and then to Loaded.&lt;/P&gt;&lt;P&gt;At the working VM I see logging for&amp;nbsp;the&amp;nbsp;mapView's LayerViewStateChange event that shows that each feature layer's LayerViewState.Status is evolving from NotVisible to Active, or to NotVisible + OutOfScale, and in all of them LayerViewState.Error is null or empty.&lt;/P&gt;&lt;P&gt;But at the non-working VM, I don't see any logging about the&amp;nbsp;mapView's LayerViewStateChange event.&lt;/P&gt;&lt;P&gt;Does that make any sense for you? What else could I do to check access to the ArcGIS server, other than testing the basemap and the feature layer URLs on a browser?&lt;/P&gt;&lt;P&gt;Thanks, and kind regards,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 15:33:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1102148#M10476</guid>
      <dc:creator>AdrianPlatte</dc:creator>
      <dc:date>2021-09-27T15:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Empty MapView on some machines</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1102227#M10479</link>
      <description>&lt;P&gt;If the issue was due to the sub network, I don't think we'd have seen a successful load of the layers. Since they appear to load fine, I'm guessing this isn't a network issue, but could perhaps be confirmed by trying to load some local data instead.&lt;/P&gt;&lt;P&gt;The fact that the layer view state is never changing, seems to indicate to me that the map view never starts up drawing.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 17:55:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1102227#M10479</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2021-09-27T17:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: Empty MapView on some machines</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1102482#M10483</link>
      <description>&lt;P&gt;This VMs don't have access to the Internet. I've managed to save Esri's map to a local directory, using instructions from&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/offline-maps-scenes-and-data/tutorials/display-an-offline-map-custom/" target="_blank"&gt;https://developers.arcgis.com/net/offline-maps-scenes-and-data/tutorials/display-an-offline-map-custom/&lt;/A&gt; without the very last step that loads the offline map directly from the&amp;nbsp;&lt;SPAN&gt;GenerateOfflineMapJob.Result.&lt;/SPAN&gt; I can now copy that directory to the VMs.&lt;/P&gt;&lt;P&gt;How can I load that offline map from the directory into an empty MapView?&lt;/P&gt;&lt;P&gt;Thanks, and kind regards,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 09:28:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1102482#M10483</guid>
      <dc:creator>AdrianPlatte</dc:creator>
      <dc:date>2021-09-28T09:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Empty MapView on some machines</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1102646#M10488</link>
      <description>&lt;P&gt;By local data I meant a Tile Package TPK, Vector Tile package, map package, shape file or similar.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 16:02:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1102646#M10488</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2021-09-28T16:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Empty MapView on some machines</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1105094#M10510</link>
      <description>&lt;P&gt;Hello again, dotMorten.&lt;/P&gt;&lt;P&gt;Sorry for the delay. We have tried cloning one of the VMs and changing its IP address to one inside the same subnet of the ArcGIS server. The maps are showing correctly.&lt;/P&gt;&lt;P&gt;According to our sysadmin, who manages the firewall on our side (where the VMs don't show the map), there's no rule restricting traffic to/from the other subnet. That fits with the fact I'm seeing the feature layers load correctly and have features in it.&lt;/P&gt;&lt;P&gt;It looks like the issue is getting the layers to paint.&lt;/P&gt;&lt;P&gt;What should we be looking for in the traffic exchange, appart from the 8399 port? I have to add we have no control over the ArcGIS server itself, it was already running for the old application, and we are trying to implement the same behaviour it already does without having to affect the ArcGIS server.&lt;/P&gt;&lt;P&gt;Thank you, and kind regards,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 09:44:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1105094#M10510</guid>
      <dc:creator>AdrianPlatte</dc:creator>
      <dc:date>2021-10-06T09:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Empty MapView on some machines</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1105334#M10513</link>
      <description>&lt;P&gt;The only ports that are used are http (80) and https (443). If moving to a different subnet fixes the issue, I don't think your issue is related to the runtime specifically, but a system settings issue. There's nothing "fancy" in the runtime itself. It's just standard HttpClient web requests being made.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Oct 2021 20:31:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1105334#M10513</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2021-10-06T20:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Empty MapView on some machines</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1105486#M10520</link>
      <description>&lt;P&gt;BTW, I guess that connecting from WPF SDK 100.11.2.0 to an ARCGIS server with REST API 10.5 SP5 should not be the issue (it doesn't appear to be an issue when I connect from the VMs on the same subnet)&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 11:16:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1105486#M10520</guid>
      <dc:creator>AdrianPlatte</dc:creator>
      <dc:date>2021-10-07T11:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Empty MapView on some machines</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1112164#M10593</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I've gained access to the ArcGIS server, it's a Windows 2003 Server with Windows Firewall service stopped and marked as manual startup. The first thing I've noticed it is not capable to ping the VMs on the other subnet, that could be related to my issue.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 15:43:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1112164#M10593</guid>
      <dc:creator>AdrianPlatte</dc:creator>
      <dc:date>2021-10-28T15:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Empty MapView on some machines</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1112369#M10602</link>
      <description>&lt;P&gt;Hello again,&lt;/P&gt;&lt;P&gt;I know very little or nothing, about administering an ArcGIS server, but is it possible that the ArcGIS server has a whitelist of clients or network masks that can consume ArcGIS services?&lt;/P&gt;&lt;P&gt;I see no firewall on the server that can be blocking certain client requests or server responses, so it makes me wonder if there's such white/blacklist configuration.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 11:41:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1112369#M10602</guid>
      <dc:creator>AdrianPlatte</dc:creator>
      <dc:date>2021-10-29T11:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Empty MapView on some machines</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1133767#M10723</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Finally, I got it solved. I don't know why, but it looks like this line was causing the problem:&lt;/P&gt;&lt;P&gt;this.m_MapView.Map = new Map(BasemapStyle.ArcGISTopographic);&lt;/P&gt;&lt;P&gt;Just changing it to:&lt;/P&gt;&lt;P&gt;this.m_MapView.Map = new Map();&lt;/P&gt;&lt;P&gt;did the trick.&lt;/P&gt;&lt;P&gt;I still don't know why the issue only happened on some machines, and never in other ones, but I give up in trying to understand it.&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 08:36:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1133767#M10723</guid>
      <dc:creator>AdrianPlatte</dc:creator>
      <dc:date>2022-01-14T08:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Empty MapView on some machines</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1206520#M11298</link>
      <description>&lt;P&gt;Hi Adrian,&lt;/P&gt;&lt;P&gt;Interestingly your solution solved my problem too. I had a MapView not loading properly before (with Powered by ESRI on the bottom showing). But it worked fine after making exact same changes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, mine was a single workstation with Windows 10:&lt;/P&gt;&lt;P&gt;Esri.ArcGISRuntime" Version="100.15.0"&lt;/P&gt;&lt;P&gt;.NET framework 6.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 20:30:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1206520#M11298</guid>
      <dc:creator>ParhatM</dc:creator>
      <dc:date>2022-08-25T20:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: Empty MapView on some machines</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1206639#M11299</link>
      <description>&lt;P&gt;Hi, Parhat.&lt;/P&gt;&lt;P&gt;I'm glad it did help you. After writing this answer I started suspecting that the issue could be caused by those machines having restricted access to the internet. Maybe creating the new Map with ArcGISTopographic style required some connection to public ArcGIS servers that our firewall was blocking only for certain machines.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;</description>
      <pubDate>Fri, 26 Aug 2022 06:06:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/empty-mapview-on-some-machines/m-p/1206639#M11299</guid>
      <dc:creator>AdrianPlatte</dc:creator>
      <dc:date>2022-08-26T06:06:54Z</dc:date>
    </item>
  </channel>
</rss>

