.net - ClickOnce Install Error: Unable to install this application because an application with the same identity is already installed -
i seeing following error message when trying install application using clickonce.
unable install application because application same identity installed. install application, either modify manifest version application or uninstall preexisting application.
i error when trying install production version , have qa version installed same version number. use different product name 2 environments, not see why there conflict.
now, weird part. if take copy of iis directory hosting application, , run exact same set of mage commands, except time use "qa2" name parameter, can install second copy of application. 1 called qa , other qa2. else them identical, yet, still cannot install production version has different name. need avoid error?
Comments
Post a Comment