XAP Loading and service references
I'm taking on a project that is in silverlight and involves dynamic xap loading. We have gotten xap loading to work, however we had to add the service references from the silverlight application that is being loaded to the application that is doing the开发者_如何学JAVA loading for it to work.
This wouldn't be an issue, however we will be xap loading a large number of applications and adding all of the service references will get kinda messy.
Is there any way to do this using the service reference configuration in the loaded client application?
精彩评论