当我尝试将 PivotViewer 控件拖到 MainPage.xaml 时收到此错误。
导致我达到这一点的步骤如下......
- 安装的 PivotViewer SDK
- 创建了一个新的 Silverlight 业务应用程序
- 添加了对 System.Windows.Pivot 的引用
在 XAML 中将此添加到我的 UserControl 标记中:
xmlns:pivot="clr-命名空间:System.Windows.Pivot;assembly=System.Windows.Pivot"
将 PivotViewer 控件拖到 MainPage.xaml
有什么解决办法吗?
编辑 这是有关错误消息的更多信息
Error HRESULT E_FAIL has been returned from a call to a COM component.
at MS.Internal.XcpImports.MethodEx(IntPtr ptr, String name, CValue[] cvData)
at MS.Internal.XcpImports.MethodPack(IntPtr objectPtr, String methodName, Object[] rawData)
at MS.Internal.XcpImports.Collection_Add[T](PresentationFrameworkCollection`1 collection, Object value)
at System.Windows.PresentationFrameworkCollection`1.AddImpl(Object value)
at System.Windows.PresentationFrameworkCollection`1.System.Collections.IList.Add(Object value)
at Microsoft.Expression.DesignModel.InstanceBuilders.ClrObjectInstanceBuilder.InstantiateChildren(IInstanceBuilderContext context, ViewNode viewNode, DocumentCompositeNode compositeNode, Boolean isNewInstance)