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 表单中有类似的错误(至少相同的验证失败部分)。就我而言,我可以通过关闭并重新打开 Visual Studio 并简单地在项目上选择“重建”来解决它。

于 2014-02-06T13:34:08.850 回答
1

我已经通过在 Visual Studio 2012 版中打开同一个项目而不是使用 2010 解决了这个问题(如果我去添加一个按钮,它就像正常工作一样)

请注意,这并不是最好的解决方案(考虑到不是每个人都有 vs 2012 的副本可以切换到)

于 2013-05-28T11:31:09.020 回答