I\'m getting a \"Unreachable code detected\" message in Visual Studio at the point i++ in my code below. Can you spot what I\'ve done wrong?
try { RegistryKe
You're breaking out of the loop before the end of the first iteration.