tags:

views:

31

answers:

0

Hi all. This is just a quick, low-priority question seeing as it doesn't effect the way the application runs, just throws some unsightly errors that I'd like to get rid of.

I have a storyboard sets up via the SetTargetProperty method and when all my paths are setup. The question here doesn't refer to debugging this part or anything like that. It works.

However, calling storyboard.Begin() kicks out an InvalidOperationException with the following message:

'[Unknown]' property does not point to a DependencyObject in path '(0)[0].(1)[3].(2).(3).(4)[0].(5)'

Basically, what I'm hoping is that there is a way to find out when the property is '[Unknown]' so that I can just tell the storyboard to sit still and not begin.

Any ideas?

Thanks in advance.