Getting an unexpected "?" at the end of a Registry GetValue in C#
Posted
by Wilhelm Peraud
on Stack Overflow
See other posts from Stack Overflow
or by Wilhelm Peraud
Published on 2010-06-03T14:12:01Z
Indexed on
2010/06/03
14:14 UTC
Read the original article
Hit count: 338
Hi,
I use the Registry class to manage values in the Registry on Windows Seven in C#. Registry.GetValue(...);
But, I'm facing a curious behavior : Every time, the returned value is the correct one, but sometimes, it is followed by an unexpected "?"
When I check the Registry, (regedit), the "?" doesn't exist. I really don't understand from where this question mark come from.
Could someone help me please ?
Info : - C# - 3.5 framework - windows 7 64 bits (and i want my application to work on both 32 and 64 bits systems)
Thank you in advance, Wilhelm
© Stack Overflow or respective owner