Forum member
rold2007
2 posts
Posts by rold2007
-
Incompatibility with Cudafy.Net
Hi, I just encountered an issue while adding new tests to a class containing some "[url=https://cudafy.codeplex.com]Cudafy[/url]" code. Running the code with NCrunch caused compilation problems for Cudafy. After a while I realized that Cudafy was compiling code where NCrunch had already added som…
27 May 2014 09:15 UTC
-
The current SynchronizationContext may not be used as a TaskScheduler.
I just had the same problem using NCrunch 2.2.0.2 and I resolved it by calling SynchronizationContext.SetSynchronizationContext(new SynchronizationContext()) as seen on this question http://stackoverflow.com/questions/8245926/the-current-synchronizationcontext-may-not-be-used-as-a-taskscheduler
11 Jan 2014 04:16 UTC