Quote:
Originally Posted by kiiD2NiCe
can some one tell me how to fix this error Redux source

|
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.