ボタンを WPF フォームにドラッグ ドロップするとエラーが発生します。また、ボタンの xaml を入力しようとしました (同じエラー)
エラー「MS.Internal.Validated+Validation Failure」がスローされました
その後、画面が白くなり、次のように表示されます。
Exception of type 'MS.Internal.Validate+ValidationFailure' was thrown.
at MS.Internal.Validate.Retail(Boolean value)
at MS.Internal.Design.DocumentModel.DocumentTreeManagers.ItemUpdater.ApplyDelta(INodeHost
nodeHost, DeltaItemCollection delta, ModifiableDocumentTree root, DocumentNodeDictionary
oldTable, Boolean updateTable, DocumentNodeDictionary deletedItems, Comparison`1 compare)
at Microsoft.Windows.Design.DocumentModel.Trees.DocumentTreeManager.ApplyDelta(Delta delta,
Comparison`1 compare)
at Microsoft.Windows.Design.Platform.ViewProducerBase.ApplyUpdate(Delta delta)
at Microsoft.Windows.Design.Platform.ViewProducerBase.IncrementalRebuild(DocumentTreeManager
tree, Damage damage)
at Microsoft.Windows.Design.Platform.ViewProducerBase.UpdateView(DocumentTreeManager tree, Damage
damage)
at Microsoft.Windows.Design.DocumentModel.ViewProducer.UpdateView(UpdateDamageArguments args)
金曜日にエラーなしでこのフォームを編集していたことを考えると、これは一見ランダムです。