Silverlight is still giving me problems. I created a WCF Service and it runs well on my local machine. As soon as I put it on the web server to go public I get this error code:

An exception occurred during the operation, making the result invalid. Check InnerException for exception details.

at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
at SilverlightApplication1.ServiceReference1.FillListCompletedEventArgs.get_Result()
at SilverlightApplication1.Home.LoadList(Object sender, FillListCompletedEventArgs e)
at SilverlightApplication1.ServiceReference1.Service1Client.OnFillListCompleted(Object state)

Any suggestions or clues.