Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. NCrunch continually failing with "process cannot access the file"

    Ok - according to the bug report, NCrunch is building on top of the locked file because it isn't aware of anything that's using the process. I think the next step would be to establish whether NCrunch is responsible for holding the lock, or if it's something else doing this. Would you be able to t…

  2. Indicators have vanished

    Were either of these plugins installed around the same time that NCrunch stopped working? Or have there been any other changes to your Visual Studio installation (i.e. service pack install) that happened about this time?

  3. NCrunch fails to respond

    Thanks - It sounds like some kind state related issue... If you have it happen again, would you be able to submit a bug report using the NCrunch menu? There have been a number of changes in the upcoming 1.36b that should fix issues like this, though it pays to be sure. Cheers, Remco

  4. Indicators have vanished

    I received the bug report and had a look at the trace. It looks as though this is being caused by some kind of plug-in clash. Are you able to let me know which other plugins you have installed in VS2010?

  5. Allow "Debug" runner mode by telling VS to attach to the test runner

    It's hard to make promises on a feature like this, as it's a bit tied in with some engine workflow changes that need to be introduced ... and the priority still needs to sit with making sure the engine is free of compatibility problems. My current goal is to have a build with this early in the new …

  6. NCrunch fails to build

    You can submit a bug report using the NCrunch menu - this contains a trace log showing the workings of the engine leading up to the error .. this will help to figure out what's going on. Is this the first time you've used NCrunch? If not, has it worked for you before? Also ... can you check w…

  7. NCrunch fails to build

    This happens when NCrunch is unable to access/find its taskrunner executables. The most common cause is if something went wrong during the install process. Does doing an uninstall/reinstall of the 1.35b solve this problem?

  8. NCrunch fails to respond

    It looks as though you have multiple tests that are identifying themselves to NCrunch using the same name. What are the characteristics of the tests that seem to cause this? Are they [TestCase] tests or parameterized fixtures? Does the processing queue show NCrunch trying to run the same test mult…

  9. Coverage statistics and navigation tools

    No, sorry - NCrunch is a closed source product.

  10. Coverage statistics and navigation tools

    Thanks! This was also recently suggested by someone else, and it's a good idea. I have it in the plan :)

  11. InvalidProjectFileException when running

    Hi, thanks for posting! Do you have any build customisations or build-integrated SDKs that make use of the GetDirectoryNameOfFileAbove function? It looks as though this is interfering with NCrunch's build analysis - we need to find a way to turn it off.

  12. Please support test category types in MS Test

    Hi Ed, thanks for posting! Categories are in the road map for all testing frameworks. Most of the work here is actually in the UI to be able to properly take advantage of them. Cheers, Remco

  13. NCrunch continually failing with "process cannot access the file"

    Thanks! I'll take a look at it and get back to you.

  14. Indicators have vanished

    Thanks - did you have any luck sending a bug report? This can help me to figure out why it's failing.

  15. NCrunch continually failing with "process cannot access the file"

    Ok - I think this might be an internal problem with the engine then ... it's possible that the engine incorrectly thinks that the workspace for your main project isn't being used. I thought that these issues were resolved in 1.35, but it may be that something to do with your solution is surfacing a…

  16. NCrunch continually failing with "process cannot access the file"

    Are you running any interesting integration tests in your solution that run code across multiple processes? Or are you using any custom/specialised build frameworks or build steps that launch background processes? Also, are any of your projects making use of the CopyReferencedAssembliesToWorkspac…

  17. Indicators have vanished

    That does help enormously. Would you mind submitting a bug report? This looks like an issue with the engine. Most likely this is being caused by a specific document that you have open in your IDE - does closing all documents and restarting your IDE temporarily remove the problem?

  18. Indicators have vanished

    Hi Jon, thanks for posting. Do you see any errors or unusual activity in the processing queue window? It may be that you have an error something happening that is preventing NCrunch from building your project. You can also try turning on the logging of text to an output window (in your global co…

  19. NCrunch 1.33b occasionally fails to build an assembly, but provides no error information

    Yes that looks the usual silverlight exception. I can't give an ETA at the moment but a number of people have been asking for this lately, so it is moving up the priority list. The best I can offer would be that it will be some time after Christmas.

  20. Debug into test

    Words cannot describe how badly I also want this feature :) It's coming. I need to make a few modifications to the way the engine works so that it's seamless, but take my word for it ... there will be debugging in NCrunch.