Hi,
i get the following exception:
{System.IO.IOException: The network path was not found.
at Microsoft.Win32.RegistryKey.Win32ErrorStatic(Int32 errorCode, String str)
at Microsoft.Win32.RegistryKey.OpenRemoteBaseKey(RegistryHive hKey, String machineName, RegistryView view)
at Microsoft.Win32.RegistryKey.OpenRemoteBaseKey(RegistryHive hKey, String machineName)
at ShuttleSoftwareCheck.RegKey.<get_Children>d__7.MoveNext() in c:\Projekte\ShuttleSoftwareCheck\ShuttleSoftwareCheck\Registry.cs:line 152}
What i wrote at line 152 is:
RegistryKey environmentKey = RegistryKey.OpenRemoteBaseKey(
RegistryHive.LocalMachine, "172.168.255.254").OpenSubKey(
"SOFTWARE");
I don't have a name of the armStoneA9r2 so i am using the IP-Address.