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

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

OK, my error.

For the record: I forgot to make the fixture class public.

I do wish there was better error tracing/debugging.

A "debug at error" link would have solved this in an instant. Sigh.

link|improve this answer
1  
That misleading error message is being fixed in the upcoming release. – Mike Stockdale Feb 11 '11 at 1:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.