#1
|
|||
|
|||
NUnit 2.4.1. & Users
When I am running a nunit project within visual build professional 6.5, I am unable to get the nunit project to build. I get an error - "Failed to create process: The system cannot find the file specified."
However, when another developer who is located 600 miles away runs the same project, the nunit project is able to build sucessfully. We are both accessing the same machine which is using Windows XP through remote desktop and we both have the exact same permissions "Build\Administrator". Does anyone know how to fix this? |
#2
|
|||
|
|||
I forgot to add that I checked the NUnit Assemblies in the file system and they are pointing to the correct dlls.
|
#3
|
|||
|
|||
Something must be different in the environment of the two workstations, please try checking the "Log command-line constructed for call" checkbox on the Options tab of the NUnit step, then execute this command-line manually from a cmd prompt to determine what is not working properly on the workstation receiving the error.
Without more info I would guess that nunit-console.exe is not found by Visual Build Pro, perhaps due to a path not being in the Path environment variable or because NUnit is installed to a non-standard location? |
#4
|
|||
|
|||
I put the NUnit environment variable path in and this seemed to fix the problem. I think what happened was the other developer had his profile setup with the NUnit path already in the environment variables.
Thank you for helping. Feature Request: Visual Build Professional states what file it is looking for when the specified file is not found. |
|
|