I personally was interested in the outcome. Thanks for the update. -----Original Message----- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Janis Braslins Sent: Monday, August 22, 2005 11:27 AM To: [email protected] Subject: Re: [ADVANCED-DOTNET] Registry.OpenSubKey returns null on Windows 2003 Server x64 edition (AMD)
Never mind, i figured it out. I was using REGMON to see what is giong on with the registry. Turns out, since my program runs in 32bit emulation mode (1.1 framework), system is trying to read "SOFTWARE\Wow6432Node\MyCompany\MyApp" key, even tho my code specifies "SOFTWARE\MyCompany\MyApp". I've moved my key into Wow6432Node folder and it's working like a charm now. Sorry to have bothered you all. =================================== This list is hosted by DevelopMentor(r) http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com ********** This message contains information which may be confidential and privileged. Unless you are the addressee (or authorized to receive for the addressee), you may not use, copy or disclose to anyone the message or any information contained in the message. If you have received the message in error, please advise the sender by reply e-mail and delete the message. =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
