我正在开发一个 WP8 项目,我正在使用 VS 2013 和 Telerik WP8 控件、ReSharper、Windows Phone Controls Toolkit 和其他一些参考资料。(我列出扩展的原因是我阅读了一些关于导致类似问题的参考的帖子)
可视化 XAML 编辑器经常抛出以下错误:
ObjectDisposedException: Cannot access a disposed object.
Object name: 'NativeObject'.
at System.Windows.DependencyObject.MS.Internal.IManagedPeerBase.get_NativeObject()
at MS.Internal.XcpImports.DependencyObject_SetParentForInheritanceContextOnly(DependencyObject doh, DependencyObject parentDO)
at System.Windows.DependencyObject.UpdateEffectiveValue(DependencyProperty property, EffectiveValueEntry oldEntry, EffectiveValueEntry& newEntry, ValueOperation operation)
at System.Windows.DependencyObject.InvalidateProperty(DependencyProperty property)
at MS.Internal.FrameworkCallbacks.InvalidateProperty(IntPtr nativeTarget, UInt32 propertyId)
尽管我了解异常的含义,但我想(确切地)知道是什么原因造成的。我已经使用 /log cmd 行参数启用了 VS2013 的日志记录,但日志没有显示任何内容。
有人知道问题可能是什么,或者可能将我指向正确的方向吗?我也很欣赏任何关于挖掘 V2013 以了解有关错误的更多信息以找出根本原因(日志、调试、...)的提示?
问候,斯蒂芬