I published the ClickOnce application from Visual Studio 2012 and selected the .NET 4.0 runtime and Microsoft Report Viewer 2012 as prerequisites. I also chose to download prerequisites from the vendor's website.
When I try to install the application on a client PC, I get the following error:
Setup found that the file 'C: \ Users \ MyUserName \ AppData \ Local \ Temp \ VSD537C.tmp \ DotNetFX40 \ dotNetFx40_Full_setup.exe' has changed since it was published.
There is no additional information in the journal.
If I manually install the .NET runtime, when I run Setup.exe, I get the same error for the report viewer.
What causes this error and how to prevent it?
source share