最初にページを開いたときにデザイナーに正しく読み込まれる XAML ページがあります。ページ上のコントロールの 1 つがTelerik RadMenu
. Visual Studio デザイナで RadMenuItem のいずれかをクリックすると、次の例外がスローされます。
例外: COM コンポーネントの呼び出しからエラー HRESULT E_FAIL が返されました。
スタックトレース:
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)
内部例外: なし
これにより、デザイナーが機能しなくなり、再び機能させる唯一の方法は、Visual Studio を閉じて再度開くことです。これは私のバグですか、XAML
それとも Telerik / Microsoft に報告する必要がある問題ですか?