On Windows Vista (or later) with User Account Control (UAC) enabled, you cannot use the DisableUpdatesContainer without elevating the running project.
This problem occurs when you try to run a project containing an instance of the DisableUpdatesContainer on Windows Vista (or later) with UAC enabled. Because the procedure performed by this container requires administrator rights, you must elevate the running project or you will receive a runtime error. To elevate the project:
- Open the compiled project folder in Windows explorer.
- Right click the project's .exe file and select "Run as Administrator".
- Provide administrator credentials (if necessary) and accept any UAC prompts.
Running a project elevated under a UAC-enabled operating system is not supported from within the Kivati Studio environment. This will be addressed in a future version.