By David, on May 26th, 2009
In some of the work I’m doing right now, I’m manipulating an assembly after compile time – having it disassembled into IL, tweaked, then re-compiled back into an assembly.
The assembly is signed and what is being done to the assembly is breaking the strong name. This is quite comforting to know; the strong name wouldn’t be . . . → Read More: Could not load file or assembly ‘x’ or one of its dependencies. Strong name validation failed.
By David, on October 14th, 2008
I’m currently build the new Overclockers New Zealand website in .NET
I have a nice continuous integration server going smoothly, but my most recent check-in threw up a strange error when running the Unit Tests:
System.BadImageFormatException : Could not load file or assembly ‘Overclockers.Web, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’ or one of its dependencies. The module was expected to contain . . . → Read More: System.BadImageFormatException