When I checked it out from svn onto my Windows environment I got this error when trying to run: ./nunit-console.exe:
Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'nunit-console-runner, Version=2.4.7.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77' or one of its dependencies. Access is denied.
File name: 'nunit-console-runner, Version=2.4.7.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77' ---> System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
at NUnit.ConsoleRunner.Class1.Main(String[] args)File name: 'nunit-console-runner, Version=2.4.7.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77' ---> System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
I had created a problem for myself because various dll's didn't have 'execute' flag enabled.
To fix this in a brutal way, from the cmd.com, I used:
cacls nunit.core.dll /p /e Everyone:F
No comments:
Post a Comment