I'm getting this issue when I try to reload a xap file using DeploymentCatalog,
the file is reloaded successfully but the re-composition seems to use the old version of the xap file.
Here is the situation:
I have a module called ModuleA.xap that is loaded when a button is clicked on UI.
after the ModuleA.xap is loaded using DeploymentCatalog a list is populated with data that comes from a service defined within ModuleA.xap.
the service has property called Version [String] that's shows on UI.
A updated Module.xap package and assigned a new value for Version property.
I clicked the button to reload ModuleA.xap.
After recomposition I still see the old value for Version property. !!!!!!
Through Chrome I see that a request is made and the updated version of ModuleA.xap is loaded.
but when I change the assembly version re-composition fails !!!!!!!
-Hamid
↧