Is the problem with it not finding the application itself, or one of the application's dependencies? You might try using either FileMon or the Fusion Log Viewer to see what exactly is failing. It's possible the issue isn't in finding the app itself, but in locating another dependency. Make sure any dependencies have Copy Local set to True.
How exactly are you starting the NUnit GUI within VisualStudio? If you are setting the "Start external program" under the project's properties, it gives you the option of specifying the working directory. You may need to change this to the build location of your test dll.