When creating a unit test project, I normally setup NUnit as the executing program for the unit testing framework by doing this in the project properties, in the debug settings. This makes it easy to debug, by providing the name of the DLL as a command argument. NUnit executes with the current assembly...