<?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: The remote server returned an error: NotFound in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587908#M15071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jennifer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you. Please give some time do provide you the sample code snippet. I am very much looking for this fix.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Feb 2012 11:13:15 GMT</pubDate>
    <dc:creator>Esriguy</dc:creator>
    <dc:date>2012-02-29T11:13:15Z</dc:date>
    <item>
      <title>The remote server returned an error: NotFound</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587897#M15060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In my sliver light application, I making call to custom Geo processing service to perform some heavy weight operations at server side. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This service call always returns an error "The remote server returned an error: NotFound."&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Below is pseudo code, Application always goes to "saveLine_Failed"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Geoprocessor saveLineShotInfo = new Geoprocessor(url);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; saveLine.ExecuteCompleted += new EventHandler&amp;lt;GPExecuteCompleteEventArgs&amp;gt;(saveLine_ExecuteCompleted);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; saveLine.Failed += new EventHandler&amp;lt;TaskFailedEventArgs&amp;gt;(saveLine_Failed);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; saveLineShotInfo.ExecuteAsync(gparameters);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;System.Net.WebException: The remote server returned an error: NotFound. ---&amp;gt; System.Net.WebException: The remote server returned an error: NotFound.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at System.Net.Browser.BrowserHttpWebRequest.&amp;lt;&amp;gt;c__DisplayClass5.&amp;lt;EndGetResponse&amp;gt;b__4(Object sendState)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at System.Net.Browser.AsyncHelper.&amp;lt;&amp;gt;c__DisplayClass4.&amp;lt;BeginOnUI&amp;gt;b__1(Object sendState)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; --- End of inner exception stack trace ---&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at System.Net.WebClient.GetWebResponse(WebRequest request, IAsyncResult result)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at System.Net.WebClient.DownloadBitsResponseCallback(IAsyncResult result)}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I debugged using Fiddler and copied the response below.&amp;nbsp; Fiddler displays 500 error code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have increased "executionTimeout" in httpRuntime element in my web.config to 3600 seconds and also increased Geo processing service maximum time out parameter as well. But nothing works out. I could not find exact root cause for this issue. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Please help me on this immediately.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;'---- Fiddler Output-------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Server Error in '/ArcGIS/rest' Application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;--------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Request timed out. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Exception Details: System.Web.HttpException: Request timed out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Source Error: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stack Trace: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[HttpException (0x80004005): Request timed out.]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; -------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Fiddler additional information&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Request Header : POST /ArcGIS/rest/services/CustomTools/GPServer/SaveLineTool/Execute HTTP/1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Time taken : 125 seconds&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;----------------------------------------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SESSION STATE: Done.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Request Entity Size: 8084 bytes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Response Entity Size: 2548 bytes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;== FLAGS ==================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;BitFlags: [ServerPipeReused] 0x10&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;X-CLIENTPORT: 22714&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;X-RESPONSEBODYTRANSFERLENGTH: 2548&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;X-EGRESSPORT: 22688&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;X-HOSTIP: 137.144.106.66&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;X-PROCESSINFO: iexplore:11020&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;X-CLIENTIP: 127.0.0.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;X-SERVERSOCKET: REUSE ServerPipe#84&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;== TIMING INFO ============&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ClientConnected: 03:06:39.994&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ClientBeginRequest: 03:06:39.994&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ClientDoneRequest: 03:06:39.994&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Determine Gateway: 0ms&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DNS Lookup:&amp;nbsp;&amp;nbsp; 0ms&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TCP/IP Connect: 0ms&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HTTPS Handshake: 0ms&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ServerConnected: 03:00:52.574&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FiddlerBeginRequest: 03:06:39.994&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ServerGotRequest: 03:06:39.994&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ServerBeginResponse: 03:08:43.486&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ServerDoneResponse: 03:08:43.486&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ClientBeginResponse: 03:08:43.486&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ClientDoneResponse: 03:08:43.486&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Overall Elapsed: 00:02:03.4920195&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The response was buffered before delivery to the client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;== WININET CACHE INFO ============&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This URL is not present in the WinINET cache. &lt;PRE&gt;&lt;/PRE&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Note: Data above shows WinINET's current cache state, not the state at the time of the request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Note: Data above shows WinINET's Medium Integrity (non-Protected Mode) cache&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 07:16:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587897#M15060</guid>
      <dc:creator>Esriguy</dc:creator>
      <dc:date>2012-02-20T07:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: The remote server returned an error: NotFound</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587898#M15061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have almost identified the probable root cause for the issue. One of input parameter is GPFeatureRecordSetLayer where featureset contains a single polygon. In my test case, the polygon has 13 rings. [12 exlcusions] . Outer ring has nearly 83 vertices and exclusions has rougly 10 vertices each. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So nearly 160 vertices sent as input. This is causing the issue. When I try with smaller polygon it works fine. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you want to simplify the&amp;nbsp; input polygon? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do we have any limitation on sliverlight for polygon. Because input will be internally JSOn to GP tool hence the problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any inputs on this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: I&lt;/SPAN&gt;&lt;STRONG&gt; am using sliverlight 2.1 version&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What GP tool goes to failed event?. What is the reason for showing 500 error/timed out. These are really weired. I am using ArcGIS 10 on server side tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any more pointers are helpful?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 10:14:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587898#M15061</guid>
      <dc:creator>LakshmananVenkatesan1</dc:creator>
      <dc:date>2012-02-20T10:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: The remote server returned an error: NotFound</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587899#M15062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried to bump up the time out parameters in Manager for your GP Service?&amp;nbsp; Go in the service (in manager) under the pooling tab bump up the Timeouts&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The maximum time a client can use a service:&amp;nbsp; seconds&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The maximum time a client will wait to get a service:&amp;nbsp; seconds&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The maximum time an idle instance can be kept running:&amp;nbsp; seconds&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe even increase the Maximum Number of Records Returned by Server: (under parameters) then try again and see if that helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2012 21:04:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587899#M15062</guid>
      <dc:creator>JMcNeil</dc:creator>
      <dc:date>2012-02-21T21:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: The remote server returned an error: NotFound</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587900#M15063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jay,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your inputs. Yes,&amp;nbsp; I have increased all time out parameters. This custom GP Tool will do some heavy weight spatial operations at server and returns the success/failed message. As said, input polygon is very complex one having 12 exclusion polygons with 160 vertices. It looks like input geometry is an issue. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I pass simple geometry tool works fine. Now, my question are..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a) why does the GP tool goes to failed event when input is incorrect/not appropriate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b) Why it showing "The remote server returned an error: NotFound." exception&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c) Why there is no proper error message provided by GP tool &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;d) Do we have any specific events to validate the input Geometry at client side?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;e) Note: I am using ESRI SL 2.1. Does latest version of API has new methods on this?. I am yet to check the API library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error message displayed really provides no information for me as a developer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help on this. This is bit urgent for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 01:22:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587900#M15063</guid>
      <dc:creator>Esriguy</dc:creator>
      <dc:date>2012-02-22T01:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: The remote server returned an error: NotFound</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587901#M15064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;repost... please help on this&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 16:28:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587901#M15064</guid>
      <dc:creator>Esriguy</dc:creator>
      <dc:date>2012-02-22T16:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: The remote server returned an error: NotFound</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587902#M15065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try to use Fiddler with your application and see what web request it's making. See if that URL can be visited from your web browser. Also check the web response if there's any useful error message.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2012 17:15:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587902#M15065</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2012-02-22T17:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: The remote server returned an error: NotFound</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587903#M15066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jennifer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks. I have done all these steps, still could not find the exact reason. I could able to access the URL from browser. Fiddler response is remote server returned an error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question : &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a) Why Geoprocessor call goes to failed event?.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b) In what are all the scenarios where GP tool will return remote server returned an error?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I said, when I send simple polygon as input, tool works fine. Do we have any limitation with polygon rings in sliverlight 2.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Complete web response from fiddler is copied in first reply.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 04:04:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587903#M15066</guid>
      <dc:creator>Esriguy</dc:creator>
      <dc:date>2012-02-23T04:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: The remote server returned an error: NotFound</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587904#M15067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Repost and brought forward&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 17:41:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587904#M15067</guid>
      <dc:creator>Esriguy</dc:creator>
      <dc:date>2012-02-24T17:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: The remote server returned an error: NotFound</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587905#M15068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Check to see if the web request was a POST or a GET. I believe we had a fix some time after 2.1. Can you see if you can repro with 2.4?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To answer your questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a. Failed event is raised when web request failed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b. "Server: NotFound" is usually thrown when the URL is wrong or method is incorrect. To know if this is an API bug, copy the URL from Fiddler and see if you can make the request from web browser.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2012 16:48:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587905#M15068</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2012-02-25T16:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: The remote server returned an error: NotFound</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587906#M15069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Jennifer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are facing this issue for quite&amp;nbsp; while, since this is a production issue our customers are really frustrated.&amp;nbsp; Just to re-iterate you, this POST request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) URL is available and correct and able to browse /execute from the web browser with out any issues. So this is not an API bug.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) When I pass the simple polygon it works fine without issues, so I suspect sliverlight 2.1 throws an error because of sending complex polygon to GP tool hence it displays this error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jennifer, all I can request you in &lt;/SPAN&gt;&lt;STRONG&gt;can you post defect /incident id for this issue&lt;/STRONG&gt;&lt;SPAN&gt; specifically?. So that I can pass to my customer and start upgrading to 2.4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is very urgent for me. Please do needful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 03:07:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587906#M15069</guid>
      <dc:creator>Esriguy</dc:creator>
      <dc:date>2012-02-27T03:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: The remote server returned an error: NotFound</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587907#M15070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like to document this too but we don't have an actual repro case. Do you mind sending code snippets and/or steps to reproduce? I understand the same code works for less complex geometry. Have you tried using sample server GP? I wanted to check if this issue had been fixed in v2.4. Thank you for your patience. Alternatively, you can also submit bug report to tech support.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 14:23:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587907#M15070</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2012-02-28T14:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: The remote server returned an error: NotFound</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587908#M15071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jennifer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you. Please give some time do provide you the sample code snippet. I am very much looking for this fix.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 11:13:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587908#M15071</guid>
      <dc:creator>Esriguy</dc:creator>
      <dc:date>2012-02-29T11:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: The remote server returned an error: NotFound</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587909#M15072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does Simplifying the geometry solves your problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 03:57:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/the-remote-server-returned-an-error-notfound/m-p/587909#M15072</guid>
      <dc:creator>MuzammilAK</dc:creator>
      <dc:date>2012-03-08T03:57:28Z</dc:date>
    </item>
  </channel>
</rss>

