Forum member

mfjerome

6 posts

Posts by mfjerome

  1. System.OutOfMemory Exception

    Thanks Remco, I've tried your suggestions but I still had some problems so I deactivated Resharper and it fixed the problem. We're working with virtualized remote desktops and I guess the usage of these 2 heavy memory consuming tools at once is triggering memory allocation issues on the server. …

  2. System.OutOfMemory Exception

    Hi, I use NCrunch every day and still happy with it. But since this morning, I've been getting this error in the Processing Queue which totally stop the tool from working. [14:29:49.1602-BuildTask-37] ERROR (Internal): System.OutOfMemoryException: Exception of type 'System.OutOfMemoryExcept…

  3. NCrunch fails when building certain assemblies: PathTooLongException

    [quote=Remco;762]The fix for the above problem has now been released as part of 1.36b. Please let me know if this solves the problem for you.[/quote] Awesome! The new message helped us to dig out a problem in some .vbproj, where a specific reference was registered with an absolute path instead o…

  4. NCrunch fails when building certain assemblies: PathTooLongException

    Ok thank you. I'll get back to you as soon as possible!

  5. NCrunch fails when building certain assemblies: PathTooLongException

    Thank you for the fast response. Naming the file in cause in the stacktrace would make it so much easier to find the cause. Unfortunately we can't change the structure of directories now, since the projects are deployed on dozens of computers. We don't have any other issues with pathnames as of …

  6. NCrunch fails when building certain assemblies: PathTooLongException

    Hi there, I'm working with my team on a fairly large web project, with thousands of tests, and we are trying out NCrunch to see if it can help us as we are working in TDD. The tool looks very promising and we are excited with what we have seen yet. Sadly, some assemblies aren't covered as NCru…