<?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 Silverlight (3.0) app failed in deployment in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-3-0-app-failed-in-deployment/m-p/1228#M10</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I encountered an app deployment problem and am yet still struggling with it for some time.&amp;nbsp; It is about deploying a map application developed on the Silverlight (5) platform ArcGIS API(3.0)&amp;nbsp; together with a WCF RIA service.&amp;nbsp; The app was developed in the same web server as the hosting one, but in a separate project directory.&amp;nbsp; It runs fine as a project, but it got choked and spits out an error message (see below) when deployed in the server (wwwroot).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The WCF service is to pull in auxiliary data from a SQL server to juice up pop-ups and facilitate controls and it works great.&amp;nbsp; But it ceases functioning once the app is deployed in the web server (see message below).&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cam someone shed some light on this as to what is the problem and/or where to look at in order to find a solution?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Below is error message&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;=================================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Message: Unhandled Error in Silverlight Application An exception occurred during the operation, making the result invalid.&amp;nbsp; Check InnerException for exception details.&amp;nbsp;&amp;nbsp; at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at MyXY.ServiceReference1.FetchHITIssuesCompletedEventArgs.get_Result()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at MyXY.MainPage.HITDataServiceClient_FetchHITIssuesCompleted(Object sender, FetchHITIssuesCompletedEventArgs e)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at MyXY.ServiceReference1.MyXYServiceClient.OnFetchHITIssuesCompleted(Object state)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Line: 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Char: 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Code: 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;URI: &lt;/SPAN&gt;&lt;A href="http://oigcodevgis/TEST/MyXY/MyXYTestPage.html"&gt;http://oigcodevgis/TEST/MyXY/MyXYTestPage.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Apr 2013 16:20:33 GMT</pubDate>
    <dc:creator>YurongTan</dc:creator>
    <dc:date>2013-04-10T16:20:33Z</dc:date>
    <item>
      <title>Silverlight (3.0) app failed in deployment</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-3-0-app-failed-in-deployment/m-p/1228#M10</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I encountered an app deployment problem and am yet still struggling with it for some time.&amp;nbsp; It is about deploying a map application developed on the Silverlight (5) platform ArcGIS API(3.0)&amp;nbsp; together with a WCF RIA service.&amp;nbsp; The app was developed in the same web server as the hosting one, but in a separate project directory.&amp;nbsp; It runs fine as a project, but it got choked and spits out an error message (see below) when deployed in the server (wwwroot).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The WCF service is to pull in auxiliary data from a SQL server to juice up pop-ups and facilitate controls and it works great.&amp;nbsp; But it ceases functioning once the app is deployed in the web server (see message below).&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cam someone shed some light on this as to what is the problem and/or where to look at in order to find a solution?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Below is error message&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;=================================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Message: Unhandled Error in Silverlight Application An exception occurred during the operation, making the result invalid.&amp;nbsp; Check InnerException for exception details.&amp;nbsp;&amp;nbsp; at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at MyXY.ServiceReference1.FetchHITIssuesCompletedEventArgs.get_Result()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at MyXY.MainPage.HITDataServiceClient_FetchHITIssuesCompleted(Object sender, FetchHITIssuesCompletedEventArgs e)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; at MyXY.ServiceReference1.MyXYServiceClient.OnFetchHITIssuesCompleted(Object state)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Line: 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Char: 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Code: 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;URI: &lt;/SPAN&gt;&lt;A href="http://oigcodevgis/TEST/MyXY/MyXYTestPage.html"&gt;http://oigcodevgis/TEST/MyXY/MyXYTestPage.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 16:20:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/silverlight-3-0-app-failed-in-deployment/m-p/1228#M10</guid>
      <dc:creator>YurongTan</dc:creator>
      <dc:date>2013-04-10T16:20:33Z</dc:date>
    </item>
  </channel>
</rss>

