我在同一臺服務器上安裝兩個ClickOnce Windows應用程序時遇到問題。我已經成功發佈了一個。我需要在IIS的其他網站上安裝此相同的應用程序。這是現有應用程序的一個副本,功能略有不同(不重要)。之後,我發佈和嘗試安裝它,我得到以下錯誤:在同一臺服務器上安裝兩個ClickOnce Windows應用程序
Unable to install this application because an application with the same identity is already installed. To install this application, either modify the manifest version for this application or uninstall the preexisting application.
我試圖改變assemblyIdentity版本號和姓名屬性 - > app.Manifest,試圖改變大會名稱項目屬性中的,嘗試清除清單緩存並且這些都無法工作。我意識到,這是我試圖在同一臺服務器上的兩個不同網站上安裝的應用程序,但需要更改哪些內容才能正確安裝?