First I deployed a new database in the SQL Server Manager using a dacpac file. While deploying I changed the name (in the wizard) from "Emp" to "Vm_Emp". I continuedclicking next and the database was successfully installed.
Then I had a new dacpac with some table upgrades. I went to SQL Server and selected Upgrade DacPac option from "Tasks". After I browse to the location and selects the file, it gives the Error application name does not match with the deployed dacpac. How do I fix this?
Thanks.