Forum member

alexpolajenko

8 posts

Posts by alexpolajenko

  1. Variables not in Context while debugging

    This worked yesterday but ... Today when I debug locally, some variables are not visible when I place my mouse over them. When I Watch them, VS2015 says they are not in context. What is going on?

  2. Test Only Build Locally

    I went ahead and jsut created a new unit test project and put in the test I needed. Now everything works

  3. Test Only Build Locally

    Here is something else I just did. In my existing solution, I created a new unit test project, added all my references. Then I turned off local and remote only. The new test project built remotely! Unfortunately the tests I was running is using a sql express database also so the tests fail …

  4. Test Only Build Locally

    I submitted a report through the ui.

  5. Test Only Build Locally

    [quote=Remco;10505]Thanks for confirming this. A few more things to check: - Does turning off your local processing in the Distributed Processing Window then resetting the engine make any difference to this behaviour? - If you set up a new little solution with a test project containing a single…

  6. Test Only Build Locally

    [quote=Remco;10502]Check that the project doesn't have a required capability configured. See here for more information - [url=http://www.ncrunch.net/documentation/reference_project-configuration_required-capabilities]http://www.ncrunch.net/documentation/reference_project-configuration_required-capa…

  7. Test Only Build Locally

    [quote=Remco;10496]Hi, thanks for posting! I'll need some more information before I can properly answer this question. Here's a few questions to help understand the situation: - If you open the Processing Queue Window, do you see build/analysis tasks for your projects on both your local machi…

  8. Test Only Build Locally

    I have setup distributed processing on one of my servers. I went through all the documentation and all projects build successfully on the server EXCEPT for the tests themselves. Any idea why?