When you reference another project in combination with "Copy local = true", the specified assembly is being copied. This is real easy, but has a big disadvantage: the assembly is being copied! :p The problem is that you get the same assembly multiple times, which is unnecessary. Every assembly has to be copied/loaded/parsed by the [...]