G
Guest
Hi,
I have created multiple .dll's mostly representing libraries used by
multiple projects. The dll's are often dependant on each other , for example:-
..dll1 dependant on .dll2 dependant on .dll3
Managing releases of these libraries has become difficult as a change to
..dll1 in the example above means that .dll2 and .dll3 must also be recompiled
and released otherwise I get errors and compatibility problems.
Is there something fundamental that I am missing in how I should be
structuring my projects ? As i get more and more .dll's this will be a major
problem.
I use vsual studio 2003, c# but no source control.
thanks,
Simon.
I have created multiple .dll's mostly representing libraries used by
multiple projects. The dll's are often dependant on each other , for example:-
..dll1 dependant on .dll2 dependant on .dll3
Managing releases of these libraries has become difficult as a change to
..dll1 in the example above means that .dll2 and .dll3 must also be recompiled
and released otherwise I get errors and compatibility problems.
Is there something fundamental that I am missing in how I should be
structuring my projects ? As i get more and more .dll's this will be a major
problem.
I use vsual studio 2003, c# but no source control.
thanks,
Simon.