G
Guest
Hi,
I am trying to create or modify a registry key and keep getting this error:
-------------
An unhandled exception of type 'System.UnauthorizedAccessException' occurred
in mscorlib.dll
Additional information: Cannot write to the registry key.
-------------
I have given the parent key all the permissions and on the CAS side I have
given the assembly (and all those assemblies signed with my key pair) full
trust.
Still, I can't do it.
This is my first time with security...
I am trying to create or modify a registry key and keep getting this error:
-------------
An unhandled exception of type 'System.UnauthorizedAccessException' occurred
in mscorlib.dll
Additional information: Cannot write to the registry key.
-------------
I have given the parent key all the permissions and on the CAS side I have
given the assembly (and all those assemblies signed with my key pair) full
trust.
Still, I can't do it.
This is my first time with security...