Error Messages/40398

Example Warning Message

The system cannot find the file specified.
when attempting to read the registry value HKCU/Software/Lumina Decision Systems/Analytica/UserName

Cause

This warning appeared when using

GetRegistryValue("HKCU","Software/Lumina Decision Systems/Analytica","UserName")

In this case the subfolder (also known as the hive) indicated by the second parameter exists, but there is no value there named "UserName".

The first line of the warning messsage is produced by Windows, and can include a multitude of possible problems. In this example, Windows refers to the value as "the file", while to me a registry value seems like it is something different than a file.

If you encounter this warning with a different non-obvious error description, please contribute by editing this page and describing it further here. It may help someone else in the future.

See Also

Comments


You are not allowed to post comments.