当前位置:编程学习 > C#/ASP.NET >>

silverlight项目报错信息”对 COM 组件的调用返回了错误 HRESULT E_FAIL“

我用silverlight做的项目做换肤功能的时候出现 “对 COM 组件的调用返回了错误 HRESULT E_FAIL”错误代码:

 ResourceDictionary rd = new ResourceDictionary();
                rd.Source = new Uri("/Elevator;component/Themes/System.Windows.Controls.Theming.TwilightBlue.xaml", UriKind.Relative);
                Application.Current.Resources.MergedDictionaries.Add(rd);   

请大神指教
补充:.NET技术 ,  C#
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,