set security policy so i can access UNmanaged code

  • Thread starter Thread starter Daylor
  • Start date Start date
D

Daylor

hi.

im getting System.Security.SecurityException
when im try to createInstance from assembly i just loaded from other
computer.

the exeception occur when in that assembly , unmanged code is accessed
(com).


i got this message :
""Request for the permission of type
System.Security.Permissions.SecurityPermission""

what i need to do in the code or other place to fix this problem ?

have a nice day.
 
* "Daylor said:
im getting System.Security.SecurityException
when im try to createInstance from assembly i just loaded from other
computer.

the exeception occur when in that assembly , unmanged code is accessed
(com).


i got this message :
""Request for the permission of type
System.Security.Permissions.SecurityPermission""

what i need to do in the code or other place to fix this problem ?

<http://www.google.de/[email protected]>
 
Back
Top