我使用vs2010创建了一个项目,现在我正在使用vs2012,但我发现错误为
Error 1 The type 'Microsoft.Practices.EnterpriseLibrary.Common.Instrumentation.IInstrumentationEventProvider' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.Practices.EnterpriseLibrary.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. C:\Users\dcss3\Desktop\21nov2012\NuggettsCloud\AppDAL\AssetCardDAL.cs 103 18 AppDAL
答案 0 :(得分:0)
尝试将程序集引用Microsoft.Practices.EnterpriseLibrary.Common添加到项目中。可以通过右键单击项目中的参考节点并选择“添加引用”来完成。