How to add reference to assembly in vs2012
问题 I need help on how to correctly add assembly in C# code. I start a blank project and trying to run the simple code below. but has referencing errors. I know by default system.dll is included under the references folder. so why is it still complain that "'System.Configuration is not been referenced"? Am I missing some manual steps? If so how do I do it? using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net