Hi,

I am writing a C# plugin for a third party tool. Multiple versions of
the same tool can be installed on the client machine at any given
time.
Version 6 of this tool is managed code while version 5 is not.
The plugin is built on version 6 of the tool.
So, when the plugin is installed on a machine that has only version 6
of the tool, it works fine. As expected, it doesnt work if only
version 5 is installed.
The problem is, it is not working if both version 5 and 6 are
installed. How can I tell my plugin to use the file from version 6 of
the tool?


Regards,
Shilpa

Re: Assembly reference issue by Jezebel

Jezebel
Wed Mar 14 02:23:30 CDT 2007

How does this relate to Word VBA?



"Shilpa" <shilpa.nagavara@unisys.com> wrote in message
news:1173852401.050411.159160@n59g2000hsh.googlegroups.com...
> Hi,
>
> I am writing a C# plugin for a third party tool. Multiple versions of
> the same tool can be installed on the client machine at any given
> time.
> Version 6 of this tool is managed code while version 5 is not.
> The plugin is built on version 6 of the tool.
> So, when the plugin is installed on a machine that has only version 6
> of the tool, it works fine. As expected, it doesnt work if only
> version 5 is installed.
> The problem is, it is not working if both version 5 and 6 are
> installed. How can I tell my plugin to use the file from version 6 of
> the tool?
>
>
> Regards,
> Shilpa
>