Received an error Could not load file or assembly 'PresentationCore' when trying to deploy and run a WCF service project. It had been working fine for months without issue. Turns out that the PresentationCore.dll had somehow been copied to the bin directory. Removed this file and the site worked.
Still trying to figure out how/when this occured in the build...