J JPS Nov 7, 2006 #1 I have Visual Studio 2005 and when I type System.Net. , I never get the FtpWebRequest object. What am I missing?
I have Visual Studio 2005 and when I type System.Net. , I never get the FtpWebRequest object. What am I missing?
G Guest Nov 7, 2006 #2 Add yourself a reference to the System.Net assembly and it will magically appear. Peter