Select to view content in your preferred language

Silverlight (3.0) app failed in deployment

512
0
04-10-2013 09:20 AM
YurongTan
Regular Contributor
I encountered an app deployment problem and am yet still struggling with it for some time.  It is about deploying a map application developed on the Silverlight (5) platform ArcGIS API(3.0)  together with a WCF RIA service.  The app was developed in the same web server as the hosting one, but in a separate project directory.  It runs fine as a project, but it got choked and spits out an error message (see below) when deployed in the server (wwwroot). 

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.  But it ceases functioning once the app is deployed in the web server (see message below).  

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?

Below is error message
=================================================
Message: Unhandled Error in Silverlight Application An exception occurred during the operation, making the result invalid.  Check InnerException for exception details.   at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
   at MyXY.ServiceReference1.FetchHITIssuesCompletedEventArgs.get_Result()
   at MyXY.MainPage.HITDataServiceClient_FetchHITIssuesCompleted(Object sender, FetchHITIssuesCompletedEventArgs e)
   at MyXY.ServiceReference1.MyXYServiceClient.OnFetchHITIssuesCompleted(Object state)
Line: 1
Char: 1
Code: 0
URI: http://oigcodevgis/TEST/MyXY/MyXYTestPage.html
0 Kudos
0 Replies