Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using FTP and clearing out memory
Message
De
26/04/2013 08:39:24
 
 
À
26/04/2013 02:47:09
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01571897
Message ID:
01571960
Vues:
41
>I think we need some code of yours - the error you are getting is not related to Using - more a problem of type/casting

It is very simple:
                        Using loFtpWebResponse = loFtpWebRequest.GetResponse()

                            Using s = loFtpWebResponse.GetResponseStream()

                                Using loStreamReader = New StreamReader(s)

                                    ' Load the files into the string builder
                                    loStringBuilder.LoadString(loStreamReader.ReadToEnd())

                                End Using

                            End Using

                        End Using
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform