Is it possible to force an interop assembly to reference a local copy of its associated COM DLL?
Here\'s the scenario:
I have a .NET app that references an inter
Pavel pointed me in the right direction, so I will be marking his as the answer. For the benefit of everyone else, here's what I did:
This way, you can be logging in and out of QC instances whose versions differ from the one used by your app without breaking it. In my case, I have a local QC instance that is v9 and used for project-specific automation (for various reasons, it's heavily customised to meet our needs, has lots of space for screenshot storage etc), and to which my application connects. However, for manual testing I also need to login using in IE to a v9.2 instance located elsewhere. If I had previously logged into the v9.2 instance, I would then have to open the v9 instance in IE and let it redownload the controls before running my app again... and now I don't. :)