Hello,
In a scenerio where the resolver has been passed a reference and then is passed a new reference, which has the same assemblyname, but is in fact a different assembly, is there a way to force the resolver to point to the new assembly?
We have users which are referencing a specific assembly but not incrementing the file or assembly version with each build of their assembly (the versions are tied to source control). In this case, the resolver is passed an assembly when loading the syntax editor, and intellisense functions as expected. Upon re-referencing a newly-build assembly (with the same assemblyname0, the old intellisense remains.
Thanks,
Nick.