Z
z f
Hi,
I have a dot-net product that is composed from several project that have
references to few of the projects.
when i make strong name (in order to use enterprise services), i have to
build all the projects again.
and if the version of the strong named project is changed, i get run-time
error telling me that the "The located assembly's manifest definition with
name 'CoreEng' does not match the assembly reference."
so what's the idea of strong name if the version is important as the strong
name itself?
the strong named reference does not check the binary DLL to be the same as
the DLL that was referenced, i checked this by changing the code, recompile
the DLL, and the reference did not cause any runtime errors.
what is actually the idea behind strong name?
TIA, z.
I have a dot-net product that is composed from several project that have
references to few of the projects.
when i make strong name (in order to use enterprise services), i have to
build all the projects again.
and if the version of the strong named project is changed, i get run-time
error telling me that the "The located assembly's manifest definition with
name 'CoreEng' does not match the assembly reference."
so what's the idea of strong name if the version is important as the strong
name itself?
the strong named reference does not check the binary DLL to be the same as
the DLL that was referenced, i checked this by changing the code, recompile
the DLL, and the reference did not cause any runtime errors.
what is actually the idea behind strong name?
TIA, z.