I'm trying to follow along in the free ebook "Test Driven .NET Development With FitNesse: Second Edition" from http://gojko.net/fitnesse/book/
The HelloWorld example works great, but 2nd example (page 41) always fails with an error of:
fitSharp.Machine.Exception.TypeMissingException: Type 'DoFixture' not found in assemblies
For the life of me, I can't figure out what is different that will make the 2nd example fail.
Using VS2005
Can anyone confirm/help?
Thanks