'WeOnlyDo.Client.FtpDLX' does not contain a defi - WeOnlyDo Discussion board

'WeOnlyDo.Client.FtpDLX' does not contain a defi (General questions)

by Everett, Thursday, October 07, 2010, 19:55 (5161 days ago)

After updating our application using WeOnlyDo.Client.FTP.dll to Visual Studio 2010, we're now getting a 'WeOnlyDo.Client.FtpDLX' does not contain a definition for 'LicenseKey' error. All other properties are still available. We updated to v1.6.3 to resolve an issue with VS2010 compatibility.

A previous forum post from 2005 about the same issue was resolved with a clean and rebuild of the project. I've tried that and still get the error.

Any ideas?

Thanks in advance!
- Everett

Re: 'WeOnlyDo.Client.FtpDLX' does not contai

by woddrazen, Thursday, October 07, 2010, 20:01 (5161 days ago) @ Everett

Hi Everett,


Most probably you are using DEMO version of the product. DEMO version don't have LicenseKey Property.

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

Delete bin and obj folders. Uninstall wodFtpDLX.NET. Make sure it doesn't have any leftover DLLs (search your hard drive for WeOnlyDo.Client.FTP.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.FTP instance.
---------------------------------
gacutil -l
---------------------------------

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

Please download licensed version here:

http://www.weonlydo.com/index.asp?update=1

This is automated process. Make sure you use same email address that is registered with our system, one you used when you have purchased the product.

When you're sure wodFtpDLX.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.

Let us know how it goes.


Regards,
Drazen

Re: 'WeOnlyDo.Client.FtpDLX' does no

by Everett, Thursday, October 07, 2010, 20:09 (5161 days ago) @ woddrazen

Yes, that makes sense. I had installed the demo version then installed the full version without uninstalling the demo. I'll try the uninstall/reinstall.

By the way, the forum posting instructions mention if you specify your email it will be masked, but it was not. Can I get my email address removed from being displayed with this post? Trying to avoid spam ... thanks!

Re: 'WeOnlyDo.Client.FtpDLX' does no

by Everett, Thursday, October 07, 2010, 20:37 (5161 days ago) @ Everett

Uninstall of demo and install of production release worked. Thanks again!