I downloaded the new version, and it helped me work through the issues
I was having. I had to put references to FubuCore and HtmlTags in my
project so it copied those files to my bin/debug directory.
Now, I am getting the following error:
Could not find the StoryTeller.dll assembly in the target AppDomain.
You will not be able to execute tests until the StoryTeller.dll file
is copied to D:\Development\LeagueSports\trunk\LeagueSports.StoryTeller
\bin\debug
Couple things to note:
1. StoryTeller.dll is in my bin/debug directory.
2. The version of the StoryTeller.dll assembly and StoryTellerUI.exe
is 1.0.1.108
3. I got the error when I run the StoryTellerUI.exe from a different
directory than my test assembly and from the same directory.
4. I am running W7 64bit
Any thoughts?