Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Invalid Casting Exception

    When you break in with the debugger, are you doing this using NCrunch's debug features, or with another test runner? Note that other test runners won't use the same assembly resolution logic as NCrunch, so you probably won't see any useful information from them around this issue. Does the NCrunch …

  2. NCrunch Build Failing on MATLAB Reference

    Thanks Chris - I'll take a look at the issue and will get back to you when I have more information.

  3. NCrunch littering DLLs about the solution's source folders.

    Hi Tom, I've seen this myself, and others have also reported it. It's an elusive problem that so far I've been unable to recreate consistently enough to find out what is happening. My suspicions are that something in NCrunch's build integration is doing it. If you can find a clear pattern fo…

  4. Using NCrunch with JustMock

    Hi Thorsten - I've been having difficulty reproducing the problem you've described while using the same version of NCrunch/JustMock, and I'm wondering if there may be something in your environment that's surfacing a problem. When your tests are running with NCrunch and JustMock, do you see a '…

  5. Priority attribute condition in engine mode

    Thanks for the suggestion! I'll see what I can do.

  6. Invalid Casting Exception

    Hi, thanks for posting! It looks to me like there may be an issue with the same assembly being loaded into the application domain twice. You may be able to confirm or deny this by stepping with the debugger to the exception point, then checking the list of loaded modules for duplicates. Are y…

  7. NCrunch Build Failing on MATLAB Reference

    Hi Chris - I haven't heard of anyone using NCrunch with a MATLAB project before, so this is uncharted territory .. but let's see if we can get this to work :) If you right click on the project with a failing build, then choose Advanced->Browse to workspace, can you find the MWArray.dll file in…

  8. ... could not be converted to a type library

    Hi, thanks for posting! Often the 'Copy Referenced Assemblies to workspace' setting needs a reset of the engine before it properly takes effect, so it's possible that this configuration setting has solved the problem you described. The C++ error you're receiving looks like it's probably due to…

  9. Using NCrunch with JustMock

    Something I noticed before looking into this in detail: http://gimparm.blogspot.co.nz/2012/03/telerik-justmock-enabling-profiler-from.html It appears that Telerik have introduced an extra environment variable in a new version. NCrunch doesn't supply this, so likely the auto integration will fail…

  10. Using NCrunch with JustMock

    Thanks - I'll give it a try and will get back to you!

  11. Way to get executable compiled project? And some more questions...

    NCrunch will usually disable itself if you run the configuration wizard, as many of the settings controlled by the wizard can only be changed while the engine is stopped. You should be able to re-enable NCrunch via the normal menu at the top. Anyway feel free to send through any details if you m…

  12. Using NCrunch with JustMock

    Hi Thorsten, Can you share any more information about the version of JustMock you're using? Did this problem surface immediately after upgrading NCrunch?

  13. Way to get executable compiled project? And some more questions...

    Thanks - I'll PM you an email address you send can it through to. Cheers, Remco

  14. Way to get executable compiled project? And some more questions...

    Good to hear! I didn't know about the Russian display issue. Is there any chance you can show me a screenshot of this? I'd really like to have it sorted before the 1.40b release goes out the door properly :)

  15. Way to get executable compiled project? And some more questions...

    This looks like a localisation issue while parsing the exception being thrown. There's a fix available for this in a development build of 1.40b if you'd like to give it a try. Download links are available on this thread: http://forum.ncrunch.net/yaf_postst378_Never-ending-test-execution.aspx

  16. Way to get executable compiled project? And some more questions...

    Hi, The creation of these folders is handled by MSBuild. Most likely the reason you're seeing strange behaviour is because NCrunch doesn't override the $(Configuration) and $(Platform) build properties - it will instead use the defaults as provided in the .proj file. The best way to get an un…

  17. TestCase attribute with ">" fails to run

    Hi Monkeywoo, What is your current setting for the 'Framework utilisation type for NUnit' under your NCrunch solution configuration? Does the problem go away if you change this setting? Cheers, Remco

  18. NCrunch can't seem to build metro projects

    Hi, Thanks for reporting this. I haven't yet had the chance to update NCrunch for full support of the latest VS2012 RC, though I'll make sure I look into this while doing so. Cheers, Remco

  19. Installer for VS 2012 RC

    Thanks for the heads up - I'll adjust the instructions to include the (x86)

  20. Way to get executable compiled project? And some more questions...

    NCrunch will always use the build configuration that's specified in your .proj file (it doesn't consider the build configuration selected in VS), so most likely you have the x64 configuration set as the default in the .proj file for this EXE. This should be a very simple fix - just adjust the lines…