L
Lews
Guest
Hi!
In a thread, I create a class and initialize it. When I run a method on the class I get this error:
An unhandled exception of type System.Security.SecurityException occurred in printandreply.dll
Additional information: System.Security.Permissions.SecurityPermission
I think this is because the class I create from the thread isnt considered to be thread safe. How do I solve this?
Thanks
Lews
In a thread, I create a class and initialize it. When I run a method on the class I get this error:
An unhandled exception of type System.Security.SecurityException occurred in printandreply.dll
Additional information: System.Security.Permissions.SecurityPermission
I think this is because the class I create from the thread isnt considered to be thread safe. How do I solve this?
Thanks
Lews