Manifest does not force Visual Studio 2013 to restart under Admin when running application in Debug mode

You need to disable the hosting process option to get the VS restart prompt. Project + Properties, Debug tab, untick the “Enable the Visual Studio hosting process” checkbox. It can be easier to just start VS elevated right away. Right-click the shortcut, Run as Administrator. Not entirely sure if this is a bug or a … Read more