R
Roy Chastain
I have product that is written in C# and MC++ and is spread across 20+ projects in one Visual Studio solution. One of those
projects simply creates a DLL that is nothing more than class definitions (data members only; no methods).
There is another DLL that is created by another developer in Delphi. His DLL requires my definition DLL and then the rest of my
product (Visual Studio solution) requires his DLL.
What I am looking for is a sane way to make this work without having one or both of us putting the 'base' DLLs in the GAC.
My current plan is that we freeze the version numbers for my definition DLL and the Delphi created DLL at 1.0.1.0, but I really
don't like that plan.
Is there a better one?
BTW. All the assemblies are strongly named.
Thanks
projects simply creates a DLL that is nothing more than class definitions (data members only; no methods).
There is another DLL that is created by another developer in Delphi. His DLL requires my definition DLL and then the rest of my
product (Visual Studio solution) requires his DLL.
What I am looking for is a sane way to make this work without having one or both of us putting the 'base' DLLs in the GAC.
My current plan is that we freeze the version numbers for my definition DLL and the Delphi created DLL at 1.0.1.0, but I really
don't like that plan.
Is there a better one?
BTW. All the assemblies are strongly named.
Thanks