Error 1 Project file must include the .NET Framework assembly 'PresentationCore, PresentationFramework' in the reference

错误信息:Error 1 Project file must include the .NET Framework assembly 'PresentationCore, PresentationFramework' in the reference

 

原因:从其他项目复制了带有Build Action为Resource(或其他)的文件到Web项目中。

 

解决方法:查看复制进来的文件属性(也可能是被手动修改的),确保Build Action为None(一般资源文件)或对应的Page、Content等。

posted on 2010-09-02 21:55  SZW  阅读(559)  评论(0编辑  收藏  举报