Forum member

AndyLowry

9 posts

Posts by AndyLowry

  1. NCrunch Enabled but failing to start on VS 2019

    Resurrecting this topic briefly in case others have the same issue. The issue resurfaced today, and it turned out to be Symantec Anti Virus that caused the problem. Uninstalling Symantec resolved the issue. Andy

  2. NCrunch Enabled but failing to start on VS 2019

    OK, I think I've fixed it. I'm using VS 2019 but still have VS 2017 installed. Removing nCrunch for VS 2017 (which will be very old by now) nCrunch for VS 2019 has started working. Feels like a combination of things going wrong, I've been thinking along the same lines as you that a virus ch…

  3. NCrunch Enabled but failing to start on VS 2019

    Found some more information in the event viewer, look like the EngineHost is crashing with a Data Execution Prevention Exception or buffer overflow: Fault bucket 2081547624354767864, type 5 Event Name: BEX64 Response: Not available Cab Id: 0 Problem signature: P1: nCrunch.EngineHost462.x64…

  4. NCrunch Enabled but failing to start on VS 2019

    Hi, At some point over the last few days nCrunch stopped working for me in VS 2019. The bottom right indicator is grey, and the Tests Window is telling me to enable nCrunch but it is enabled from the menu, Turning on logging gives me this at startup: [17:12:58.1377-UI-1] Initialising Packag…

  5. Client always needs access to License Server

    Hi, We are having some issue with the License Server, it's behaviour doesn't seem to match what is on: https://www.ncrunch.net/documentation/tools_license-server_usage-and-installation "Once a token has been issued to the client, the client does not need to access the server again for the dura…

  6. NCrunch build failure after adding Microsoft.Net.Compilers package.

    Hi Remco, Thanks, I managed to get it to work. I had to add the package to the additional folders at the Solution level. Adding only at the project level didn't work. Thanks for your help. Andy

  7. NCrunch build failure after adding Microsoft.Net.Compilers package.

    Hi, I've added Microsoft.Net.Compilers nuget package to a project so that it will build on our Build agents, however now NCrunch can't build the project giving the following error message: ..\..\..\packages\Microsoft.Net.Compilers.1.0.0\tools\Microsoft.CSharp.Core.targets (67, 5): The specifie…

  8. Visualise coverage per test

    Hi Remco, It does allow me to do what I want but I still have to go through all the tests one at a time. I would be easier if I could just scan the coverage indicators. Thanks Andy

  9. Visualise coverage per test

    Having the code coverage markers in the code editor is a fantastic tool. One thing I've found myself doing is looking for "holes" in the coverage to determine if there are any missing tests. (Unfortunately I have to work with a lot of legacy code) Quite often though I'm trying to work out the opp…