Wyatt O'Dayʼs postsSupport staff

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

MenuItem DevExpress Ribbon

Post on Jun 11, 2011

Put a breakpoint at the "switch(...)" line. When you click the check for updates menu to recheck for…

Post on Jun 10, 2011

What version of the AutomaticUpdater are you using? Did you use code similar to this forum post? Pos…

javascript version of Payment examples

Post on Jun 10, 2011

You can't do this in JavaScript alone. It needs to be done in server-side languages (like PHP, C#, V…

User Option to Download Later with Automatic Updater

Post on Jun 9, 2011

Set the UpdateType property of the AutomaticUpdater in your form's constructor. Possible values: //…

Error and Crashed

Post on Jun 7, 2011

We delayed fixing this bug to get some critical fixes into wyBuild 2.6.14. This fix is coming with 2…

Google checkout integration

Post on Jun 7, 2011

We've released the LimeLM Web API Pack v2.0. Included is the new payment example form (for C#, VB.NE…

New Versions

Post on Jun 6, 2011

We don't have one now, but we'll add this near the top of our list of priorities.

Date Time Problem?Solved

Post on Jun 6, 2011

Well, we talk about getting the version in the Mac OS X article. But, yes, try the latest version.

Post on Jun 6, 2011

What version of TurboActivate are you using?

Problem maybe related to wyUpdate update

Post on Jun 5, 2011

I take it your using the AutomaticUpdater, correct? I can't reproduce this behavior. Have you tried …

I received wyUpdater was not found on C:\Windows\wyUpdater.e

Post on Jun 3, 2011

Because you're not specifying the full path to find wyUpdate.exe. Instead you're specifying a relati…

The MyService service terminated unexpectedly. It has done

Post on Jun 3, 2011

I'm going to look into this. Environment.Exit(0) shouldn't cause a "terminated unexpectedly" error. …

Post on Jun 3, 2011

It's very likely that Thread.Abort is causing all the problems. See: How To Stop a Thread in .NET (a…

Post on Jun 3, 2011

Hey Jakob, What happens when you call Environment.Exit(0) in your service? Do you get the same "te…

TrialDaysRemaining Bug

Post on Jun 3, 2011

That's by design. When the user screws around with the date and time settings we don't even bother t…

Failed to deactivate exception

Post on Jun 2, 2011

There are several problems with the code you posted. You shouldn't call TurboActivate.Activate() if …

Post on Jun 2, 2011

Hmmm.... I'm not sure what went wrong. This all worked before, correct? What have you done since it …

Post on Jun 2, 2011

There isn't a problem on our servers. Everything is working fine here. Try calling IsGenuine() -- do…

Post on Jun 2, 2011

Change your date back to the correct date and restart your computer.

Post on Jun 2, 2011

Failing to deactivate can be caused by many things -- are you actually activated? I know "formOpenDe…