Finding the .dll name for a .NET namespace?
Can anybody advise me on how to find a namespace's corresponding .dll? For example, how do I determine which .dll to reference as my assembly in a .bat file when I want to use the System.Web.UI.WebControls namespace in my component?
|