Joao,
My apologies, there was a change I was supposed to make to the sample
project to get it to work with Concordion 0.1.42.128 because there was
a change in the way the specifications are stored and found. I have
made the fix to the sample and uploaded it to the project page. Try
downloading that and see if you're getting the same problem.
The problem is that when specifications are stored as embedded
resources (which was a change brought about in 0.1.42.128) .net
automatically prefixes the default namespace of the assembly to the
front of an embedded resource thus a resource stored in Calculator
\Calculator.html in an assembly with default namespace of
Calculator.Spec is referenced as
Calculator.Spec.Calculator.Calculator.html. This is different from
what was required in previous versions.
Sorry for the confusion! Let me know if you have further troubles.
On Aug 6, 6:41 am, Jeffrey Cameron <
jeffreycame...@gmail.com> wrote:
> OK Joao,
>
> I will have some time tonight to look into this for you and see if I get the
> same problem.
>