I have an application and 3 Office Add-ins which all use an assembly registered in the GAC.
The problem I have is that if I update my application and the assembly to a new version, then the office add-ins no longer work. They complain they cannot find the assembly anymore.
Is there something I can enter in my visual studio project so that it will also use a newer version of the assembly even though it was not built with it?
Am I correct that if the assembly version number Major / Minor numbers don't change then the office add-ins should work? For example if I had 2.0.0.0 and then the next version was 2.0.1.0 then this should not "break" my Office Addins.