J
Jason
I've been experiementing with
Assembly.Load..CreateInstance
and strong naming the assemblies. This has given me a few
questions,
1. Does the version number matter? I've found that its the
public key token that controls whether the assembly is the
right one. Changing the version number did not have any
affect.
2. When I build my solution (2 strong named assemblies), I
need to include the <Runtime> information in the config
file. If that is left out, and I rebuild the solution with
different public key tokens, the strong named assemblies
are loaded every time i.e. its the <Runtime> element that
actually determines which "copy" of the assemblies to load.
Apologies for any ignorance this message reveals!!
Assembly.Load..CreateInstance
and strong naming the assemblies. This has given me a few
questions,
1. Does the version number matter? I've found that its the
public key token that controls whether the assembly is the
right one. Changing the version number did not have any
affect.
2. When I build my solution (2 strong named assemblies), I
need to include the <Runtime> information in the config
file. If that is left out, and I rebuild the solution with
different public key tokens, the strong named assemblies
are loaded every time i.e. its the <Runtime> element that
actually determines which "copy" of the assemblies to load.
Apologies for any ignorance this message reveals!!