Forum member

jaymclain

4 posts

Posts by jaymclain

  1. Cannot get Grid Node Server with VS 2019 Tools to build .NET Sdk Project

    I think I figured it out! Thanks for your tip on running the GridNode.Console. That pointed me towards the environment config -- which, it tuns out was correct for the local user, but not configured for the system-wide environment. So, running: SETX /M NCrunchVSInstallPath.VS2019 "C:\Program F…

  2. Cannot get Grid Node Server with VS 2019 Tools to build .NET Sdk Project

    Weird, ya, it seemed to work just fine when running the console app... This is what I did from a powershell: stop-service NCrunchGridNode get-service NCrunchGridNode cd "C:\Program Files (x86)\Remco Software\NCrunch Grid Node Server" .\NCrunch.GridNode.Console.exe Then, restarted NCrunch…

  3. Cannot get Grid Node Server with VS 2019 Tools to build .NET Sdk Project

    Sorry for the quick reply...but, I forgot to note that I have tried Grid Node Server 3.28 (downloaded from the website), and 3.29.0.3 which was referenced in another support issue to fix a project file parsing issue -- I receive the same error result from both versions. - Jay

  4. Cannot get Grid Node Server with VS 2019 Tools to build .NET Sdk Project

    Hi, I've been attempting to get a grid node server setup with VS 2019 tools to build a .NET Sdk project. Everything seems to build and run locally fine, but when I enable the grid node in the "NCrunch Distributed Processing" panel, the build fails on the node server (see error below). I create…