我有一个XAML页面,当您第一次打开页面时,它会在设计器中正确加载。页面上的一个控件是Telerik RadMenu
。如果单击Visual Studio设计器中的某个RadMenuItem,则会引发以下异常。
异常:错误HRESULT E_FAIL已从调用COM组件返回 堆栈跟踪:
at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
at MS.Internal.XcpImports.Collection_InsertValue[T](PresentationFrameworkCollection`1 collection, UInt32 index, CValue value)
at MS.Internal.XcpImports.Collection_InsertDependencyObject[T](PresentationFrameworkCollection`1 collection, UInt32 index, DependencyObject value)
at System.Windows.PresentationFrameworkCollection`1.InsertDependencyObject(Int32 index, DependencyObject value)
at System.Windows.Controls.UIElementCollection.InsertInternal(Int32 index, UIElement value)
InnerException:无
这会阻止设计人员工作,让它再次运行的唯一方法是关闭+重新打开Visual Studio。这是我的XAML
的错误还是需要向Telerik / Microsoft报告的问题?
答案 0 :(得分:0)
这是由Visual Studio 2012中的错误引起的.VS 2013没有问题,VS 2012更新4解决了这个问题。