致支持和关注本Blog的朋友:
感谢你访问PaulLeder--程序部落。
在这里包括一些与计算机有关知识的讨论和学习。
我希望能以这个网站为平台,和大家一起交流计算机程序设计的经历和心得。
衷心祝福大家在学业和事业上不断进步,体会成功、自信和快乐。
检测.NET PerformanceCounterCategory数据
作者:PaulLeder 日期:2010-07-18
VS2010引用第三方组建错误(具有依赖关系。请删除对不在目标框架中的程序集的引用,或考虑重新确定)
作者:PaulLeder 日期:2010-07-18
log4net has a known issue of referencing a System.Web component which is not part of the .NET Framework 4 Client Profile and the VS2010 by default sets project target to be the lightweighted Client Profile. The solution is to change the target to .NET Framework 4:
Right click project -> properties -> Application. Change:
引用内容
Right click project -> properties -> Application. Change:
引用内容 .NET Framework 4 Client Profile







