Versioning Redux

Frans says:
That's all fine what MS thinks I should do but what I think MS should do is make their IDE able to work with older CLR's so people can choose a new IDE while writing a control for 1.0 or 1.1. MS didn't even bother creating a config file for a library so a library can be made runnable on 1.0 with redirects.
I would have responded in my comments, but I wanted everyone to know this:

The guy I talked to at MS said that redirect policies in the web.config file apply to all subsequently loaded assemblies, including components. This means that your component should run if the user add binding redirects in the web.config. You can also use publisher policy files and register the same binding redirects in teh GAC, but that is much more of a pain.

No Comments