<?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 Here are some solution to unanswered questions in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/here-are-some-solution-to-unanswered-questions/m-p/367644#M9465</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd thank the ESRI team for the effort making the library, but I'd also appreciate if someone tries to give an answer to the customer, otherwise the product may fail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using WPF, not SL, and this is important, since most of the people is focusing on the web, maybe losing some desktop problem alone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Consider the simplest ArcGis street map application based on WPF.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first problem I had is a tedious delay (2-3 seconds) every time the app starts: regular on two different machines, two different workplaces. Apparently no cpu load, no network trasfer: what else?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After asking the staff twice some help (no answer), I must choose whether considering this APIs or something else.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, the suspect was about the proxy for the web requests, being different among desktop and browser. Gotcha!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In case you haven't any proxy, then you should disable the automatic proxy detection offered by Windows. Read on MSDN how to configure it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case, I've simply disabled the proxy auto-config, setting to null when the application starts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WebRequest.DefaultWebProxy = null;
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The second problem regards Visual Studio 2010 (both express and pro).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The app runs okay, then after you shut the application down, the VS IDE remains in a deadlock state (I suppose) forever. No interaction, but the app is dead (task manager).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is a "bug" of VS 2010, because I've noticed that it happens only when the foreground code page is the xaml view, instead a normal C# code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope to help somebody had similar problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mario&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Oct 2010 09:02:33 GMT</pubDate>
    <dc:creator>MarioVernari</dc:creator>
    <dc:date>2010-10-21T09:02:33Z</dc:date>
    <item>
      <title>Here are some solution to unanswered questions</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/here-are-some-solution-to-unanswered-questions/m-p/367644#M9465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd thank the ESRI team for the effort making the library, but I'd also appreciate if someone tries to give an answer to the customer, otherwise the product may fail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using WPF, not SL, and this is important, since most of the people is focusing on the web, maybe losing some desktop problem alone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Consider the simplest ArcGis street map application based on WPF.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first problem I had is a tedious delay (2-3 seconds) every time the app starts: regular on two different machines, two different workplaces. Apparently no cpu load, no network trasfer: what else?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After asking the staff twice some help (no answer), I must choose whether considering this APIs or something else.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, the suspect was about the proxy for the web requests, being different among desktop and browser. Gotcha!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In case you haven't any proxy, then you should disable the automatic proxy detection offered by Windows. Read on MSDN how to configure it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case, I've simply disabled the proxy auto-config, setting to null when the application starts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WebRequest.DefaultWebProxy = null;
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The second problem regards Visual Studio 2010 (both express and pro).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The app runs okay, then after you shut the application down, the VS IDE remains in a deadlock state (I suppose) forever. No interaction, but the app is dead (task manager).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is a "bug" of VS 2010, because I've noticed that it happens only when the foreground code page is the xaml view, instead a normal C# code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope to help somebody had similar problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mario&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Oct 2010 09:02:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/here-are-some-solution-to-unanswered-questions/m-p/367644#M9465</guid>
      <dc:creator>MarioVernari</dc:creator>
      <dc:date>2010-10-21T09:02:33Z</dc:date>
    </item>
  </channel>
</rss>

