我在代码中使用以下属性来设置/读取注册表值。但是,在这行中:
RegistryKey regKey = Registry.CurrentUser;regKey为空。这只在几台机器上发生。有什么想法吗?
发布于 2011-08-01 16:09:02
RegistryKey regRPP = Registry.CurrentUser.CreateSubKey(@"Software\Softech\FaceReader");//这是它将要创建的路径
regRPP.SetValue("FaceReaderURL", "http://localhost/pnm/v4_spp/");https://stackoverflow.com/questions/6895621
复制相似问题