The two issues you mentioned are almost certainly related. In both cases, the XAML file will be processed in order to create a control. One for design purposes and the other for runtime. If there is an exception being generated at runtime while parsing the file then it follows that the designer will also be having problems with the file.
I think you need to focus on the original bug and then come back to this one. One should almost certainly fix the other.
JaredPar
2009-05-28 13:58:30