Click here to Skip to main content
15,917,005 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralDebugging Problem in Halvorson's Book Pin
tanstaafl2817-Jun-04 7:24
tanstaafl2817-Jun-04 7:24 
GeneralRe: Debugging Problem in Halvorson's Book Pin
Dave Kreskowiak17-Jun-04 7:45
mveDave Kreskowiak17-Jun-04 7:45 
GeneralRe: Debugging Problem in Halvorson's Book Pin
tanstaafl2817-Jun-04 8:38
tanstaafl2817-Jun-04 8:38 
GeneralRe: Debugging Problem in Halvorson's Book Pin
Steven Campbell18-Jun-04 3:18
Steven Campbell18-Jun-04 3:18 
GeneralRe: Debugging Problem in Halvorson's Book Pin
tanstaafl2818-Jun-04 6:35
tanstaafl2818-Jun-04 6:35 
GeneralFTP implementation Pin
hmshmsm17-Jun-04 4:12
hmshmsm17-Jun-04 4:12 
GeneralRe: FTP implementation Pin
Dave Kreskowiak17-Jun-04 4:24
mveDave Kreskowiak17-Jun-04 4:24 
GeneralRe: FTP implementation Pin
Dave Kreskowiak17-Jun-04 4:30
mveDave Kreskowiak17-Jun-04 4:30 
Are you able to run the code AT ALL? Are you able to run it, say 5-10 times, then it quits? Are you developing this on a 2000 Workstation or an XP machine? If so, you're probably running into the licensed connection limit. You're implementation is not using FTP, you're using the FileSystemObject, which is subject to the limitations of the machine's licensing, 10 connections maximum. Using ASP.NET, when you close the browser, your session (and connection) are still alive, and going to be alive for the next 20-30 minutes (I think), until the session times out on its own. Only then will your connection license be released.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 4:57
hmshmsm17-Jun-04 4:57 
GeneralRe: FTP implementation Pin
Dave Kreskowiak17-Jun-04 5:29
mveDave Kreskowiak17-Jun-04 5:29 
GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 5:46
hmshmsm17-Jun-04 5:46 
GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 5:48
hmshmsm17-Jun-04 5:48 
GeneralRe: FTP implementation Pin
Dave Kreskowiak17-Jun-04 6:01
mveDave Kreskowiak17-Jun-04 6:01 
GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 6:51
hmshmsm17-Jun-04 6:51 
GeneralRe: FTP implementation Pin
Dave Kreskowiak17-Jun-04 6:56
mveDave Kreskowiak17-Jun-04 6:56 
GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 7:13
hmshmsm17-Jun-04 7:13 
GeneralRe: FTP implementation Pin
Dave Kreskowiak17-Jun-04 7:41
mveDave Kreskowiak17-Jun-04 7:41 
GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 7:56
hmshmsm17-Jun-04 7:56 
GeneralRe: FTP implementation Pin
Dave Kreskowiak17-Jun-04 8:24
mveDave Kreskowiak17-Jun-04 8:24 
GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 8:44
hmshmsm17-Jun-04 8:44 
GeneralRe: FTP implementation Pin
Dave Kreskowiak17-Jun-04 9:34
mveDave Kreskowiak17-Jun-04 9:34 
GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 10:38
hmshmsm17-Jun-04 10:38 
GeneralRe: FTP implementation Pin
Dave Kreskowiak18-Jun-04 2:20
mveDave Kreskowiak18-Jun-04 2:20 
GeneralRe: FTP implementation Pin
Anonymous18-Jun-04 4:08
Anonymous18-Jun-04 4:08 
GeneralRe: FTP implementation Pin
hmshmsm17-Jun-04 6:54
hmshmsm17-Jun-04 6:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.