Forum member

achillesuk

1 post

Posts by achillesuk

  1. Projects fail to build with no explanation

    Hi, This problem was found to be caused by implicit assembly dependencies amongst a number of projects: proj A references proj B proj B references proj C Seems like NCrunch wants to have a direct reference to proj C, otherwise it can't compile proj A. Referencing proj C to A directly res…