
Application Deployment • Chapter 13 645
policies to take control of these issues.Applications can run in Safe Mode,
thereby ignoring the publisher policy. As far as the build and revision goes,
change these only on a per-assembly basis.
There is another way of dealing with a lot of assemblies with version
changes by going for a select number of large assemblies, instead of with a
lot of small ones.This makes good sense if you can group a lot of code based
on a common functionality in relation to deploying such functionality. Be
sure that it has a limited number of exposed interfaces, or you will run into
version trouble again if the assembly is referenced ...