Forum member

randomsolutions

9 posts

Posts by randomsolutions

  1. slow typing in VS2015

    My team is also having the issues described in this thread ever since upgrading to VS2015. Doing the build property change mentioned above seems to have fixed it.

  2. Missing SDK With Grid Build

    Awesome. It compiles now. The "Is Enabled" checkbox in on the Distributed Processing window is really nice. Thanks!

  3. Missing SDK With Grid Build

    A few other interesting things that may or may not help. 1. My old machine (which is now the "Grid" server I'm having problems with) was able to run this same solution on another grid server with the code in the same place (D:\Projects\...) and the Grid node in the default location. I'm unable to…

  4. Missing SDK With Grid Build

    Thanks, does it have anything to do with the file being in the GAC, so it gets removed, but the references don't get updated? C:\NCrunch Grid Node\5704\4\Project1.Tests\Project1.Tests.csproj <Reference Include="C:\NCrunch Grid Node\Snapshots\1\Project1.Tests\_ncrunchsdks\Microsoft.VisualStudio…

  5. Missing SDK With Grid Build

    Sent the log files. Stopping the service, removing the files and then reconnecting didn't seem to fix the issue.

  6. Missing SDK With Grid Build

    Is this relevant? [18:17:56.6057-Core-17] Removing surplus file from snapshot: C:\NCrunch Grid Node\Snapshots\7\Project1.Tests\_ncrunchsdks\Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll [18:17:56.6067-Core-17] Removing surplus file from snapshot: C:\NCrunch Grid Node\Snapshots\7\Proj…

  7. Missing SDK With Grid Build

    I'm not sure it has anything to do with non-standard VS installations because I'm pretty sure my VS install is in the standard location in this case. How do I find the server logs you're talking about in order to send them to you? (I installed the grid node on an old box that had NCrunch for V…

  8. Missing SDK With Grid Build

    Hello, When I try to set up grid processing, I seem to be getting this error: NCrunch: The following files are expected but do not seem to exist on the computer responsible for building this project: C:\NCrunch Grid Node\Snapshots\1\Project1.Tests\_ncrunchsdks\Microsoft.VisualStudio.QualityTo…

  9. File Change Dependancy

    Hello, I was wondering if there was a way to tell ncrunch to re-run a test when a file changes. For instance, say I have a .sql file and a simple test that just executes that sql file to see if it throws an exception or not. I'd like to have ncrunch automatically run the test whenever I save the …