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Ā® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
