3

I am trying to integrate NDepend with CruiseControl.NET. However, I get the following build error when I try to build any project: "ERROR: Evaluation issue: Your evaluation period hasn't been activated yet. Please run Visual NDepend to start evaluation". I have already evaluated my NDepend trial version and I have set up the NDepend task in the ccnet config file. Please suggest what I can do!

user1409747
  • 91
  • 1
  • 8

1 Answers1

1

The evaluation mode is likely triggered for each user on the system. Invoke NDepend manually on your build server with the user identity you use to run your CruiseControl.NET instance, dismiss the evaluation dialog, and then try your build again.

Sean Glover
  • 1,766
  • 18
  • 31