Posted by: djjlewis on: 30/07/2009
Today I had an issue with an old app that referenced an assembly (A) but also contained a reference to assembly (B) that also contained a reference to assembly (A)!. The problem was that assembly (B) reference an earlier version of assembly (A) than the app itself, and I was able to recompile this against [...]