J
jminiman
All,
Let's say I have two versions of the same assembly installed into GAC:
- ABC.Business_v1.0.1000_cneutral.dll
and
- ABC.Business_v1.0.1100_cneutral.dll
And I have an application that uses the ABC.Business.dll with no
specification of version. Will the application always automatically
pick the GAC file with the higher version? Or will there possibly be
room for confusion?
I'm wondering if there's an easy way to clear out the old DLLs (but
not the entire GAC!) during a CAB installation routine.
Let's say I have two versions of the same assembly installed into GAC:
- ABC.Business_v1.0.1000_cneutral.dll
and
- ABC.Business_v1.0.1100_cneutral.dll
And I have an application that uses the ABC.Business.dll with no
specification of version. Will the application always automatically
pick the GAC file with the higher version? Or will there possibly be
room for confusion?
I'm wondering if there's an easy way to clear out the old DLLs (but
not the entire GAC!) during a CAB installation routine.