T
Tom
I'm currently writing some plug-in modules for a system that somebody else
is developing. They have provided my with an interface to implement, and
when I do, everything loads into their system fine.
I basically just implement their interface, and add a reference to their
library in VS2008.
However, a problem arises when they update their library version. My
plug-in will no longer load into their system.
Their directory structure looks like the following:
\Root dir with library version C\
\Root dir with library version C\subdirectory with plugin referencing
library version B\
\Root dir with library version C\subdirectory with plugin referencing
library version A\
Each subdirectory underneath the root has the version of the library located
in that directory. However, I think their system is loading version C, and
then not loading the appropriate plugins because those plugins were build
referencing a difference version of library.
They do not want to put every version of the library in the GAC. Is there
an easy way to fix this versioning problem so that all of the plugins will
load correctly?
Thanks.
is developing. They have provided my with an interface to implement, and
when I do, everything loads into their system fine.
I basically just implement their interface, and add a reference to their
library in VS2008.
However, a problem arises when they update their library version. My
plug-in will no longer load into their system.
Their directory structure looks like the following:
\Root dir with library version C\
\Root dir with library version C\subdirectory with plugin referencing
library version B\
\Root dir with library version C\subdirectory with plugin referencing
library version A\
Each subdirectory underneath the root has the version of the library located
in that directory. However, I think their system is loading version C, and
then not loading the appropriate plugins because those plugins were build
referencing a difference version of library.
They do not want to put every version of the library in the GAC. Is there
an easy way to fix this versioning problem so that all of the plugins will
load correctly?
Thanks.