I have a ClickOnce (Windows) application that is connected to a SQL Server database. This db resides on a remote machine. Recently, I have migrated the database to a new machine. I want the application to point to this new machine. I try to change the IP of the machine on the WindowsApplication1.exe.config.deploy file but when I try to ri-install the program the following message is showing: Application manifest has either a different computed hash than the one specified or no hash specified at all. Please, can you help me how can I perform the change of the machine in this case?
Thanks, KLEDI