I am getting this when trying to run NUnit action:
Starting Directory: C:\PHC\BIN\Financial\PHC_PassportHealth.NUnitTest\
Parameters: "C:\PHC\BIN\Financial\PHC_PassportHealth.NUnitTest\PassportHealth.NunitTest.dll" /xml="C:\DOCUME~1\OWEN~1.MAN\LOCALS~1\Temp\FBN1B9.tmp" /nologo /xmlConsole
Output from C:\PHC\BIN\3rdParty\NUnit\vsn\2.4.6.0\nunit-console.exe
Could not load file or assembly 'nunit.framework, Version=2.4.6.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77' or one of its dependencies. The system cannot find the file specified.
Action Failed
C:\PHC\BIN\3rdParty\NUnit\vsn\2.4.6.0\nunit-console.exe returned : -2
I think this is likely because it is starting NUnit from the location where my dll is and NOT from the directory where nuni-console is located.
Can anyone help me out with this?