Forum member

Dirk Maegh

60 posts

Posts by Dirk Maegh

  1. DispatcherScheduler.Current

    Hello, that does the trick, thx for the great work !

  2. DispatcherScheduler.Current

    Hi, I searched google just now, and found the following link - which seems to be the SDK for 10.0.19041.0. https://go.microsoft.com/fwlink/p/?linkid=2120843 Since NCrunch wants to get it all right, I am a bit inclined to install this on my system. I would like to check whether this solves th…

  3. DispatcherScheduler.Current

    Hi, thanks for your updated documentation. I managed to get this result: [quote] ENGINE - [19:24:35.4155-ProcessOutputRedirectionErr-56] Process 21900: You can resolve the problem by installing the specified framework and/or SDK. ENGINE - [19:24:35.4155-ProcessOutputRedirectionErr-56] Proce…

  4. DispatcherScheduler.Current

    Hello, today I was just trying to create a sample solution. I created an XUnit Test project, using VS2019, all latest upgrade. I copied over the project details from my "faulty" project (the one that nCrunch seems to be unable to build, omitting any content files etc.). The result is I hav…

  5. DispatcherScheduler.Current

    Hi, I just retested the same thing with Resharper (be it on a different computer, NCrunch gives me the same error output, being nCrunch.TaskRunner.Ipc.IpcConnectionClosedException: The connection has been closed) - they have no problem with the project and the test. So I think all necessary requ…

  6. DispatcherScheduler.Current

    Hi, in an XUnit TestProject for .Net Core 5.0, I have a reference to DispatcherScheduler.Current, which should live in namespace System.Reactive.Concurrency. Since I also work with a reference to a WPF project, to test the viewmodels, I need to get the target framework as [quote] <PropertyGr…

  7. Post Build Event exitcode 3

    Hi there, I recently started working at a new client, and let ncrunch have a go at one of the solutions. It fails building several projects, and I suppose these reference each other, so one build failure triggers others. So I started looking at one particular project, called the framework. …

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

    I have been trying to fix this. Debugging through .Net code (not just my code) seems to run fine - odd again. Then I stumbled on this thread: https://stackoverflow.com/questions/6005398/uriformatexception-invalid-uri-invalid-port-specified All I had to do was to add the following code to f…

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

    Hi, I can confirm that the following test fails in VS runner as well. (did not check dotnet test) [TestMethod] public void TestUri() { new Uri(@"pack://application:,,,/Resources/notebook.png", UriKind.Absolute); } with the following exception: System.UriFormatException: Invalid URI: …

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

    Hi, just tested with the new suggested version. Of the two tests in the sample solution, one ran without problems now - 50% fixed ;) The other test showed the following exception System.UriFormatException: Invalid URI: Invalid port specified. at System.Uri.CreateThis(String uri, Boolean d…

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

    I have installed this build, but the tests still fail. I get a different error however. NCrunch encountered an error while trying to construct an environment to execute this test: nCrunch.TaskRunner.Ipc.IpcConnectionClosedException: The connection has been closed at nCrunch.Core.ProcessManag…

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

    Hi I got the following problem, and it seems related to another forum post, but I didn't want to hijack that post, because I don't know it's exactly the same issue. Exception is System.IO.FileNotFoundException: Could not load file or assembly 'PresentationCore, Version=4.0.0.0, Culture=neutral, …

  13. NCrunch on OneDrive

    Hi Remco, I have an environment where OneDrive is storing the stuff that does not make it into git every day. So I have a synced storage folder, with git in it. My project is usually used on one computer. Today however I am trying to build my project on a second computer. For space constrai…

  14. Setup ncrunch v3.2 ends real quick

    On Windows 10, .Net 3.5 is a Windows feature, so I switched it on. After installation, I tried again and the installation ran fine. A big thanks to you and great warm year ending wishes to you !

  15. Setup ncrunch v3.2 ends real quick

    I find in Windows\Microsoft.net\Framework the following directories v1.0 v1.1 v2.0 v3.5 v4.0 in Windows\Microsoft.net\Framework64 v4.0 Looking in installed programs: a bunch of Microsoft .Net related stuff only for 4.5 and 4.6. But they all say Multi-Targeting Pack or SDK . Nothing …

  16. Setup ncrunch v3.2 ends real quick

    Visual Studio 2017RC on Windows 10, all up to date Resharper latest version Tried to install ncrunch, but it ends before it starts copying files, real quick after pressing Install with following error. NCrunch for Visual Studio 2017 Setup Wizard ended prematurely because of an error. Your sy…

  17. NCrunch doesn't start crunching

    Installed v3.1. Testing seems fine now. Thx for the update !

  18. NCrunch doesn't start crunching

    I opened the project properties, changed nothing, saved it again. Ncrunch did not notice or act on it. Opened it again, changed something, saved changed it back, saved. Ncrunch does not notice.

  19. NCrunch doesn't start crunching

    Lightweight option was switched off, as mentioned in previous post. Bug in VS2017 ? I know I edited the post :-) But that's not what I edited. I was adding more information on my situation.

  20. NCrunch doesn't start crunching

    NCrunch 3.0.0.2 VS2017 RC Community Edition Resharper Ultimate 2016.3 EAP10 Opened a solution with several projects, one unittest project, one performance test project, both using NUnit 3.5 Solution explorer keeps saying "loading... lightweight" though lightweight option is switched off. Resh…