Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. IndexOutOfRangeException with new instrumentation mode

    Hi, thanks for sharing this problem. Could you check whether the build below solves this for you? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.3.0.11.msi]NCrunch_Console_4.3.0.11.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.3.0.11.zi…

  2. Could not load file or assembly 'PresentationCore, Version=4.0.0.0,...

    Thanks for sending through the sample. We'll take a look at this and will get back to you as soon as we have more information.

  3. UI Tests on a Grid Node

    You're welcome! Thanks for using NCrunch :)

  4. UI Tests on a Grid Node

    Hi Martin, Yes, this is absolutely possible. Your tests are probably failing to run because by default, the grid node service installs as a background service running under the local system account. You have a couple of options here. Firstly, you can change the logged in user for the 'NCrunc…

  5. Getting "The type or namespace name 'Http' does not exist in the namespace 'System.Web'"

    [quote=MrClyfar;14392]Hello. Basically as the unit test project was testing against an MVC api controller, the unit test project needed another NuGet package installed (something like Microsoft.Web.Api.Core the exact name escapes me right now). After I installed that package, NCrunch was happy. [/…

  6. Getting "The type or namespace name 'Http' does not exist in the namespace 'System.Web'"

    Hi, thanks for sharing this problem. Does your build system give any warnings that might contain useful information? Usually when a reference gets stripped out, there's some information in the build system to give a clue about this. Would you mind submitting a bug report straight after you've h…

  7. Could not load file or assembly after 4.2.0.7 update

    Ok. Here's the next try. Thanks for your patience with this issue ... it's been a bit of a nightmare here. I'm feeling a bit more confident about this build: [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.3.0.10.msi]NCrunch_Console_4.3.0.10.msi[/url] [url=https://s3.ama…

  8. Could not load file or assembly 'PresentationCore, Version=4.0.0.0,...

    Hi Dirk, Thanks for sharing this issue. We've been on a bit of a roller coaster with these sorts of issues over the last couple of months. Would you be interested in trying the build below to see if this solves the issue for you? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunc…

  9. Performance enhancement for grid nodes

    Hi, thanks for sharing your thoughts on this. This is something that we've looked into before, but decided not to change at this time for two reasons: 1. It's surprisingly complex to do. In situations where solutions contain tests that target specific nodes (i.e. using 'capabilities'), it isn…

  10. Razor page .Views.dll is not copied to integration test project

    Thanks for sharing this issue with the sample to reproduce it. I can confirm that the problem is caused by NCrunch not copying the Views assembly between the workspaces. Doing this manually allows the tests to pass normally. The file isn't being copied by NCrunch as it's an unrecognised seconda…

  11. Could not load file or assembly after 4.2.0.7 update

    An update on this issue. I haven't yet found a way to solve this that I'm certain won't break other things. Such is the nature of .NET Core dependency resolution it seems. The problems you're experiencing with this solution are all tied to package sub-dependency conflicts in your referencing st…

  12. Cannot run NUnit tests when datatypes in WPF DotNet Core assemblies are referenced

    Are you able to build a sample solution that can produce this issue? Are you able to produce it by running your tests one at a time?

  13. Could not load file or assembly after 4.2.0.7 update

    Thanks for confirming. It looks like the problem I've just spent the last 3 days solving was not exactly the same thing you've been hit with. I'll keep digging and will get back to you.

  14. Cannot run NUnit tests when datatypes in WPF DotNet Core assemblies are referenced

    Thanks for sending through the report. It looks like the process isn't giving us any error information in the NCrunch logs. This means that something is going wrong inside the platform itself. Can you see anything inside the windows event viewer related to the process that's blowing up? Ha…

  15. Could not load file or assembly after 4.2.0.7 update

    Would you be interested in trying the build below to see if this solves the problem for you? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.3.0.9.msi]NCrunch_Console_4.3.0.9.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.3.0.9.zip]NCrunch_C…

  16. Could not load file or assembly after 4.2.0.7 update

    [quote=IngemarWard;14366]Done![/quote] Thanks! I've received the package and reproduced the problem more or less as described. This looks complicated. It might be a few days. I'll let you know as soon as a fix is available.

  17. What has impacted a test?

    Hi Kevin, Thanks for posting! If the code generation produces a consistent result, then it shouldn't trigger the impact detection. Most likely the cause for this not working correctly on the CI server is that the NCrunch cache file isn't being preserved between runs. Check that you have the [u…

  18. Risk/Progress bar not remembering width.

    [quote=stevehjohn;14361]It looks like it might be related to different DPIs. The width seems to vary depending upon whether I'm on my retina laptop screen or plugged into a 1080p monitor. [/quote] Is it possible that the saved splitter distance simply looks different because the bar is of a diff…

  19. Could not load file or assembly after 4.2.0.7 update

    [quote=IngemarWard;14362] But when submitting I got an error message: "Sorry! The page you tried to access does not exist. Click here to return to the home page of NCrunch.NET." Tried two times Did you get it? Or did the submit form not allow it throuth?[/quote] I wonder if it might be ov…

  20. Cannot run NUnit tests when datatypes in WPF DotNet Core assemblies are referenced

    [quote=Magnus;14357]Tried it, same behavior.[/quote] Sorry to hear that. Would you be able to submit an NCrunch bug report right after this has happened to you? The report may yield some more information about why the process is suddenly disappearing. Also, just to confirm - you mentioned th…