1

ボタンを 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)

金曜日にエラーなしでこのフォームを編集していたことを考えると、これは一見ランダムです。

4

2 に答える 2

1

私のWPFフォームで同様のエラー(少なくとも同じ検証失敗部分)が発生しました。私の場合、ビジュアルスタジオを閉じて再度開き、プロジェクトで「再構築」を選択するだけで解決できました。

于 2014-02-06T13:34:08.850 に答える