0

I am trying to deploy a WPF application from Visual Studio 2019 .

I see a error : Reference in the manifest does not match the identity of the downloaded assembly MyDesktop.Host.exe.

Should the Deployment try to use MyDesktop.exe instead ?

Thanks,Peter

petercli
  • 629
  • 1
  • 8
  • 27
  • Have you tried this? https://stackoverflow.com/a/30338369/1462656 – erotavlas May 14 '19 at 01:56
  • I read that wiki, but wasn't sure which answer applies to me. I have a WPF application MyDesktop.exe which is hosted by MyDesktop.HOST.exe . In plain English, what does "Reference in the manifest does not match the identity of the downloaded assembly " mean? If I understand the error message, then i could better fix it. – petercli May 14 '19 at 23:36
  • having the same issue now. with vs 2017, no problem only happening in vs 2019. – koo9 Sep 23 '20 at 22:20

1 Answers1

1

In my case, I checked the option "Use application manifiest for trust information" in Publish Options -> Manifests

enter image description here