当前位置: 代码迷 >> Windows Mobile >> wp7 操作注册表有关问题
  详细解决方案

wp7 操作注册表有关问题

热度:188   发布时间:2016-04-25 07:27:12.0
wp7 操作注册表问题
Imports Microsoft.Win32

Registry.LocalMachine.OpenSubKey("Software\test", True).SetValue("tes1t", "test2")

在winform程序中运行正常,移值到wp7中Registry 提示Error 1
'Registry' is not declared. It may be inaccessible due to its protection level.

提示没有定义,我该如何操作,谢谢
registry

------解决方案--------------------
wp7中你直接操作不了注册表。
  相关解决方案