Forum member

ChloeT

9 posts

Posts by ChloeT

  1. 1 solution ncrunch treating 2 projects differently

    I've been doing some testing, once I got VS happy again, and NCrunch seems to be working properly on project M. So thanks for your help, seems forcing all the derived files to be recreated did the job.

  2. 1 solution ncrunch treating 2 projects differently

    I've followed you're instructions as far as I can. Reopened solution in VS NCrunch builds fine, and gives me all OK. However VS gives me 530 errors. Most are X is not declared. It may be inaccessible due to its protection level. Type 'X' is not defined. Or others of their ilk. This …

  3. 1 solution ncrunch treating 2 projects differently

    Sorry for the double entry. Same Solution - use Team Explorer to keep all of what we are working on synchronized. C:\Windows\assembly\ does not contain anything containing the name of the solution, or either of the projects

  4. 1 solution ncrunch treating 2 projects differently

    I've also checked in the .ncrunchproject files for both projects (S & M) and they have identical contents.

  5. 1 solution ncrunch treating 2 projects differently

    I've also checked in the .ncrunchproject files for both projects (S & M) and they have identical contents.

  6. 1 solution ncrunch treating 2 projects differently

    I've checked the projects XML. The project containing the tests XML file contains these. For Project S <ProjectReference Include="..\Diligencia.Service\Diligencia.Service.csproj"> <Project>{4be1636a-b2ef-4032-97da-e22518aa1eec}</Project> <Name>Diligencia.Service</Name> </Pr…

  7. 1 solution ncrunch treating 2 projects differently

    Show all hidden reveals 1 message, but to a different unrelated project. By rebuild I mean in VS I select Project M, right click it and select Rebuild in the context menu. I've got a small screen shot of the relevant menu etc, but can't work out how to include it in the reply.

  8. 1 solution ncrunch treating 2 projects differently

    This is all in VS2013 Project S is a class library in c# Project M is an asp.net in vb which uses S. The NCrunch tests are in a project called units tests. Tests on code in S work fine. I write a test in unit tests on code in S, it fails, I edit code in S, the test reruns and the test should go…

  9. 1 solution ncrunch treating 2 projects differently

    In one solution I have to 2 projects. NCrunch notices code changes in one project (S) and reruns the tests as it should. In another project (M) I have to rebuild the project for NCrunch to notice any changes in code. I have not been able to find a setting which differs between these 2 proje…