Hey guys, look really sorry to continue being a pain in the neck, i'm trying
really hard here.
I've downloaded this C#library:
http://www.developerfusion.com/show/4340/
and compiled it into a .dll file just as you said and referenced it into my
vb.net project. 2 problems:
One on build (this appears twice):
Error: The dependency 'mscorlib, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=969db8053d3322ac' in project 'withdll' cannot be copied to the
run directory because it would conflict with dependency 'mscorlib,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
and then after that if i carry on regardless, it hangs, i tried debugging
and stepping through but the library is over my head!
this is my code:
Dim ff As New WebCamService.FtpClient
ff.Server = "ftpserver"
ff.Username = "myusername"
ff.Password = "mypassword"
ff.Login()
ff.RemotePath = "file1.txt"
ff.Upload("/My Documents/Hello.txt")
ff.Close()
Please help (again) your being excellent and very patient with me so thanks!
Jimbo.