Discussion:
public key mismatch after update
(too old to reply)
mikejt4
2009-10-16 06:13:10 UTC
Permalink
Since installing the .NET security updates a couple of days ago, I now
get a warning message when building my deploy project:

Warning 1 The value of the 'PublicKey' attribute in 'Microsoft Visual
Studio 2008 Report Viewer' does not match that of file 'C:\Program
Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\ReportViewer
\ReportViewer.exe'.

Sure enough, in
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages
\ReportViewer
(which was updated 2 days ago) the public key is
3082010A0282010100A2DB0A8DCFC2C1...(etc)

whereas in
C:\Program Files\Microsoft Visual Studio 9.0\ReportViewer
(which apparently got missed) the public key is
00240000048000009400000006020000002...(etc)

How can an update alter the redist version, without updating the build
version? Is this going to be addressed? How can I fix the warning? (we
don't allow warnings in our projects).

thanks,
Michael
unknown
2009-12-07 10:09:43 UTC
Permalink
Hello Michael,
Did you solve this issue ?
I am facing the same issue and have a hard time finding a solutions

/Ken



mikejt4 wrote:

public key mismatch after update
26-Oct-09

Since installing the .NET security updates a couple of days ago, I now
get a warning message when building my deploy project:

Warning 1 The value of the 'PublicKey' attribute in 'Microsoft Visual
Studio 2008 Report Viewer' does not match that of file 'C:\Program
Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\ReportViewer
\ReportViewer.exe'.

Sure enough, in
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages
\ReportViewer
(which was updated 2 days ago) the public key is
3082010A0282010100A2DB0A8DCFC2C1...(etc)

whereas in
C:\Program Files\Microsoft Visual Studio 9.0\ReportViewer
(which apparently got missed) the public key is
00240000048000009400000006020000002...(etc)

How can an update alter the redist version, without updating the build
version? Is this going to be addressed? How can I fix the warning? (we
do not allow warnings in our projects).

thanks,
Michael

Previous Posts In This Thread:

On Monday, October 26, 2009 8:39 PM
mikejt4 wrote:

public key mismatch after update
Since installing the .NET security updates a couple of days ago, I now
get a warning message when building my deploy project:

Warning 1 The value of the 'PublicKey' attribute in 'Microsoft Visual
Studio 2008 Report Viewer' does not match that of file 'C:\Program
Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\ReportViewer
\ReportViewer.exe'.

Sure enough, in
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages
\ReportViewer
(which was updated 2 days ago) the public key is
3082010A0282010100A2DB0A8DCFC2C1...(etc)

whereas in
C:\Program Files\Microsoft Visual Studio 9.0\ReportViewer
(which apparently got missed) the public key is
00240000048000009400000006020000002...(etc)

How can an update alter the redist version, without updating the build
version? Is this going to be addressed? How can I fix the warning? (we
do not allow warnings in our projects).

thanks,
Michael


Submitted via EggHeadCafe - Software Developer Portal of Choice
Format Dates: mm/dd/yyyy instead of m/d/yy
http://www.eggheadcafe.com/tutorials/aspnet/c92f60ed-be93-4249-adf9-7689cab0aeaf/format-dates-mmddyyyy.aspx
DHSJr
2009-12-17 21:48:02 UTC
Permalink
Check out this post It fixed my issue
http://social.msdn.microsoft.com/Forums/en/vsreportcontrols/thread/c3ac3f6a-4efb-4598-aead-342cabdfbde5
Post by unknown
Hello Michael,
Did you solve this issue ?
I am facing the same issue and have a hard time finding a solutions
/Ken
public key mismatch after update
26-Oct-09
Since installing the .NET security updates a couple of days ago, I now
Warning 1 The value of the 'PublicKey' attribute in 'Microsoft Visual
Studio 2008 Report Viewer' does not match that of file 'C:\Program
Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\ReportViewer
\ReportViewer.exe'.
Sure enough, in
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages
\ReportViewer
(which was updated 2 days ago) the public key is
3082010A0282010100A2DB0A8DCFC2C1...(etc)
whereas in
C:\Program Files\Microsoft Visual Studio 9.0\ReportViewer
(which apparently got missed) the public key is
00240000048000009400000006020000002...(etc)
How can an update alter the redist version, without updating the build
version? Is this going to be addressed? How can I fix the warning? (we
do not allow warnings in our projects).
thanks,
Michael
On Monday, October 26, 2009 8:39 PM
public key mismatch after update
Since installing the .NET security updates a couple of days ago, I now
Warning 1 The value of the 'PublicKey' attribute in 'Microsoft Visual
Studio 2008 Report Viewer' does not match that of file 'C:\Program
Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\ReportViewer
\ReportViewer.exe'.
Sure enough, in
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages
\ReportViewer
(which was updated 2 days ago) the public key is
3082010A0282010100A2DB0A8DCFC2C1...(etc)
whereas in
C:\Program Files\Microsoft Visual Studio 9.0\ReportViewer
(which apparently got missed) the public key is
00240000048000009400000006020000002...(etc)
How can an update alter the redist version, without updating the build
version? Is this going to be addressed? How can I fix the warning? (we
do not allow warnings in our projects).
thanks,
Michael
Submitted via EggHeadCafe - Software Developer Portal of Choice
Format Dates: mm/dd/yyyy instead of m/d/yy
http://www.eggheadcafe.com/tutorials/aspnet/c92f60ed-be93-4249-adf9-7689cab0aeaf/format-dates-mmddyyyy.aspx
.
Loading...