strong names revisited

  • Thread starter Thread starter Tiberiu Covaci
  • Start date Start date
T

Tiberiu Covaci

If you know that your dlls are compatible 100% then you don't need to
recompile the application. You can do that by config files, or by osing
Publisher policies.

Tibi
 
Hi,

i have a dot-net assembly that is strong named.
a third party developer is referencing my assembly and deploy his
application with my DLL to clients.
i want my DLL to automatically check for updates.
but as far as i know - if i update a strong named DLL and the version is
changed, other DLLs that reference it will brake at runtime.

is there a solution for my problem to allow me to updtae the client site
directly without updating the thirdparty DLL or the DLL must be recompiled
against the new DLL?

TIA, z.
 
z said:
is there a solution for my problem to allow me to updtae the client
site directly without updating the thirdparty DLL or the DLL must be
recompiled against the new DLL?

Yes, use a publisher policy, see section 6 of my Fusion workshop.

Richard
 
Back
Top