dotnet 1.1 to 2.0 - WeOnlyDo Discussion board

dotnet 1.1 to 2.0 (wodSFTP / wodSFTP.NET / wodSFTPdll)

by cc, Wednesday, June 11, 2008, 11:35 (5807 days ago)

Currently we have an application using WeOnlyDo.Client.SFTP with version 3.0.4.19 on dotnet 1.1. We plan to upgrade our application to dotnet 2.0, do I need to get an updated version component or we can still use the same component in VS.net 2005? thanks [:smile:]

Re: dotnet 1.1 to 2.0

by woddrazen, Wednesday, June 11, 2008, 11:54 (5807 days ago) @ cc

Hi,


I think you can use it without any issue in VS 2005 and NET 2.0

Why don't you give a try and let us know how it goes.

Hope I helped.


Regards,
Drazen

Re: dotnet 1.1 to 2.0

by cc, Thursday, June 12, 2008, 05:33 (5806 days ago) @ woddrazen

I have tried with VS.net 2005 but gave me this exception

System.ComponentModel.LicenseException: An instance of type 'WeOnlyDo.Client.SFTP' was being created, and a valid license could not be granted for the type 'WeOnlyDo.Client.SFTP'. Please, contact the manufacturer of the component for more information.
at System.ComponentModel.LicenseManager.Validate(Type type, Object instance)
at ..()
at WeOnlyDo.Client.SFTP.Connect()
at TestSFTP.Form1.btnLogin_Click(Object sender, EventArgs e)

[code]
sftp = New SFTP
Try
With sftp
.Hostname = txtIP.Text.Trim
.Login = txtUID.Text.Trim
.Password = txtPWD.Text.Trim
.Authentication = WeOnlyDo.Client.SFTP.Authentications.Password
.Connect()
While Not .State = WeOnlyDo.Client.SFTP.States.Idle
txtStatus.Text = SFTP connecting
End While
If .State = WeOnlyDo.Client.SFTP.States.Idle Then txtStatus.Text = SFTP connected
End With
Catch ex As Exception
Console.WriteLine(ex)
End Try

[/code]

Re: dotnet 1.1 to 2.0

by wodDamir, Thursday, June 12, 2008, 08:22 (5806 days ago) @ cc

Hi,

Are you using the component in ASP.Net or perhaps as a service?

If that's the case, you should contact us as techsupport@weonlydo.com so we could provide you with TempAuthorization key.

Regards,
Damba

Re: dotnet 1.1 to 2.0

by cc, Thursday, June 12, 2008, 08:54 (5806 days ago) @ wodDamir

Hi,

Are you using the component in ASP.Net or perhaps as a service?

If that's the case, you should contact us as techsupport@weonlydo.com so we could provide you with TempAuthorization key.

Regards,
Damba

Do I need to install the developer liciense to test the program?

Re: dotnet 1.1 to 2.0

by wodDamir, Thursday, June 12, 2008, 09:03 (5806 days ago) @ cc

cc,

No, you can use Demo. The only difference between demo and full version is in it's trial period, and ofcourse, the demo cannot be distributed to a machine where the component wasn't installed using our installed.

If you want to distribute demo, you will have to install it to each client machine in order to run the app.

If you however are running the component on your development machine (where SFTP.Net was installed using our installer) but in ASP or Service, then TempAuthorization Key is needed. In that case, you should contact us at techsupport@weonlydo.com where we can provide it to you.

Regards,
Damba