Warning MSB3162: The selected Microsoft report Viewer Runtime entry requires "microsoft.sqlserver.sqlsysclrtypes.11.0". Select the missing prerequisites in the Prerequisites dialog box, or create a bootstrapper package for the missing prerequisites.
The issue ReportViewer program encountered.
Looked everywhere, found that the solution is this way.
1) Open the XML file under this path:
C:\Program Files (x86) \microsoft Sdks\windows\v8.0a\bootstrapper\packages\reportviewer\product.xml
2) Modify the following content in the file:
<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>
Transferred from the following address: http://social.msdn.microsoft.com/Forums/en-US/bd6ecd3b-e778-48f3-8038-fa243bd85987/ Visual-studio-2012-problem-with-report-viewer