Looking over ViewCompoentEx to fnd possible trouble points:
(I guess this is part of the mixed blessing of open-source --- the
only times you learn that someone is actually using your code is when
they have a problem with it)
- Logger property - I don't even remember adding this, so I'm sure I
never got what I planned for it working, but the code looks
straight-forward enough.
- RenderComponent - Here I was just integrating Joey Beninghove's
code, so there could be a hidden problem in his code, or I could have
screwed something up while refactoring it.
- GetSectionText() - This has the best potenial for causing a
problem, since it's most likely to be used than the other two. This
has a StringWriter that probably should have been wrapped in the
using() block. I'm not sure if that could cause the problem you are
seeing, but I've just committed the fixed version.
--
Truth,
James