错误信息:Error 1 Project file must include the .NET Framework assembly 'PresentationCore, PresentationFramework' in the reference
原因:从其他项目复制了带有Build Action为Resource(或其他)的文件到Web项目中。
解决方法:查看复制进来的文件属性(也可能是被手动修改的),确保Build Action为None(一般资源文件)或对应的Page、Content等。