<?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: CreateCache Error [Web.Exception] in ArcGIS for Windows Mobile Questions</title>
    <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/createcache-error-web-exception/m-p/720207#M3051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Remove all references of Arcgis SDK 10 (MOBILE, ArcObjects ...) and SDK 10.1.Then reinstall SDK 10.1 e SDK MOBILE 3.1 . Work for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Dec 2012 11:03:01 GMT</pubDate>
    <dc:creator>Andréde_Mattos_Ferraz</dc:creator>
    <dc:date>2012-12-06T11:03:01Z</dc:date>
    <item>
      <title>CreateCache Error [Web.Exception]</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/createcache-error-web-exception/m-p/720205#M3049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have 2 servers, 10.0 and 10.1, and i have one mobile application. The app works for mobile services 10.0 and not works to mobile services 10.1. I already checked the settings of both services and everything seems normal. Have any other configuration to be done in MobileServices 10.1?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
private void syncFilter()
{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mobileCache1.StoragePath = Environment.GetFolderPath(Environment.SpecialFolder.Personal) + @"\MapCache";

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //SERVICE 10.1 not work on create CACHE - WEB.EXCEPTION
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //mobileServiceConnection1.Url = "http://srv508:6080/arcgis/services/CENIBRA/UsoSoloMobile/MapServer/MobileServer";

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //SERVICE 10 WORK all app....
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mobileServiceConnection1.Url = "http://srv514/arcgis/services/FIBRIA/mob_parcel/MapServer/MobileServer";

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mobileCache1.DeleteCache();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MobileCacheSyncAgent mobilesync = new MobileCacheSyncAgent(mobileCache1, mobileServiceConnection1);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MobileCacheSyncResults mobileResults = new MobileCacheSyncResults();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mobileServiceConnection1.CreateCache(mobileCache1);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mobileCache1.Open();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MobileCacheSyncAgent agent = new MobileCacheSyncAgent(mobileCache1, mobileServiceConnection1);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //bottom left , top right
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Envelope env = new Envelope(new Coordinate(-40.000173444, -19.557481484 ), new Coordinate(-39.989017249, -19.549518499));
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; agent.DownloadExtent(env, 0, 0);
}
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;StackTrace&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
"at ESRI.ArcGIS.Mobile.MobileServices.BinaryWebService.ExecuteRequest()\r\nat ESRI.ArcGIS.Mobile.MobileServices.MobileServiceConnection.ExecuteRequest()\r\nat ESRI.ArcGIS.Mobile.MobileServices.MapDocumentConnection.RequestSchema()\r\nat ESRI.ArcGIS.Mobile.MobileServices.MapDocumentConnection.CreateCache()\r\nat ESRI.ArcGIS.Mobile.MobileServices.MapDocumentConnection.CreateCache()\r\nat ESRI.ArcGIS.Mobile.MobileServices.MapDocumentConnection.CreateCache()\r\nat ESRI.ArcGIS.Mobile.MobileServices.MapDocumentConnection.CreateCache()\r\nat SmartDeviceProject1.Form1.syncFilter()\r\nat SmartDeviceProject1.Form1.Form1_Load()\r\nat System.Windows.Forms.Form.OnLoad()\r\nat System.Windows.Forms.Form._SetVisibleNotify()\r\nat System.Windows.Forms.Control.set_Visible()\r\nat System.Windows.Forms.Application.Run()\r\nat SmartDeviceProject1.Program.Main()\r\n"
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 17:11:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/createcache-error-web-exception/m-p/720205#M3049</guid>
      <dc:creator>Andréde_Mattos_Ferraz</dc:creator>
      <dc:date>2012-11-29T17:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: CreateCache Error [Web.Exception]</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/createcache-error-web-exception/m-p/720206#M3050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;André, did you resolve this issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm coming up with the same.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 15:43:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/createcache-error-web-exception/m-p/720206#M3050</guid>
      <dc:creator>MikeDuppong</dc:creator>
      <dc:date>2012-12-05T15:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: CreateCache Error [Web.Exception]</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/createcache-error-web-exception/m-p/720207#M3051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Remove all references of Arcgis SDK 10 (MOBILE, ArcObjects ...) and SDK 10.1.Then reinstall SDK 10.1 e SDK MOBILE 3.1 . Work for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 11:03:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/createcache-error-web-exception/m-p/720207#M3051</guid>
      <dc:creator>Andréde_Mattos_Ferraz</dc:creator>
      <dc:date>2012-12-06T11:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: CreateCache Error [Web.Exception]</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/createcache-error-web-exception/m-p/720208#M3052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah, OK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My situation is that I can't get 10.0 on the mobile to talk with a 10.1 server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your response.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 13:19:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/createcache-error-web-exception/m-p/720208#M3052</guid>
      <dc:creator>MikeDuppong</dc:creator>
      <dc:date>2012-12-06T13:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: CreateCache Error [Web.Exception]</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/createcache-error-web-exception/m-p/720209#M3053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The url for acess services 10.1 is diferent:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!--Mobile 3.1(10.1)--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://srv514/arcgis/rest/services/FIBRIA/mob_parcel/MapServer/MobileServer" rel="nofollow" target="_blank"&gt;http://srv514/arcgis/rest/services/FIBRIA/mob_parcel/MapServer/MobileServer&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;!--Mobile 10.0--&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://srv514/arcgis/services/FIBRIA/mob_parcel/MapServer/MobileServer" rel="nofollow" target="_blank"&gt;http://srv514/arcgis/services/FIBRIA/mob_parcel/MapServer/MobileServer&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And i think, if you want access a service 10.1 you will need upgrade your app to use SDK MOBILE 3.1 (dll)...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try just substitute url of your service and try run..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 13:39:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/createcache-error-web-exception/m-p/720209#M3053</guid>
      <dc:creator>Andréde_Mattos_Ferraz</dc:creator>
      <dc:date>2012-12-06T13:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: CreateCache Error [Web.Exception]</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/createcache-error-web-exception/m-p/720210#M3054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Right, I realize the URL has changed, but still no luck.&amp;nbsp; Just get a nondescript WebException when attempting a mobileServiceConnection.CreateCache() call.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 15:47:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/createcache-error-web-exception/m-p/720210#M3054</guid>
      <dc:creator>MikeDuppong</dc:creator>
      <dc:date>2012-12-06T15:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: CreateCache Error [Web.Exception]</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/createcache-error-web-exception/m-p/720211#M3055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You will need change your SDK to a newer (3.1).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 16:32:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/createcache-error-web-exception/m-p/720211#M3055</guid>
      <dc:creator>Andréde_Mattos_Ferraz</dc:creator>
      <dc:date>2012-12-06T16:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: CreateCache Error [Web.Exception]</title>
      <link>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/createcache-error-web-exception/m-p/720212#M3056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using ArcGIS Mobile 10.1.1 and the latest SDK. Did anyone solve this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2013 12:31:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-for-windows-mobile-questions/createcache-error-web-exception/m-p/720212#M3056</guid>
      <dc:creator>VickyS</dc:creator>
      <dc:date>2013-07-03T12:31:56Z</dc:date>
    </item>
  </channel>
</rss>

