I have an application which uses the Microsoft.SqlServer.Rmo DLL build against SQL Server 2005.
In a production environment only SQL Server 2008 is installed, which has a different version of the Microsoft.SqlServer.Rmo DLL. The program fails in trying to load the 2005 version DLL. Assuming that the 2008 version DLL is backwards compatible (is it?) how do I get it to use the more recent version?
Is this something to do with the assemblyBinding entries in my config file?