There seems to be a small handful of people who are using FitNesse with .Net 2.0 and a smaller handful (me included) are having issues with the fitness command line tool (TestRunner.exe)
The error is Type <yourTestTypeName here> could not be found in assemblies.
I posted the following comment over at Cory Foy's APress blog in his highly useful entry
Getting up and running with Fitnesse.NET
If anyone else is either having these kind of problems or if you have solved this problem, please let me know. I'll make sure to post the solution when we find it.
******************************************** Begin Post
We're running the dotnet2 dlls and having an interesting issue.
We have 2 sets of 2 test runs using "Division"
Set1, Test run 1 : Run Division on localhost using the web page and dotnet2\FitServer.exe
Set1, Test run 2 : Run Division on localhost using the command line and dotnet2\TestRunner.exe
Set2, Test run 1 : Run Division on buildserver using the web page and dotnet2\FitServer.exe
Set2, Test run 2 : Run Division on buildserver using the command line and dotnet2\TestRunner.exe
Set1, Test1 : Pass
Set1, Test2 : Pass
Set2, Test2 : Pass
Set2, Test2 : Fails with:
System.ApplicationException: Type 'MyTestNameSpace.Division' could not be found in assemblies.
Is there some kind of permissions issue with the build server that could be causing this issue?
******************************************** End Post