1.框架
在项目上点右键-->属性-->应用程序-->目标框架-->修改成.NET Framework 4。.net
而我原来的设置是.NET Framework 4 Client Profile。问题就出在这里。get
如下是MSDN给出的提示:io
If you are targeting the .NET Framework 4 Client Profile, you cannot reference an assembly that is not in the .NET Framework 4 Client Profile. Instead you must target the .NET Framework 4.file
不过也由于如此,当在 Visual Studio 2010 创建新项目时,若是发现 [添加引用] 中没有列出本来应该列出的组件或者引用的其余程序集,在代码中的调用一直提示找不到名字空间时,能够先检查是不是项目的 target framework 设成了 .NET 4.0 Client Profile (例如 System.Web.dll 就不在 .NET 4.0 Client Profile 套件中),如果改为.NET Framework 4就OK了。引用
2.程序
检查Dll.net版本与当前项目是否一致,90%不一致。项目