Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Setup ncrunch v3.2 ends real quick

    Thanks Smobley. Sorry for the trouble here. The v3.2 VS2017 installer has a dependency on .NET 3.5. There is a fix coming for this in the next release.

  2. NCrunch runs in different folder than VS Test Runner

    I've had a go at trying to reproduce this issue, but the paths seem to be aligned in my simplistic test cases. I'm wondering if there might be some aspect of MSTest here that I've overlooked. When MSTest runs your tests, is it setting the appdomain's base directory to the same directory as the…

  3. v2.24 not coping referenced assemblies

    Thanks for taking the time to put this together and sending it through! I've successfully reproduced the issue using your build and I have implemented a fix. Would you be interested in trying the build below to see if this solves the problem for you? [url=http://downloads.ncrunch.net/NCrunc…

  4. ncrunch menu missing from vs2017

    Thomas, I'm wondering if you might like to try the build below. This build of NCrunch introduces a number of fallback methods for finding the installation of VS when the COM API fails. I'll be honest here; it's a blind pitch. I hope it should get you up and running. [url=http://downloads.ncr…

  5. Setup ncrunch v3.2 ends real quick

    Hi Matthew, This looks to be caused by a failing VS2017 component. It's the same problem as reported by Thomas here - [url=http://forum.ncrunch.net/yaf_postsm9662_ncrunch-menu-missing-from-vs2017.aspx#post9662]http://forum.ncrunch.net/yaf_postsm9662_ncrunch-menu-missing-from-vs2017.aspx#post9662…

  6. ncrunch menu missing from vs2017

    [quote=EricZimmerman;9661]looks like /vslog changed to just /log get the log here https://cp.sync.com/dl/d1e0bbb60#wynmxwxi-ivjvj5ba-jqrjftsm-8ic87um5 when i install ncrunch the installer works as expected. no errors [/quote] Thanks for the log. It's interesting that there's no men…

  7. ncrunch menu missing from vs2017

    Thanks Thomas. Both of these issues actually originate from the same place. For some reason the COM API used by the NCrunch installer (and the product itself) to find the VS installation is failing. This is somewhat of a problem, because it means that this API isn't reliable in all environments a…

  8. ncrunch menu missing from vs2017

    Thanks! Just to confirm - the issue you have right now is that NCrunch can't find a usable version of MSBuild?

  9. Error -2147287038 (0x80030002 - STG_E_FILENOTFOUND) installing NCrunch 3.2.0.3 for VS2015

    [quote=iangriffiths;9651]aaaaaand...rebooting makes the problem go away. Sorry - should have tried that before posting. :([/quote] I'm glad that fixed it, but don't feel bad about posting this report. It's useful to know that this problem exists and how to resolve it, even if it does muddy the w…

  10. DirectoryNotFoundException

    Thanks for sharing these extra details. Understanding that the relative path to the TestFilesFolder is different under NCrunch than it is otherwise, I understand that there are two possibilities here: 1. The current directory used by NCrunch is not the same as you expect it to be relative to the…

  11. ncrunch menu missing from vs2017

    Ok, a bit of background here ... In VS2017 MS changed the IDE so it no longer registers VS/MSBuild assemblies in the GAC. I assume this was because the GAC doesn't fit well with their new installation process. This introduced a level of complication for products like NCrunch that need MSBuild…

  12. Error -2147287038 (0x80030002 - STG_E_FILENOTFOUND) installing NCrunch 3.2.0.3 for VS2015

    Hi, Thanks for sharing this issue, and also for taking the time to pull out the MSI log. I can only wish that errors like these would be a bit more descriptive. That's Windows Installer I guess. Could you try taking a look at the [url=https://support.microsoft.com/en-us/kb/834484]suggestions…

  13. DirectoryNotFoundException

    Hi, Thanks for sharing this issue. Is it possible that the resources you are trying to access are in a different project to the one containing your tests? If so, this would be a cross-project dependency that will require some special handling on your part to get working with NCrunch. See [ur…

  14. NCrunch runs in different folder than VS Test Runner

    Thanks! Are you using the DeploymentItem attribute, or do you have deployment switched on in your VS MSTest test settings?

  15. ncrunch menu missing from vs2017

    Can you confirm that you're using the latest version of NCrunch? v3.2 introduced a very important fix targeted towards faulty installation under VS2017. The symptom's you've described are disturbingly similar to the problem that was fixed in this build.

  16. NCrunch runs in different folder than VS Test Runner

    Hi, Thanks for sharing this issue. Can you confirm which test framework you're using? I know that in some situations, the AppDomain base directory is inconsistent between MSTest and NCrunch. This is because of the way MSTest handles its 'deployment item' sandboxing, which is different betwee…

  17. Tests using Etg.SimpleStubs don't build

    Hi Max, Thanks for sharing this issue. My assumption here is that this library likely uses a custom build step to generate its mocks. It isn't clear to me why this step would fail to run under NCrunch, but it may be worth trying [url=http://www.ncrunch.net/documentation/troubleshooting_compat…

  18. Memory Leak in Large Project

    [quote=Luciferius;9631]After some more observation it seems, that loading and unloading project has an impact on the growth rate of the memory consumption. I started to use the extension Funnel, where you can switch between different loaded solution configurations. This seem to speed up the allocati…

  19. Not identical at IL-level

    That's unfortunate. I'm having trouble viewing your paste, it seems to have been set to private. Is there any other way you can share it with me? Perhaps submitting it through the [url=https://www.ncrunch.net/support/contact]contact form?[/url].

  20. ncrunch menu missing from vs2017

    Hi, Generally when I've seen this problem, it's an installation issue. Try the removal+reinstallation fix suggested here - [url=http://www.ncrunch.net/documentation/troubleshooting_installation-and-setup-problems]http://www.ncrunch.net/documentation/troubleshooting_installation-and-setup-problem…