zoukankan      html  css  js  c++  java
  • warning MSB3162: 所选的“Microsoft Report Viewer 2012 Runtime”项需要“Microsoft.SqlServer.SQLSysClrTypes.11.0”。在“系统必备”对话框中选择缺少的系统必备组件,或者为缺少的系统必备组件创建引导程序包。

    warning MSB3162: 所选的“Microsoft Report Viewer 2012 Runtime”项需要“Microsoft.SqlServer.SQLSysClrTypes.11.0”。在“系统必备”对话框中选择缺少的系统必备组件,或者为缺少的系统必备组件创建引导程序包。

    发布ReportViewer程序遇到这个问题。

    到处查了下,发现解决方法是这样的。

    1)打开这个路径下的xml文件:

    C:Program Files (x86)Microsoft SDKsWindowsv8.0ABootstrapperPackagesReportViewerproduct.xml

    2)修改文件中的以下内容:

    <RelatedProducts>
    <EitherProducts>
    <DependsOnProduct Code="Microsoft.Net.Framework.3.5.SP1" />
    <DependsOnProduct Code=".NETFramework,Version=v4.0,Profile=Client" />
    <DependsOnProduct Code=".NETFramework,Version=v4.0" />
    <DependsOnProduct Code=".NETFramework,Version=v4.5" />
    </EitherProducts>
    <DependsOnProduct Code="Microsoft.SqlServer.SQLSysClrTypes.11.0.x86" />
    <DependsOnProduct Code="Microsoft.SqlServer.SQLSysClrTypes.11.0.x64" />
    </RelatedProducts>

    转自以下地址:http://social.msdn.microsoft.com/Forums/en-US/bd6ecd3b-e778-48f3-8038-fa243bd85987/visual-studio-2012-problem-with-report-viewer

  • 相关阅读:
    类操作工具类
    让你的Git水平更上一层楼的10个小贴士
    android camera(四):camera 驱动 GT2005
    android camera(三):camera V4L2 FIMC
    android camera(二):摄像头工作原理、s5PV310 摄像头接口(CAMIF)
    android camera(一):camera模组CMM介绍
    MTK Android Driver知识大全
    makefile 进阶
    RGB Bayer Color分析
    8.3 MPI
  • 原文地址:https://www.cnblogs.com/qiu2013/p/3722226.html
Copyright © 2011-2022 走看看