Event handling on remoting classes
When i want to handle an event from a remoting class in the client app i got
a security exception telling me that DelegateSerializationHolder is not
permitted to be deserialized at this security level. Use .NET security
policy administration tool.
plz guide me how can i handle this error and what security permissions
should i give to my assembly.
.
Relevant Pages
- Event handling on remoring classes
... When i want to handle an event from a remoting class in the client app i got ... a security exception telling me that DelegateSerializationHolder is not ... permitted to be deserialized at this security level. ... (microsoft.public.dotnet.framework.remoting) - Re: Event handling on remoting classes
... > When i want to handle an event from a remoting class in the client app i ... > a security exception telling me that DelegateSerializationHolder is not ... > permitted to be deserialized at this security level. ... (microsoft.public.dotnet.languages.vb) - Event handling on remoting classes
... When i want to handle an event from a remoting class in the client app i got ... a security exception telling me that DelegateSerializationHolder is not ... permitted to be deserialized at this security level. ... (microsoft.public.dotnet.languages.vb) - implementing ICertificatePolicy causes security exception under hosted environment
... I have run into a security exception when I run my code under ... System.Security.Cryptography.X509Certificates.X509Certificate, ByVal request ... To grant this application the required permission ... (microsoft.public.dotnet.framework.aspnet.security) - Another AllowPartiallyTrustedCallers Question
... AssemblyInfo.vb file but still have the same security error. ... AllowPartiallyTrustedCallers() procedure? ... Here's what I am trying to do that causes the security exception: ... button in a DataGrid control. ... (microsoft.public.dotnet.security) |
|