scriptcs-samples icon indicating copy to clipboard operation
scriptcs-samples copied to clipboard

nunit error

Open filipw opened this issue 10 years ago • 2 comments

From: https://github.com/scriptcs/scriptcs/issues/754

After cloning and running "scriptcs -install" in nunit-runners folder. I then run "scriptcs start.csx" and receive the following error...

ERROR: Assembly not found. - nunit.core.dll

I see nunit.core.dll in the /packages/NUnit.Runners.2.6.2/tools/lib folder. I just installed and started messing around with scriptcs, so I have no idea how it finds libraries.

filipw avatar Mar 21 '15 10:03 filipw

NUNIT Error

Version :2.6.4.14350 .NET FRAMEWORK :.NET 3.5

I have developed scripts in C#-Selenium Webdriver. Whenever I am executing through NUNIT Runner I am getting below error: System.ArgumentOutOfRangeException : Length cannot be less than zero. Parameter name: length

If I change the relative path with Absolute path then it is working fine. I am wondering why this is happening? What is the issue with relative path?

Please advise.

GitHubCTS avatar Apr 22 '15 19:04 GitHubCTS

@GitHubCTS that sounds like a separate problem to the one that @filipw has reported. Can you please open a separate issue and include full instructions for how to reproduce the problem.

adamralph avatar Apr 25 '15 06:04 adamralph