Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. The system cannot find the file specified

    Hi Lee - This message here is pretty suspect: .NET Runtime version 4.0.30319.34011 - Loading profiler failed. COR_PROFILER is set to an invalid CLSID: 'NCover.ProfilerLauncher'. HRESULT: 0x800401f3. Process ID (decimal): 10184. Message ID: [0x2502]. Profilers such as NCover set an environme…

  2. Project References lost in Ncrunch Generated Project File

    Hi, thanks for sharing this issue. NCrunch should normally be using the project file paths to differentiate between projects, rather than their names.. for exactly the reason that the names may not be unique :) So this is a bit of a mystery to me. You must have managed to find a hole in the l…

  3. Attribute for "Terminate Test Runner Tasks When All Test Execution Is Complete"

    Hi Wilhelm - IsolatedAttribute is reliable in producing and tearing down specialised test processes for single execution runs. If your tests are still failing intermittently, I suspect there may be something else going on. Do the tests make use of any external resource? A database perhaps?

  4. The system cannot find the file specified

    Sorry Lee. The bug report you submitted contains the following error: System.Exception: Unable to launch Windows Store App Container. Return code -1 This is a wonderful error message that basically says that something went wrong while trying to launch the windows store test process. I'm won…

  5. Attribute for "Terminate Test Runner Tasks When All Test Execution Is Complete"

    Hi Wilhelm - Thanks for sharing this request! I'm wondering if you've had a look at the [url=http://www.ncrunch.net/documentation/reference_runtime-framework_isolated-attribute]Isolated attribute[/url]? I think this may be what you're after. Cheers, Remco

  6. The system cannot find the file specified

    Hi Lee, Thanks for the code sample. This was really helpful in analysing the issue. You've managed to find a hole in NCrunch's Windows Store App support. When VSTest builds a test sandbox for a windows store test application, it copies the content files from all referenced projects into the …

  7. doe not 'Go to selected test'

    The index is stored inside the .cache file under the _NCrunch_Solution directory. You can try deleting this file to see if it makes any difference - although I would really like to know how it's getting messed up. Can you share any details on how these tests are structured? Are they making us…

  8. Configuration > Filter no longer working in V2.4.0.2

    Hi, Yes - this feature was removed along with the component that provided it. The tree list component that was used in V1 for the configuration window (and other windows) had numerous problems and had to be replaced. This component did include some filtering features that were infrequently used…

  9. Missing method exception

    Thanks Matt. I've just done some experimentation but couldn't get this to happen for me. If you can manage to reproduce it consistently, do let me know how :) Cheers, Remco

  10. The use of the Windows namespace is reserved

    Great! Thanks for confirming that this solved the problem.

  11. The system cannot find the file specified

    Hi, thanks for sharing this issue. Looking at the stack trace, there seems to be a huge amount going on here. Is it possible that this issue is being caused by a resource file that NCrunch has not been made aware of? i.e. [url=http://www.ncrunch.net/documentation/considerations-and-constraints…

  12. doe not 'Go to selected test'

    Thanks for letting me know. I'm not aware of any compatibility issue here with NCrunch. NCrunch gets tested extensively in IDEs with ReSharper loaded and there is no integration between the products. You may be able to confirm by uninstalling NCrunch to see if this makes any difference.

  13. doe not 'Go to selected test'

    Great to hear that you got it working. I'm sorry to hear that it put you through the blender without warning. NCrunch shouldn't normally require v4.5.1 in order to work correctly, but I am aware that there is an unintended dependency on executing code in v4.5 requiring v4.5.1, because of the tas…

  14. NUnit ITestAction not executed in 2.4 (works in 1.48.5)

    Thanks John! From the code sample you've sent, I've managed to reproduce and analyse the issue. The problem is caused by the NUnit.Framework.dll assembly being resolved twice inside the NCrunch test environment. NCrunch V2.X is packaged with NUnit 2.6.3, and the solution you're working with use…

  15. Missing method exception

    Hi, thanks for sharing this issue. The cause of this is when NCrunch doesn't realise that a particular change you have made requires a depending project to be rebuilt. In theory, moving a method between types shouldn't be able to do this. Is it something you're able to reproduce? Was it done u…

  16. doe not 'Go to selected test'

    Can you share any more details about the crash? Is there a specific time at which it happens? How does the crash behave? Does it throw up a big exception dialog asking if you want to debug? Do you have any other VS extensions installed or are you running on a system with limited memory?

  17. Exclude compiler generated code from coverage?

    Hi Nico, Thanks for sharing this request. What is your purpose behind excluding this code from NCrunch's coverage? Is it just to try and remove the distortion from the Metrics Window? Or are you trying to improve performance? If adjusting the metrics is your intention, I recommend using t…

  18. doe not 'Go to selected test'

    V2.4 is a free download, and it comes with a 30 day evaluation license. I'd recommend giving it a try, as it is much more stable than any of the V1 releases and may include a fix for this problem. I'd also recommend trying to use your existing V1 license with V2.4. If the license was bought aft…

  19. VS 2013 crashes

    Great! Thanks for letting me know :)

  20. Grid Node Server on Azure VM: Start-up Issues

    Great! Thanks for taking the time to share the results :)