0

私はビジュアルスタジオとWindows phone 7を使用してスマートフォンのftpクライアントを開発しています

私はいくつかのエラーに直面しています

request.Method = WebRequestMethods.ftp.ListDirectory エラー 1 「WebRequestMethods」が宣言されていません。保護レベルにより、アクセスできない場合があります。C:\Users\Zaheer\Documents\Visual Studio 2010\Projects\PhoneApp4\PhoneApp4\MainPage.xaml.vb 43 30 PhoneApp4

応答 = CType(request.GetWebResponse(), WebResponse) エラー 2 'GetWebResponse' は 'System.Net.WebRequest' のメンバーではありません。C:\Users\Zaheer\Documents\Visual Studio 2010\Projects\PhoneApp4\PhoneApp4\MainPage.xaml.vb 37 30 PhoneApp4

4

1 に答える 1