J
Joe
Can someone please point me to an Article (Knowledge base or
otherwise), or FAQ, or white paper, that explains the relationship of
DLL AssemblyVersion numbers and needing to recompile code. Most
interesting will be those cases when the changes to the DLL are
insignificant but the DLL's version number still changes. When *must* I
recompile the code that uses a changed DLL? When can I safely ignore
compiler warnings? We've gotten into the mode where all production
code is re-compiled and re-installed for every change to a DLL. I think
this is overkill. Sometimes we change the DLL and purposely do not
increment its version number, thinking this will prevent version
conflicts. Advise please.
otherwise), or FAQ, or white paper, that explains the relationship of
DLL AssemblyVersion numbers and needing to recompile code. Most
interesting will be those cases when the changes to the DLL are
insignificant but the DLL's version number still changes. When *must* I
recompile the code that uses a changed DLL? When can I safely ignore
compiler warnings? We've gotten into the mode where all production
code is re-compiled and re-installed for every change to a DLL. I think
this is overkill. Sometimes we change the DLL and purposely do not
increment its version number, thinking this will prevent version
conflicts. Advise please.