Activity overview
Latest activity by chriha
There is a possibility to change the assembly name:
Compile a new (empty) assembly with the target name and the informal assembly attributes (company, product, copyright etc.)
Use ILMerge.exe (a freely available tool from Microsoft) to merge the two assemblies. Watch out that you specify your newly created assembly first to make it the main one.
What you get is a new assembly with the new name and the old content.
Hope that helps.
Chris / comments
There is a possibility to change the assembly name:
Compile a new (empty) assembly with the target name and the informal assembly attributes (company, product, copyright etc.)
Use ILMerge.exe (a fr...