views:

50

answers:

0

Turns out proper process is hard.

I've got two questions that are bugging me in my quest to integrate the above-mentioned tools into my process.

  1. Sandcastle - well, actually, this happened with NDoc as well, so I'm just puzzled. Half the time, when it generates a .chm file, half the links in it are 'dead', or lead to a page not found error. (Note - I work in a closed network, no Internet. This is from a public station).

For that matter, it won't let me create HTML Help 2 files. I do have the SDKs for VS2K5 and VS2K8 installed. What path do I give it?

2 - NUnit - Basically, we have a scheme here where all local dependencies are copied to your local path at program runtime to avoid having to do messy installations. NUnit doesn't seem to be picking them up, and screams about not being able to load dlls. Does it not simulate running from the assembly it's testing? If so, how do I give it a reference path?