making a cross-domain request on Application_Exit
can done? can't use webclient.downloadstringasync because during exit call url never goes through. can't use browser's xmlhttprequest object because need make call webservice on domain.
according msn library silverlight:
an exit event handler should not include long-running, re-entrant, or cyclic code, such resetting silverlight plug-in's source property. (http://msdn.microsoft.com/en-us/library/system.windows.application.exit(vs.95).aspx)
your question has been answerd before, see topic: http://silverlight.net/forums/p/20279/130230.aspx
Silverlight > Programming Silverlight with .NET – General
Comments
Post a Comment