Forum member

DanAtkinson

14 posts

Posts by DanAtkinson

  1. Changing expired personal license to company seat license

    Hi there, I totally understand. I just have no need for a personal license at the current time because all of my development work that uses NCrunch is being done professionally in my organisation and so it no longer makes financial sense for me to pay for it out of my own pocket. If you're wor…

  2. Changing expired personal license to company seat license

    Hi there, I am currently have a personal license of NCrunch which I use professionally on my computer (BYOD). However, with my next renewal, I would like to have it paid for by my organisation. This will essentially switch the license to a commercial one as having a company pay (or reimburse me) …

  3. Change location of NuGet build/testing area

    Gah! After further reading of the documentation, I found that the setting is called [b][url=https://www.ncrunch.net/documentation/reference_global-configuration_workspace-base-path]Workspace[/url][/b]. I was searching for everything but this! It would be great if settings had aliases and descript…

  4. Change location of NuGet build/testing area

    Hi there, I'm having some problems with one of my projects where the NuGet directory is required to be at the root of the hard drive. However, whilst the projects get loaded on the same drive, NuGet itself is doing its work on a different drive (nominally my C:\). This results in errors suc…

  5. Receiving test errors after updating to 3.29

    Okay, thank you. In that case, I consider this particular issue resolved and closed. I saw in the documentation for "[url=https://www.ncrunch.net/documentation/reference_project-configuration_track-file-dependencies]track file dependencies[/url]" that it didn't work in .NET Core and assumed that,…

  6. Receiving test errors after updating to 3.29

    [quote=Remco;13759]Could you try deactivating the following two config settings at solution level (or for all projects in the solution) and confirm for me if this makes any difference in the error? [url=https://www.ncrunch.net/documentation/reference_project-configuration_instrument-output-assemb…

  7. Receiving test errors after updating to 3.29

    I was unable to debug the very simple test I created. After it left the End Sub, Visual Studio froze. After about 10 minutes, I get the following dialog message: [quote]A fatal error has occurred and debugging needs to be terminated. For more details, please see the Microsoft Help and Support web…

  8. Receiving test errors after updating to 3.29

    Hi Remco, Thanks for the response. I'll try to answer your questions to the best of my abilities. [quote=Remco;13749]- You mentioned you started having this problem after upgrading your NCrunch. Does downgrading back to the older version you were previously using resolve the problem?[/quote] …

  9. Receiving test errors after updating to 3.29

    Hi, I'm running Visual Studio 2019 (16.2.1), my tests are written against NUnit (3.6), and I'm using NCrunch 3.30. I updated NCrunch after seeing Remco's message about 3.29 but it didn't resolve my problem. Many (but not all) of my tests across multiple solutions are now returning the followin…

  10. NCrunch 3.14 doesn't appear in VS2017

    Hi, Thank you for the reply. I suspected that this would be the case but am surprised there are no maintenance releases. Since 3.14 is the highest version supported by my current license, this is where I'll unfortunately have to leave NCrunch behind. Thanks, Dan

  11. NCrunch 3.14 doesn't appear in VS2017

    Hi there, I have recently installed VS2017 on a new machine and as part of that have put NCrunch 3.14 (my highest licensed version) back on. I had to install it on my other one because it was under powered for my use case so it's been a while since I've used it. NCrunch appears to have install…

  12. The project currently contains references to more than one version of <AssemblyName>

    Hi, You're right. This would very be difficult to accept. The only sensible thing I can think of that doesn't involve editing all of my projects is that the initially suggested feature is baked into NCrunch as a setting. This would allow users to tell NCrunch to ignore (or overwrite) the Assem…

  13. The project currently contains references to more than one version of <AssemblyName>

    Hi there, I'm really sorry but I didn't see an answer to this until now when I was looking into the problem again and someone else asked me for it. Turns out I got an email notification but archived it for whatever reason. Anyway... I hate to dredge this up from over a year ago, but is there a…

  14. The project currently contains references to more than one version of <AssemblyName>

    Hi there, Occasionally, when I'm making a lot of quickfire changes to code and tests, NCrunch will get itself in a pickle and will start throwing build errors such as the following: [quote]The project currently contains references to more than one version of '<AssemblyName>', a direct referenc…