cannot open window service on computer '.' in window application cannot open window service on computer '.' in window application windows windows

cannot open window service on computer '.' in window application


To make this automatic every time you open the application you have to add a manifest file to your solution, then update the requestedExecutionLevel node inside the file to look like this:

    <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /></requestedPrivileges>

However, changing this setting will result in the system prompting you every time to run the application as administrator if UAC is enabled.


Go toc://Program Files/ApplicationFolder/.exeRight-click on .exe and go to Properties then go Compatibility Tab and check true to Run this Program as an administrator Level.


if you are using visual studio then close it and re open visual sudio with run it as administrator