Entwickler-Ecke

Netzwerk - Programm friert bei zugriff auf html/ftp ein


heinze - So 27.09.09 18:53
Titel: Programm friert bei zugriff auf html/ftp ein
Hallo

woran könnte es liegen das es bei Quelltext wie zB

C#-Quelltext
1:
2:
3:
    WebClient webClient = new WebClient();
            string html = webClient.DownloadString("http://www.google.com");
            textBox16.Text = html;


sich das ganze System aufhängt?

Benutze ein aktuelles XP und Visual C# Express


Moderiert von user profile iconChristian S.: Topic aus Programmierwerkzeuge verschoben am So 27.09.2009 um 19:14


heinze - Mo 28.09.09 08:46

Hat sich erledigt, bei ausgeschalteter Firewall funktioniert es wie gewollt.