Given
- we have a reference to a not strong named assembly
- a non strong named version of that existing in the bin directory of an app.
- a strong named version of that assembly with same version number installed in the GAC
When that assembly is loaded will we get the on from the filesystem or the one from the GAC?