Submitted by: Raja
Hi,
Here, it comes the concept of publisher policy. If you assembly is updated to .. lets say 1.0 - 2.0 version then first we need to create one configuration file called publisher policy file. In this we will define the binding redirect element with old version and new version specified. Use al(assembly linker) tool to configure that users should redirect to new version assembly. Ex.
al /assembly:<assembly name> /out:<policy filename>.dll /Keyfile:<snk file name>
The above mentioned "al" syntax might be wrong. please refer online.
- Raj
Above answer was rated as good by the following members:
Ag2703