xyzzer / WinRTXamlToolkit

WinRT XAML Toolkit
Other
282 stars 67 forks source link

COMException in DependencyPropertyAnimationHelper.cs(65) #36

Open matsujirushi opened 8 years ago

matsujirushi commented 8 years ago

I want to use binding on Chart. But I catch this COMException in DependencyPropertyAnimationHelper.cs(65).

Unspecified error Cannot find a resource with the given key.

GetStoryboardKey(propertyPath) = "ActualDependentValue"

Please give me a advice.

matsujirushi commented 8 years ago

https://msdn.microsoft.com/en-us/library/ms601221(v=vs.95).aspx "The object if it exists; otherwise, null."

https://msdn.microsoft.com/ja-jp/library/windows/apps/windows.ui.xaml.resourcedictionary.item "The element value at the specified key index."

Um... The object if it not exists by UWP, throwing COMException???

xyzzer commented 8 years ago

Not sure what you mean. COMException is a generic error. Can you share some sample code to reproduce it?

matsujirushi commented 8 years ago

Up a sample code. https://drive.google.com/open?id=0Bw7FgCy5HgpFZ3p6WWF1N2hjRWc