Hi, I have an application which places a dll in the GAC.
The dll references certain system files related to Media Center, the referenced version is on Windows 7 which is 6.1 and has a strong name. When I install the application on Windows 8.1 the dll still works although I know the file version is 6.3 and I have no redirects in place.
So my question, is the dll automatically choosing the newer version and ignoring the referenced version number. I should also mention that Specific Version is set to false, although with strong named assemblies I didn't think this had any affect.
Also if this shouldn't choose the newer version how do I set redirects for a dll so I don't have to create a new application for each version.
Thanks in advance