好吧,我正在尝试在我的应用程序上写入/读取 SubKey,但它给了我一个错误。
Registry.LocalMachine.OpenSubKey("Software\\SAMP", true).SetValue("PlayerName", textBox1.Text);
string gamePath = Registry.LocalMachine.OpenSubKey("Software\\SAMP").GetValue("gta_sa_exe").ToString();
错误在第一行:
“你调用的对象是空的。”
对不起,但我是 C# 的新手,只是想不通。