Click here to Skip to main content
15,884,838 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,

I have the following problem when deploying the project:

Warning 8 The value of the 'PublicKey' attribute in 'Microsoft Report Viewer 2012 Runtime' does not match that of file 'C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\Bootstrapper\Packages\ReportViewer\ReportViewer.msi'. Aamali Program

Also, it is for the other component:

Warning 6 The value of the 'PublicKey' attribute in 'Microsoft® System CLR Types for SQL Server® 2012 (x86)' does not match that of file 'C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\Bootstrapper\Packages\SqlClrTypes_x86\SQLSysClrTypes.msi'. Aamali Program

Problem is that this can not be ignored since it creates problem when installing the software on the other device. Can you please tell how to overcome this problem please?

BR//
Posted

1 solution

It looks like you changed the package for the reportviewer and SQL Server in the project. They do not match from development to deploy. You will need to make a few edits, but here is a link that I found and used a bit ago with a very similar problem ... http://stackoverflow.com/questions/6648955/how-can-i-get-the-redistributable-for-report-viewer-to-be-included-with-my-appli[^]

Don't forget to check the links that you are referencing and the packages to make sure that they conincide.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900