C# - מעבר ל- .net framework 2.0

מורןס

New member
C# - מעבר ל- .net framework 2.0

שלום. אני מנסה לכתוב תוכנית ב-C# נסיתי להשתמש במחלקה FtpWebResponse מתוך system.net אבל קבלתי את ההודעה:
The type or namespace name 'FtpWebResponse' could not be found (are you missing a using directive or an assembly reference?)​
ראיתי באתר של microsoft שה-FtpWebResponse הוא רק מגירסה 2.0 של ה- net framework ציטוט:
Note: This class is new in the .NET Framework version 2.0.
אז הורדתי מהאתר של microsoft את: .NET Framework 2.0 ואת: .NET Framework SDK 2.0 והתקנתי. ועדיין הוא לא מכיר לי את FtpWebResponse. מה עושים???
 
למעלה