Frequently Asked Questions

Method not found: 'Void WeOnlyDo.Client.SFTP.set_LicenseKey(System.String) '. What should i do?

Most probably you still use DEMO version of the product.

Please remove reference to wodSFTP.NET from your project, close VS.

Delete bin and obj folders. Uninstall wodSFTP.NET. Make sure it doesn't have any leftover DLLs  (search your hard drive for WeOnlyDo.Client.SFTP.dll and delete them).

Make sure it's not in the GAC anymore and if you find it there, uninstall it too.

Here is example how to search GAC for Weonlydo.Client.SFTP instance.
---------------------------------    
gacutil -l
--------------------------------- 

Here is example how to remove it from GAC:
---------------------------------
gacutil -u WeOnlyDo.Client.SFTP
---------------------------------

You can find gacutil.exe file in NET Framework 1.1. folder on your machine (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322).
NET Framework 2.0 gacutil.exe you can find in C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin folder. 

When you're sure wodSFTP.NET is not installed anymore, now install it again, but make sure you install licensed version (one that asks for license key during installation). Open VS, add reference back, and now try it.

This is longest way to make it work, but usually does work.


 Last updated Thu, Nov 7 2013 11:00pm

Please Wait!

Please wait... it will take a second!