Entries Tagged as ‘NAnt’

June 22, 2007

NAnt: Signing satellite assemblies

I use NAnt to build my code. But, a few days ago, my code started throwing System.Resources.MissingManifestResourceException. I found that the code worked fine when I built it from VS.NET.
I was using resources for localization in my project. And it turned out that the generated satellite assembly wasn’t being signed when I was building my [...]