No, name and version are used with Strong Naming, if name and version could
be changed without recompilation Strong Naming could be compromised. Signing
(strong naming) is done before an assembly is loadable (at time of
compilation or after, if delay signing).
what are you trying to accomplish? Maybe there's something else you can do.
--
Browse
http://connect.microsoft.com/VisualStudio/feedback/ and vote.
http://www.peterRitchie.com/blog/
Microsoft MVP, Visual Developer - Visual C#
"Vitaly Belman" wrote:
Quote:
I have a certain assembly a.dll with a certain identity (Name,
Version).
Is it possible to alter the identity of the assembly without
recompiling the actual assembly code? |