Activity overview
Latest activity by Miffe
Removing the strongname from the assembly with ildasm/ilasm makes it work with both merging and embedding. Thanks for pointing me in the right direction.
What is the reason for not allowing merging/embedding things signed by Microsoft? Is it just to stop people from merging the entire .NET framework?
Since this assembly is not part of the framework but is just signed with their key, there really should be a way to override this behaviour. / comments
Removing the strongname from the assembly with ildasm/ilasm makes it work with both merging and embedding. Thanks for pointing me in the right direction.
What is the reason for not allowing merging...
Mergning DocumentFormat.OpenXml
Hello,
I'm trying to merge with the DocumentFormat.OpenXml assembly from the Microsoft OpenXML SDK.
But it doesnt show up in the Dependencies Merging section of SmartAssembly.
If I force it by edit...