未指定的错误(来自HRESULT(E_FAIL)的异常)

时间:2011-08-17 18:16:04

标签: .net silverlight pivotviewer

当我尝试将PivotViewer控件拖到MainPage.xaml上时,我收到此错误。

enter image description here

使我达到这一点的步骤如下......

  1. 安装了PivotViewer SDK
  2. 创建了新的Silverlight业务应用程序
  3. 添加了对System.Windows.Pivot
  4. 的引用
  5. 将此添加到XAML中的UserControl标记:

    的xmlns:枢轴= “CLR-名称空间:System.Windows.Pivot;装配= System.Windows.Pivot”

  6. 将PivotViewer控件拖到MainPage.xaml

  7. 任何解决方案?

    编辑以下是有关错误消息的更多信息

    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)
    

1 个答案:

答案 0 :(得分:1)

PivotViewer需要Silverlight工具包。您是否拥有项目中引用的工具包?因为这可能是轰炸。