As a reminder to self: Settings are nice (too bad they advertise them as Windows Forms Application Settings, as they are just as useful for other assemblies), but be aware…
When using Settings.Default, it will get the values to the state of the app.config (or defaults if there is no app.config) of the assembly that defined the settings, not the app.config of the starting process.
I had this a while ago on one of my Android devices: an error 926 while downloading apps from the Play Store.
After searching, the only relevant solution I could find is in the below youtube video. These are the steps to resolve the problem:
Reset the “Download Manager”
Go to “Settings”
Click “Apps”
Click “All” (it will often not show up under “Running”)
Click “Download Manager”
Click “Clear cache”
Click “Clear data”
Reboot your phone
Reset the “Google Services Framework”
Go to “Settings”
Click “Apps”
Click “All” (it will often not show up under “Running”)
Click “Google Services Framework”
Click “Clear cache”
Click “Clear data”
Reboot your phone
For some users, just resetting the “Download Manager” might fix the 926 problem. I had to reset “Google Services Framework” as well. Others had to reset the “Google Play Store” app.
These were the circumstances I encountered the 926 problem:
Brand new device
Added Google account
Performed the first firmware updates
Added some apps from the web based Google Play Store
After successfully installing some apps, the device would show error 926
After fixing the 926 error, I installed all apps using the Google Play app which then went fine.
‘BusinessClass<T>.StopProcessing()’ creates an exception of type ‘ApplicationException’, an exception type that is not sufficiently specific and should never be raised by user code. If this exception instance might be thrown, use a different exception type.
Running git.exe with arguments "fetch --prune" failed with return code 128 and error output: "fatal: unable to access 'https://%account%@bitbucket.org/%user%/%repository%.git/': Unknown SSL protocol error in connection to bitbucket.org:443
the latest download is at https://git-scm.com/download/win which will auto-download the 32-bit version and provides manual downloads of the x64 version.
Probably I will need to do something similar for Mercurial/hg in the future as well.