About Assembly Version

  • Thread starter Thread starter Jeff Mastry
  • Start date Start date
Sorry, I misunderstood your question. Glad you got the information you
needed.

-Jeff
 
In my program I want to create a assembly and save it, but when i set the
AssemblyVersion by call SetCustomAttribute, it donot change the assembly's
ver, but add a new .custom attribute with type
System.Reflection.AssemblyVersionAttribute. how can i change the .ver
attribute of my assembly.

thanks

xiaorun huang
(e-mail address removed)
 
It is no help to me, and i have read it more times!
Maybe i am not fullly express me. What my problem is:
I code a program it create a dynamic assembly by call DefineDynamicAssembly.
and Save it to a file.
I want to change this assembly'ver create by my program, not my program'ver.
So it should add some code to my program. And I use SetCutsomAttribute with
a CustomAttributeBuilder parameter. but by it, it will add a custom
attribute not modfiy the .ver of assembly that create by my program.

xiaorun huang
 
Back
Top