Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using FTP and clearing out memory
Message
From
26/04/2013 08:39:24
 
 
To
26/04/2013 02:47:09
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01571897
Message ID:
01571960
Views:
42
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform