HighTechTalks DotNet Forums  

Changing an assembly identity without recompiling

Dotnet Framework (CLR) microsoft.public.dotnet.framework.clr


Discuss Changing an assembly identity without recompiling in the Dotnet Framework (CLR) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Vitaly Belman
 
Posts: n/a

Default Changing an assembly identity without recompiling - 12-21-2007 , 09:01 AM






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?

Reply With Quote
  #2  
Old   
Peter Ritchie [C# MVP]
 
Posts: n/a

Default RE: Changing an assembly identity without recompiling - 12-21-2007 , 01:19 PM






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?


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.