Archive for February, 2007

Forcing Mono applications to bind to different assembly versions

Thursday, February 1st, 2007





publicKeyToken="1b03e6acf1164f73"
culture="en-us" />
newVersion="0.85.1.271"/>



For all you Mono and .NET hackers out there - Stick this in your App.config and replace the assembly name, culture and versions and it allows you to force a version redirect on the assembly.

This is really useful when you have libraries or applications that depend on another assembly version that is binary compatable with the later.