Wyatt O'Day (Wyatt) has made 7815 posts.
Put a breakpoint at the "switch(...)" line. When you click the check for updates menu to recheck for…
Post on Jun 10, 2011What version of the AutomaticUpdater are you using? Did you use code similar to this forum post? Pos…
You can't do this in JavaScript alone. It needs to be done in server-side languages (like PHP, C#, V…
Set the UpdateType property of the AutomaticUpdater in your form's constructor. Possible values: //…
We delayed fixing this bug to get some critical fixes into wyBuild 2.6.14. This fix is coming with 2…
We've released the LimeLM Web API Pack v2.0. Included is the new payment example form (for C#, VB.NE…
We don't have one now, but we'll add this near the top of our list of priorities.
Well, we talk about getting the version in the Mac OS X article. But, yes, try the latest version.
Post on Jun 6, 2011What version of TurboActivate are you using?
I take it your using the AutomaticUpdater, correct? I can't reproduce this behavior. Have you tried …
Because you're not specifying the full path to find wyUpdate.exe. Instead you're specifying a relati…
I'm going to look into this. Environment.Exit(0) shouldn't cause a "terminated unexpectedly" error. …
Post on Jun 3, 2011It's very likely that Thread.Abort is causing all the problems. See: How To Stop a Thread in .NET (a…
Post on Jun 3, 2011Hey Jakob, What happens when you call Environment.Exit(0) in your service? Do you get the same "te…
That's by design. When the user screws around with the date and time settings we don't even bother t…
There are several problems with the code you posted. You shouldn't call TurboActivate.Activate() if …
Post on Jun 2, 2011Hmmm.... I'm not sure what went wrong. This all worked before, correct? What have you done since it …
Post on Jun 2, 2011There isn't a problem on our servers. Everything is working fine here. Try calling IsGenuine() -- do…
Post on Jun 2, 2011Change your date back to the correct date and restart your computer.
Post on Jun 2, 2011Failing to deactivate can be caused by many things -- are you actually activated? I know "formOpenDe…