Do not perform updates using debugging, an error on this line:
decimal localVersion = decimal.Parse (lclVersion); - FormatException not handled by user code.

If you delete this line in the code, as well as their derivatives -
decimal serverVersion = decimal.Parse (version);*
if (serverVersion> localVersion)
the update is downloaded, but the version is not checked, and each time you run the launcher will download all updates