ylangisc _ʼs posts

ylangisc _ (ylangisc) has made 32 posts.

System.NullReferenceException

Post on Apr 25, 2013

The problem seems to be a little bit different. Did some more testing with the SVN head version and …

Post on Apr 24, 2013

Thanks for the hint. Using the SVN head the updater just hangs at InstallNow() and the application f…

Post on Apr 23, 2013

I have a crash reporter integrated in my application and get the following stack trace sent from a f…

VistaMenu appearing at the left hand side as of Win8

Post on Apr 24, 2013

Weird...never made such a setting but http://community.webroot.com/t5/Techie/Context-menu-orientat…

Post on Apr 24, 2013

Have a look here: https://dl.dropboxusercontent.com/u/395716/orientation.png But I also noticed …

Post on Apr 24, 2013

As of Win8 the menus appear at the left hand side of the menu item rather than on the right-hand sid…

Bugs after separating the UI from the updater backend

Post on Feb 27, 2011

Hi, I'm just trying to update to the latest version of AutomaticUpdater which now has the backend …

Registry update in WoW64 mode failsSolved

Post on Nov 29, 2010

Sorry, got confused. It's already late here in Switzerland 😉 Went through the commits now and saw…

Post on Nov 29, 2010

wyatt reverted the change. r212 seems to definitely fix the issue as the .NET4 symbol was not define…

Post on Nov 29, 2010

Okay, I didn't see the #if NET4 in RegChange.Execution.cs. But, I run the updater in a 4.0 Client Pr…

Post on Nov 29, 2010

The fix would be: line 254: Type[] registryKeyConstructorTypes = new[] { safeRegistryHandleType, t…

Post on Nov 29, 2010

Thanks Sam and Wyatt 🙂 Just saw it. What about the second reflection? RegistryKeyConstructor is a…

Post on Nov 29, 2010

When do you expect 2.6.10? Or, when do you commit the fix to code.google.com? Thanks for your fast r…

Post on Nov 29, 2010

And similar issue for the RegistryKey construction (line 255). There is no private constructor with …

Post on Nov 29, 2010

I went through your code where the exception happens. The problem is that you try to get a non-publi…

Post on Nov 29, 2010

Okay, a different error message: Failed to get the 'SafeHandle' contructor. Make sure wyUpdate.exe h…

Post on Nov 29, 2010

I'm using version 2.6.7.

Post on Nov 29, 2010

Did some more testing and run wyUpdate.exe manually to get the error message on my Windows 7/64bit t…

Post on Nov 29, 2010

Hi, I try to update the version displayed in the Control Panel/Uninstall Software. As I have a 32b…

Separate Sign Keys

Post on Sep 1, 2010

Hi, There should be a way to separate the signature keys from the wyBuild project (command line sw…