I'm trying to move a Sharepoint site from one Sharepoint 2010 server to another.
I used the Backup-SPSite cmdlet to create a backup file.
It gives the error below after I try to restore with the Restore-SPSite cmdlet:
Restore-SPSite : Your backup is from a different version of Microsoft SharePoint Foundation and cannot be restored to a server running the current version. The backup file should be restored to a server with version '1178817357.0.6541431.0' or later.
When I use get-spfarm | select BuildVersion to get the build version, I get 14.0.4762.1000 at both source and destination.
Any ideas?
