这家软件站安装制作分类下的SQLSysClrTypes.msi v1.0官方版,文件大小为1.3M,适用系统为WinAll,以下为介绍或使用方法。
目录
SQLSysClrTypes.msi是在安装Microsoft Report Viewer 2012 Runtime需要的组件,rdlc可编辑需要安装这个microsoft system clr types for sql server 2012/2014,也是在安装ReportViewer2015在安装ReportViewer 11时,若提示缺少必备组件,安装它即可。
使用方法
warning MSB3162: 所选的“Microsoft Report Viewer 2012 Runtime”项需要“Microsoft.SqlServer.SQLSysClrTypes.11.0”。在“系统必备”对话框中选择缺少的系统必备组件,或者为缺少的系统必备组件创建引导程序包。
发布ReportViewer程序遇到这个问题。
到处查了下,发现解决方法是这样的。
1)打开这个路径下的xml文件:
C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\Bootstrapper\Packages\ReportViewer\product.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>
点击星星用来评分