Forum member

keith

9 posts

Posts by keith

  1. IpcConnectionClosedException: The connection has been closed

    Hello, I got the same error as in the original post after trying to build some existing code on a new machine for the first time. The solution built fine in Visual Studio but NCrunch was unable to build it. Turns out the issue was that I didn't have the required .NET SDK installed on the machi…

  2. Manual Execution Not Running All Tests

    I just tried the following and it worked fine, all my tests ran: Launch Visual Studio 2015. Open the solution, wait for nCrunch to initialise. Select on a project in the tree view (MyCompany.Product.UnitTests). Click the "run selected tests" button. I have noticed it happening a bit this mo…

  3. Manual Execution Not Running All Tests

    Hi Remco, Yep I can confirm I'm using 2.19.0.4. If I find out any more information I'll let you know. The only thing I've observed about it so far is that it tends to happen when I try to run a number of tests (e.g. > 20) that haven't been run recently. E.g. I open the solution for the firs…

  4. Manual Execution Not Running All Tests

    Sometimes we use the "let me run my tests manually" mode. I've noticed since upgrading to version 2.19.0.4 it happens a lot that I right click on a parent node in the test view (e.g. the test project) and select from the context menu "Run selected tests in a new task runner process" - it will not…

  5. Build failed with "SpecificVersion=True"

    Fantastic, thanks Remco! That's fixed it. FYI we are using $(Configuration) in a few locations within our CSPROJ files (both the application and the test projects). Firstly to set the Target Framework Version - e.g. <PropertyGroup Condition=" '$(Configuration)' == 'Release.2013' "> …

  6. Build failed with "SpecificVersion=True"

    Hey Remco, I've found out a bit more info in the last few weeks - unfortunately it's still not building on my machine. The first thing is that one of my colleagues has also started using nCrunch and everything is working just fine on her machine. There's nothing unusual going on in our develop…

  7. Build failed with "SpecificVersion=True"

    Hi Remco, Thanks again for your assistance with this. My "Hello World" project seems to build just fine with NCrunch so I'll have try building it out a bit more to try to reproduce the issue. FYI when I browse to the NCrunch workspace and open the CSPROJ file it fails to build with the foll…

  8. Build failed with "SpecificVersion=True"

    Hi Remco, Thanks for the reply. We are using the SpecificVersion attribute for a project reference. Details of our scenario are as follows: We've got a class library project which we compile using a different target framework version depending on the build configuration. E.g. we have a "Debug.…

  9. Build failed with "SpecificVersion=True"

    Hi Guys, FYI we're running into the same issue with the SpecificVersion attribute. Keith