https://bugzilla.novell.com/show_bug.cgi?id=377039
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=377039#c3 Sebastien Pouliot <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] --- Comment #3 from Sebastien Pouliot <[EMAIL PROTECTED]> 2008-04-04 06:37:28 MST --- Looks like "res" is null (dependencyobject.cpp:1362) because of the bad syntax in Storyboard.TargetProperty="Canvas.Left" which should be Storyboard.TargetProperty="(Canvas.Left)" (which explains why SL does not like it) so it's not initialized (while processing the '(' character) I'm a bit sad that the fuzzer did not catch this earlier :| will have a look... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
