do again
fitSharp.Machine.Exception.TypeMissingException: Type 'do again' not found in assemblies:
file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
file:///C:/Users/mikes/fitsharp/build/debug/Runner.exe
file:///C:/Users/mikes/fitsharp/build/debug/fitSharp.DLL
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
file:///C:/Users/mikes/fitsharp/build/debug/fit.DLL
file:///C:/Users/mikes/fitsharp/build/debug/fitTest.DLL
file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Web.ApplicationServices/v4.0_4.0.0.0__31bf3856ad364e35/System.Web.ApplicationServices.dll
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
file:///C:/Users/mikes/fitsharp/build/debug/fitSharpTest.DLL
file:///C:/Users/mikes/fitsharp/build/debug/TestTarget.DLL
file:///C:/Users/mikes/fitsharp/build/debug/copy of testTarget.dll
file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
at fitSharp.Machine.Engine.ApplicationUnderTest.FindType(NameMatcher typeName)
at fitSharp.Fit.Operators.ParseType.Parse(Type type, TypedValue instance, Tree`1 parameters)
at fitSharp.Machine.Engine.ProcessorBase`2.<>c__DisplayClasse. b__d(ParseOperator`1 o)
at fitSharp.Machine.Engine.Operators`2.Do[O](CanDoOperation`1 canDoOperation, DoOperation`1 doOperation)
at fitSharp.Machine.Engine.ProcessorBase`2.Parse(Type type, TypedValue instance, Tree`1 parameters)
at fitSharp.Machine.Engine.ProcessorExtension.ParseTree[T](Processor`1 processor, Type type, Tree`1 parameters)
at fitSharp.Machine.Engine.ProcessorExtension.ParseString[T](Processor`1 processor, Type type, String input)
at fitSharp.Machine.Engine.ProcessorExtension.ParseString[T,V](Processor`1 processor, String input)
at fitSharp.Machine.Engine.DefaultRuntime`2.Create(String memberName, Tree`1 parameters)
at fitSharp.Machine.Engine.ProcessorBase`2.<>c__DisplayClass12.b__11(RuntimeOperator`1 o)
at fitSharp.Machine.Engine.Operators`2.Do[O](CanDoOperation`1 canDoOperation, DoOperation`1 doOperation)
at fitSharp.Machine.Engine.ProcessorBase`2.Create(String memberName, Tree`1 parameters)
at fitSharp.Machine.Engine.ProcessorExtension.Create[T](Processor`1 processor, String membername)
at fit.Operators.ParseInterpreter.Parse(Type type, TypedValue instance, Tree`1 parameters)
at fitSharp.Machine.Engine.ProcessorBase`2.<>c__DisplayClasse.b__d(ParseOperator`1 o)
at fitSharp.Machine.Engine.Operators`2.Do[O](CanDoOperation`1 canDoOperation, DoOperation`1 doOperation)
at fitSharp.Machine.Engine.ProcessorBase`2.Parse(Type type, TypedValue instance, Tree`1 parameters)
at fitSharp.Machine.Engine.ProcessorExtension.ParseTree[T](Processor`1 processor, Type type, Tree`1 parameters)
at fitSharp.Machine.Engine.ProcessorExtension.ParseTree[T,V](Processor`1 processor, Tree`1 input)
at fitSharp.Fit.Service.ExecuteStoryTest.InterpretTable(Tree`1 table)
at fitSharp.Fit.Service.ExecuteStoryTest.InterpretTables(Tree`1 theTables)
|