Hi,
I have an silverlight application which consumes webservice for database activities.It works fine when I run from visualstudio.But it gives error when i configure my application in IIS.whats wrong with webservice reference?
Have you considered Silverlight cross-domain policy?
Yes. I have added "clientaccesspolicy.xml" file on webpart of my silverlight application.Still I have same problem
I got the following exception
Microsoft JScript runtime error: 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()
Could you provide more information about the error?
Is it server-side or client-side exception?