Forum member

gareththackeray

4 posts

Posts by gareththackeray

  1. VS 2013 crashes

    Looks like it was memory - I allocated more to the VM where I run VS and it has been stable. Thanks.

  2. VS 2013 crashes

    OK thanks Remco. It is indeed a standard Windows exception box (Visual Studio has stopped...) I have wondered whether it's a memory thing - I shall try to keep an eye out.

  3. VS 2013 crashes

    Hi, I find VS 2013 crashes repeatedly while I have NCrunch enabled. I just upgraded to 2.4 and this has not helped. Any ideas? Thanks, Gaz

  4. DLLs Copied to project(s) root directory

    Hi, Just wondering if you'd made any progress with this issue? We have a post-build event that copies the built binaries (and PDBs) into a "references" folder, from where they can be referenced by other solutions. When we do a normal build of a project, the copying of the binaries triggers …