我正在开发一个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的提示,以找出有关错误的更多信息以找出根本原因(日志,调试......)?
此致 斯蒂芬