Hello,
I'm trying to modify the transparent theme. I tried copying the transparent theme and changing the namespace, project name, etc. and using the newly compiled .dll file in my main project. I've also created a brand new project and followed the instructions here: http://www.telerik.com/help/silverlight/common-styling-apperance-themes-custom-theme-project-telerik-approach.html but using the Docking.xaml file rather than the Slider.xaml file.
Both of these projects, when applied to my main project, throw a KeyNotFoundException in the MainPage.g.i.cs file (MainPage.xaml has my raddock control in it). I get the error message "The given key was not present in the dictionary." This then bubbles up to the next error which is "Error HRESULT E_FAIL has been returned from a call to a COM component."
Do you have any suggestions on how to diagnose what might be causing this issue, or how to fix it?
I'm trying to modify the transparent theme. I tried copying the transparent theme and changing the namespace, project name, etc. and using the newly compiled .dll file in my main project. I've also created a brand new project and followed the instructions here: http://www.telerik.com/help/silverlight/common-styling-apperance-themes-custom-theme-project-telerik-approach.html but using the Docking.xaml file rather than the Slider.xaml file.
Both of these projects, when applied to my main project, throw a KeyNotFoundException in the MainPage.g.i.cs file (MainPage.xaml has my raddock control in it). I get the error message "The given key was not present in the dictionary." This then bubbles up to the next error which is "Error HRESULT E_FAIL has been returned from a call to a COM component."
Do you have any suggestions on how to diagnose what might be causing this issue, or how to fix it?