Service using AutomaticUpdater fails

Hello,I recently purchased wyBuild, and since publishing an updated version of my service (v2.1.1.104), it crashes the service and cannot restart. If I install an older version, it correctly detects the new version, downloads and installs it, then crashes again.

It crashes the service on this line:Debugger.Log("Version: " + auBackend.Version)

Here is the log, in case it helps?

9/19/2012 2:23 PM|Started Service.9/19/2012 2:31 PM|Checking for new version...9/19/2012 2:31 PM|Event: BeforeChecking: wyDay.Controls.BeforeArgs9/19/2012 2:31 PM| ForceCheckForUpdate(true) = true9/19/2012 2:31 PM|ClientPCName = MainPC9/19/2012 2:32 PM|CustomerID = 1428929/19/2012 2:32 PM|Event: ProgressChanged: 1009/19/2012 2:32 PM|Last Version Check Date = 1/1/0001 12:00 AM9/19/2012 2:32 PM| UpdateStepOn = Checking9/19/2012 2:32 PM|Event: BeforeDownloading: wyDay.Controls.BeforeArgs9/19/2012 2:32 PM|Event: ProgressChanged: 09/19/2012 2:32 PM|Event: UpdateStepMismatch: System.EventArgs9/19/2012 2:32 PM|Event: UpdateStepMismatch: System.EventArgs9/19/2012 2:32 PM|Event: BeforeDownloading: wyDay.Controls.BeforeArgs9/19/2012 2:32 PM|Event: ProgressChanged: 09/19/2012 2:32 PM|Event: ProgressChanged: 09/19/2012 2:32 PM|Event: ProgressChanged: 09/19/2012 2:32 PM|Event: ProgressChanged: 09/19/2012 2:32 PM|Event: ProgressChanged: 99/19/2012 2:32 PM|Event: ProgressChanged: 199/19/2012 2:32 PM|Event: ProgressChanged: 209/19/2012 2:32 PM|Event: ProgressChanged: 309/19/2012 2:32 PM|Event: ProgressChanged: 319/19/2012 2:32 PM|Event: ProgressChanged: 419/19/2012 2:32 PM|Event: ProgressChanged: 419/19/2012 2:32 PM|Event: ProgressChanged: 519/19/2012 2:32 PM|Event: ProgressChanged: 529/19/2012 2:32 PM|Event: ProgressChanged: 629/19/2012 2:32 PM|Event: ProgressChanged: 639/19/2012 2:32 PM|Event: ProgressChanged: 739/19/2012 2:32 PM|Event: ProgressChanged: 739/19/2012 2:32 PM|Event: ProgressChanged: 839/19/2012 2:32 PM|Event: ProgressChanged: 849/19/2012 2:32 PM|Event: ProgressChanged: 949/19/2012 2:32 PM|Event: ProgressChanged: 1009/19/2012 2:32 PM|Event: ProgressChanged: 09/19/2012 2:32 PM|Event: ProgressChanged: 259/19/2012 2:32 PM|Event: ProgressChanged: 509/19/2012 2:32 PM|Event: ProgressChanged: 759/19/2012 2:32 PM|Event: ReadyToBeInsalled: System.EventArgs9/19/2012 2:32 PM|Found new version...2.1.1.1049/19/2012 2:32 PM|Started Service.*crash*

What's the crash? I need more information to help you.

The problem is a bug in the code that crashes it, but the problem is now that I've published a version of the app which has a crash in it, it is self-propagating the crash. Even if I publish a new version, say, 2.1.1.106, the application itself cannot get to it because it crashes before getting a chance to download the new version. I supposed I will have to then manually touch each deployed instance once to get it past this buggy version.

Well, do you know what the exception is? Even if it was a bug in your code, it will be useful to know so we can warn other developers from making the same mistake.