If you get this error Erreur :
The command ""C:\Program Files (x86)\NUnit 2.6\bin\nunit-x86.exe""xxx.dll"" exited with code 9009.
To resolve this, you should get back on the properties of your dotnet project (Visual Studio 2008) to manage the post build event
Put some space between the PATH and the Target Filename
"C:\Program Files (x86)\NUnit 2.6\bin\nunit-x86.exe" "$(TargetFileName)"
The command ""C:\Program Files (x86)\NUnit 2.6\bin\nunit-x86.exe""xxx.dll"" exited with code 9009.
To resolve this, you should get back on the properties of your dotnet project (Visual Studio 2008) to manage the post build event
Put some space between the PATH and the Target Filename
"C:\Program Files (x86)\NUnit 2.6\bin\nunit-x86.exe" "$(TargetFileName)"
No comments:
Post a Comment