Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Copying large files using [DeploymentItem] is a race condition?

    The copying of your resource file(s) is done synchronously with the test runner, so I think something else may be going on here. Check that the tests using the file are not sequence dependent. If there is code specifically clearing out the file, you might find this can affect further test execut…

  2. System.InvalidProgramException: Common Language Runtime detected an invalid program

    Thanks - I'm coordinating with the TypeMock team at the moment to find a proper solution to the above issue. I'll keep you informed.

  3. Failure reading resource file

    Hi, thanks for posting! It looks like NCrunch is neglecting to copy one of your resource files into the workspace while building your project. Most likely you can solve this problem by ensuring the problematic file is included in the workspace. You can do this by adding the file to your 'Addi…

  4. NCrunch borks R# test runner (all test frameworks) when R# gallio plugin installed

    I wish I had a fast answer for you, but unfortunately to understand problems like this I first need to build a test environment in which I can reproduce and analyse them. While I'm confident that I can do this (given the information you've provided), I'll need to fit it around everything else, so I…

  5. NCrunch borks R# test runner (all test frameworks) when R# gallio plugin installed

    Thanks - I remember an earlier report of this problem and a fix was introduced speculatively. I'm not sure if this was from the same nightly build of Gallio. I'll make a note to inspect the build revision you've mentioned to see if I can reproduce the problem. Are you able to share any more det…

  6. System.InvalidProgramException: Common Language Runtime detected an invalid program

    Ok thanks - I'll raise the issue with the TypeMock guys to see if we can work out a proper solution.

  7. NCrunch does not responde at all

    Ok - it looks like the VS package for NCrunch is failing to initialise. We need to find out why. One thing that could be useful is to have a look at the Visual Studio log file. Try loading up Visual Studio with: devenv.exe /log c:\vslog.log After VS initialises, close it down and have a look…

  8. System.InvalidProgramException: Common Language Runtime detected an invalid program

    Are there many situations where you've managed to get past this problem? I'm thinking in reference to the other thread on this forum where you've mentioned this same exception bubbling up from the test runner itself. Also - which version of TypeMock Isolator are you using?

  9. System.InvalidProgramException: Common Language Runtime detected an invalid program

    Ok - can you check the following? - That you don't also have a 64 bit version of NUnit.Core in your GAC (consider running the NUnit uninstaller) - That you don't have any references to NUnit.Core throughout your codebase (often people set these up by accident mistaking NUnit.Core for NUnit.Frame…

  10. NUnit tests don't work when references Typemock assemblies

    Thanks. It looks like this is related to the [url=http://forum.ncrunch.net/yaf_postst259_System-InvalidProgramException--Common-Language-Runtime-detected-an-invalid-program.aspx]other issue you've reported[/url]. I'll try to help you in the other thread :)

  11. NCrunch does not responde at all

    Hi, thanks for posting! I hope you don't mind me shooting some quick questions at you to help understand this issue: - Are there any menu items in the list that give any kind of response? - Does the menu show any engine modes under the 'Set Engine mode' submenu? - Does the failure to select …

  12. Unable to resize columns in Processing Queue window

    Sorry I just have a few more questions as so far I don't yet have a way to reproduce this problem: Does the processing queue start this way the first time you open up NCrunch on your usual solution? Does it do this on any other solutions (that you've noticed)? If it doesn't start this way, …

  13. Ignore changes to AssemblyInfo.cs

    The best way to handle this would be to make sure you have the pre build task disabled. NCrunch usually disables these by default, but if you've implemented it with a custom target then you may need to add a condition to it: <Target Name="BeforeBuild" Condition="$(NCrunch) != '1'"> .... …

  14. Coverage feedback for generics?

    Hi Alexei, Thanks for posting! This could be intentional - can you give me specific details on which of the above lines you see as missing coverage? Thanks! Remco

  15. System.InvalidProgramException: Common Language Runtime detected an invalid program

    Hi, Thanks for reporting this. I'm wondering if this could be related to the other issue you've reported on this forum. Do you have a 64-bit version of NUnit installed in your GAC?

  16. NUnit tests don't work when references Typemock assemblies

    Hi, Thanks for reporting this. Do you see any errors appearing in your processing queue? Or do the tests simply not run at all?

  17. Enable NCrunch grayed out in fresh VS 11 beta install

    Ok - I've implemented a fix for this issue and deployed a new revision of 1.38b (1.38.0.18) to the download page for everyone to grab. The problem itself is caused by abnormal behaviour in some of the VS events that NCrunch relies on around solution opening/closing. Because it looks as though th…

  18. Enable NCrunch grayed out in fresh VS 11 beta install

    Thanks guys. From your feedback, I've been able to reproduce this problem and I am now working on a fix. I will keep you updated.

  19. Build issue - NCrunch halts on failure

    I had some early reports of this problem coming in shortly after 1.38b went public. It was caused by a change made to the analysis method NCrunch uses for establishing project references. Because it was a fairly simple thing to fix, I introduced a separate revision of 1.38b (1.38.0.17) a few hours…

  20. Enable NCrunch grayed out in fresh VS 11 beta install

    This seems to be caused by Visual Studio events that aren't firing consistently. I'm wondering if anyone experiencing this problem can answer the following for me in order to help me reproduce this problem: * Does this problem occur if you open Visual Studio 11 directly onto a solution file (i.e…