The backup set holds a backup of a database other than the existing database

RESTORE DATABASE yourdatabasename
FROM DISK = N'C:\yourbackupfilename'
WITH REPLACE

search this blog (most likely not here)