I am using Microsoft enterprise library in one of my projects. I need to strong name one of the dlls which is Microsoft.Practices.EnterpriseLibrary.Common
. But it is not working.
When I decompile using ILDASM, it generates 3 files.
- IL file
.RESOURCES
file- Common resource script file
How do I compile it with the key file. Which ILASM
command should I use?