Forum member

SamMackrill

3 posts

Posts by SamMackrill

  1. UnitTest project fails to build

    One step closer! When I switch it on for all projects then it builds, however the tests then all fail with: System.IO.FileLoadException: Could not load file or assembly 'FindAddIn, Version=12.1.3.0, Culture=neutral, PublicKeyToken=17c64733a9775004' or one of its dependencies. Strong name validat…

  2. UnitTest project fails to build

    Hmmmm I am sure I tried that setting, I will try again and report back. Update: Yes this option is definitely enabled for the test project

  3. UnitTest project fails to build

    1.37.0.46b + WinXP + VS2008 + R# 5.1 I have a solution with 2 library projects and a unit test project The build fine in VS and R# can run the tests with no issues (using MSTest) NCrunch builds the 2 library projects fine but fails on the unit test project with: C:\Program Files\MSBuild\Mi…