Ok, now that I've been to the end of the web and back looking for this, I have to break down and ask the newbie C# question: Where is the system.net.dll?
I'm trying to build a C# console app in MS Visual Studio .Net 2003 that requires DNS operations. Every webpage I have found says to include these "using" statements:
using System;
using System.Net;
which I have. They also mentioned that system.net.dll may need to be "referenced" in the Solution Explorer, but when I go to add a reference, I see every dll BUT system.net.dll.
I have installed the .NET SDK 1.1 and .NET SDK Service Pack 2 as well as the full install of Visual Studio .Net 2003 and yet a scan of my entire HDD yields no system.net anything.
Fearing I was seeing old system calls on these pages, I checked MSDN just to make sure there in fact was a System.Net namespace and there is and the
MSDN page (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemnet.asp) says it is included with Framework 1.1 (which I've installed twice just to make sure).
I'm stuck, any ideas? Thanks in advance!! a.