I can run it just fine when I'm in debug mode in VS.NET.
If I'm not running in debug mode the test fails on the MockManager.Init() call giving a message that I need to run mocking_on.bat.
So I open command prompt, navigate to the Program FilesTypeMock.NETTypeMock.NET directory, and run mocking_on.bat.
Then I run the NUnit test again and get the same message.
What gives?