P
pieter.breed
Hi All,
It seems as if whenever you rebuild a .net class library you have to
rebuild /everything/ which references it. Is this so?
I am wondering what happens when you are only doing a minor change on
an assembly which does not change any interface at all, if it is not
then possible to let your other assemblies use the new one
automagically?
I have some dll's which are registered for COM by regasm.exe, they all
depend on another common dll which recently had a minor bug-fix. I had
to recompile everything to get it to use the new version of the dll. Is
this how it is supposed to be?
Regards
Pieter Breed
It seems as if whenever you rebuild a .net class library you have to
rebuild /everything/ which references it. Is this so?
I am wondering what happens when you are only doing a minor change on
an assembly which does not change any interface at all, if it is not
then possible to let your other assemblies use the new one
automagically?
I have some dll's which are registered for COM by regasm.exe, they all
depend on another common dll which recently had a minor bug-fix. I had
to recompile everything to get it to use the new version of the dll. Is
this how it is supposed to be?
Regards
Pieter Breed