Wyatt O'Dayʼs postsSupport staff

Wyatt O'Day (Wyatt) has made 7771 posts.

AutomaticUpdater - event UpToDate problem.

Post on Sep 19, 2012

I'm not sure what you're asking. Are you asking how to update your app or how to get the current ver…

Post on Sep 19, 2012

You can if you want to parse that file. See the wyUpdate source code for how you can do that (if you…

Post on Sep 19, 2012

We don't put the version in that field. Read the version from within your app. (I.e. get the version…

Clickbank Support

Post on Sep 19, 2012

Just modify the payment example form to support ClickBank IPN (instant payment notification).

wyBuild, upload updates, added FTP site, file not found 550

Post on Sep 19, 2012

OK, it sounds like the folder you've typed in does not exists. Try putting in a known folder, then c…

Automatic updater does not detect new update

Post on Sep 19, 2012

Hey Phil, Did you look at wyUpdate says "You already have the latest version" when it isn't. What'…

Static C libraries not in TurboActivate download

Post on Sep 17, 2012

We're trying to get it out before the end of the month.

Post on Sep 17, 2012

The static Mac library is coming with TA 3.3.

Check Updates Ones in a Day

Post on Sep 17, 2012

It sounds like you're calling ForceCheckForUpdate(). Don't. Not if you want to the AutomaticUpdater …

Post on Sep 13, 2012

Set the DaysBetweenChecks to something other than 0.

Account Activity

Post on Sep 17, 2012

Ok, we've fixed the problem. The cause of the problem was that a piece of code on the server was an …

Post on Sep 17, 2012

OK I can reproduce this. We'll look into this problem later today.

Post on Sep 16, 2012

Can you tell me what I am not doing I have tried every combination and still it only shows the last …

Problem upgrading dll

Post on Sep 14, 2012

If your update fails to install then wyUpdate rollsback the installed files. I'm not sure how you go…

wyUpdate "application was unable to start correctly (0xc000007b)"

Post on Sep 14, 2012

Do they have the .NET Framework installed? See Requirements for wyUpdate.

IsGenuine() C#

Post on Sep 13, 2012

It's because you need to call it like this: bool reactivate = false;bool isGenuine = TurboActivate.…

One click purchase

Post on Sep 13, 2012

Just modify the payment form to be a single payment button. (It's all there, but you have to modify …

Amazon S3 Update Upload failedSolved

Post on Sep 13, 2012

I did a quick google search and this is what I found. you probably have a trailing or leading space …