G
gerry
vs2008 sp1
..net 3.5sp1
I am taking a 1st stab at SQLCLR and after years of .net development have
finally run into CAS.
Trying to access Environment.MachineName() generates the following exception
:
Request for the permission of type
'System.Security.Permissions.EnvironmentPermission, mscorlib,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Google turns up lots of hits for this but so far nothing that explains how
to get around it.
So now I am looking for sources on handling these types of security issues.
Gerry
..net 3.5sp1
I am taking a 1st stab at SQLCLR and after years of .net development have
finally run into CAS.
Trying to access Environment.MachineName() generates the following exception
:
Request for the permission of type
'System.Security.Permissions.EnvironmentPermission, mscorlib,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
Google turns up lots of hits for this but so far nothing that explains how
to get around it.
So now I am looking for sources on handling these types of security issues.
Gerry