Working on a project I got the problem that one of the binaries
was not compiled to the bin/debug folder. Suddenly it hit me... I
had that assembly also in the Global Assembly Cache. So it seems
Visual Studio doesn't see the need to copy it to local as it is
already available in the GAC.