Re: Net assembly working in background thread
I have sent you an email with a debug version of WinSCP to address you have used to register on this forum.
Please attach a full session log file showing the problem (using the latest version of WinSCP).
To generate log file, setSession.SessionLogPath
. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you can mark the attachment as private.
Session.SessionLogPath
. Submit the log with your post as an attachment. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you can mark the attachment as private.workThread = New Thread(New ThreadStart(AddressOf MoveImages))
workThread.Priority = ThreadPriority.AboveNormal
workThread.Start()