Forum member

Daniel Rose

29 posts

Posts by Daniel Rose

  1. NCrunch 2.11 requires .NET framework 4.5.3

    This works. Thank you!

  2. Recommended project file modifications "corrupt" sln file.

    Exactly. This should match one of the actual platforms in your project file. Note that this is only used when no platform value is set. When building from Visual Studio, it always sets the value, so you could write whatever you wanted and wouldn't notice any difference.

  3. NCrunch 2.11 requires .NET framework 4.5.3

    Retargeting everything just to solve this problem seems overkill to me. Why is it falling back on 4.5.3, which is in preview state?

  4. Recommended project file modifications "corrupt" sln file.

    The code in the project file means "if no value for the variable Platform is set, then set it to AnyCPU". However, from your description, your project does not have such a platform. So when - for whatever reason - NCrunch builds the project without any platform set, the platform is set to AnyCPU. Bu…

  5. NCrunch 2.11 requires .NET framework 4.5.3

    I installed the new release of NCrunch. Unfortunately, it doesn't work on my computer. I have Visual Studio 2013 installed, with .NET 4.5.2: An error occurred while analysing this project after it was built: NCrunch encountered an unexpected error occurred while building an environment to analyse…

  6. Failures in NCrunch Processing Queue window

    When I open the [i]NCrunch Processing Queue [/i] window, it is to find out what NCrunch is currently doing. To reduce clutter, I only show the pending and currently processing tasks. However, I just had a case where a build assembly failed, which wasn't shown. I was wondering why NCrunch simply s…

  7. NCrunch stuck in Processing/Reprocessing loop

    I made a log, however there is no ComponentMemberUpdatedEvent: https://onedrive.live.com/redir?resid=1243F1CE2248975A%21103

  8. NCrunch stuck in Processing/Reprocessing loop

    AV is still McAfee VirusScan Enterprise, which is continually updated. I installed 2.8 (both the released version and the beta version you provided in this thread) as a test, and also have the problem there. The problem however is a bit different than it was when I opened the thread. It very s…

  9. NCrunch stuck in Processing/Reprocessing loop

    I have the newest release installed, and again I am having the same problem. As before, if I disable the AV it works. Did anything change which could be causing this?

  10. NCrunch stuck in Processing/Reprocessing loop

    Okay. With the new version, in the log there are no more ComponentMemberUpdatedEvent. So probably the "change" occurs in the FileSystemWatcher, for whatever reason, and then NCrunch notices that the hash of the file hasn't changed. So it doesn't need to do anything. One question: When such a chan…

  11. NCrunch stuck in Processing/Reprocessing loop

    With the hash check feature this problem does not occur anymore. Thanks! Even so, it would be interesting to find out what sort of change is seen by NCrunch. Is there some additional logging in that version? I can send you another log, if you wish.

  12. NCrunch stuck in Processing/Reprocessing loop

    [quote=Remco] The central issue here is that it isn't possible to superficially tell the difference between a 'touch' and a full modification. As far as I'm aware, there's no way you really can tell other than opening the file and comparing it with a previous version somehow. I state this not bec…

  13. NCrunch stuck in Processing/Reprocessing loop

    Now that I am back at work, I can take a look at the logs. [quote=Remco]There's something interesting in here - did you see this? 14:36:34,1425468 0.0000057 System 4 CreateFileMapping C:\VS2010\EXAPTplus-trunk\Exapt.ExaptPlus.Icons\OtherMachiningTab\ReduceToolpath_large.png SUCCESS SyncType: S…

  14. NCrunch stuck in Processing/Reprocessing loop

    I checked with Process Monitor, and the virus scan is only opening for read and reading the files. I'll send you a copy of the relevant data. As for filtering the disk, the problem is that I am in a company, and thus I am not allowed to simply exclude parts of the disk from scanning.

  15. NCrunch stuck in Processing/Reprocessing loop

    I've started it on Visual Studio 2010, and the same problem occurs. I checked the log (I can send it to you if you wish), and there are lots of "updated" files of type .png or .xaml. On a hunch, I disabled my virus scanner (McAfee Enterprise), and the problem disappears. So it appears that when N…

  16. NCrunch stuck in Processing/Reprocessing loop

    Unfortunately, that isn't the problem. I went back and checked out a version from several months ago (which previously definitely worked), and I am hitting the same problem. As I stated, I occasionally had this problem once in a while before, but after a reset of NCrunch (or restart of Visual Studio…

  17. NCrunch stuck in Processing/Reprocessing loop

    I have NCrunch 2.7 (although I noticed this issue in older versions as well) on VS 2013: Sometimes NCrunch gets stuck in an infinite processing/reprocessing loop. While building an assembly, the status is processing, then switches to reprocessing, then processing, etc. Disabling/enabling NCrunch …

  18. Test runner process crashes

    Too bad. Thanks for trying!

  19. Test runner process crashes

    I am using NUnit. I created a sample app: [url=https://onedrive.live.com/redir?resid=1243F1CE2248975A%21103]SkyDrive[/url] You'll find a StackTrace.txt with a stack trace of a crash. It was relatively difficult to reproduce, since it apparently is very timing-sensitive. I set the timeout (via th…

  20. Test runner process crashes

    Hi Remco, I understand the concept of test timeouts and it is very useful. It is just that when a timeout occurs, it shouldn't crash the entire process.