Wednesday, September 19, 2007

Configure an Assembly in .Net 2.0

Found this article for an example on redirecting an assembly's version via the App.config file. In .Net 1.1 it was easy to do this as there was a GUI to let you redirect all version bindings to a different version. You still get this GUI if you have the .Net 2.0 SDK installed, but you don't get it with the .Net 2.0 Redistributable.

This way you only redirect specific applications rather than your entire system.

No comments: