Redux Source Error need Help Thnx

10/15/2021 23:02 kiiD2NiCe#1
can some one tell me how to fix this error Redux source

[Only registered and activated users can see links. Click Here To Register...]
10/16/2021 10:17 tehpwnerer69#2
Quote:
Originally Posted by kiiD2NiCe View Post
can some one tell me how to fix this error Redux source

[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Go to your bin folder, backup your config xml in case you need a reference then remove it, open Visual Studio with Administrator rights.

Changed your manifest xml or create one to include elevatedPrivileges
If I recall correctly you should need something like this.
Code:
level="requireAdministrator"
Alternatively, you can find an option for this in Project Properties -> Linker -> Manifest File -> UAC Execution Level. Set this to*requireAdminstrator.

This will cause the default generated manifest to include the requested execution level that you need, so that you will be prompted automatically to elevate their privileges if they are not already elevated.


If this doesn't work, quote me back and I'll try offer more help.