PDA

View Full Version : .NET Remoting


bizmarkinfo
12-20-2003, 04:06 AM
Has any one ever tried to host a Remote object derived from the framework class MarshalByRefObject ?

It works fine on my local installation but when the object is hosted, I receive the following message:

"Type System.DelegateSerializationHolder and the types derived from it(such as System.DelegateSerializationHolder) are not permitted to be deserialized at the sercurity lever."

Any thought would be appreciated.

Thanks, Serge

serge metayer

bruce
12-21-2003, 03:34 AM
Remoting is not supported.

[b]quote:Originally posted by bizmarkinfo

Has any one ever tried to host a Remote object derived from the framework class MarshalByRefObject ?

It works fine on my local installation but when the object is hosted, I receive the following message:

"Type System.DelegateSerializationHolder and the types derived from it(such as System.DelegateSerializationHolder) are not permitted to be deserialized at the sercurity lever."

Any thought would be appreciated.

Thanks, Serge

serge metayer
</blockquote id="quote"></font id="quote">

CyberHawke
02-20-2004, 06:56 AM
Check out this site if you are interested in doing remoting. Ingo is the formost authority on .NET remoting in the entire world. I have found his contribution to the remoting community to be quite refreshing and informative.
http://www.ingorammer.com
This page on his site answers your specific question:
http://www.ingorammer.com/remotingFAQ/changes2003.html

[b]quote:Originally posted by bizmarkinfo

Has any one ever tried to host a Remote object derived from the framework class MarshalByRefObject ?

It works fine on my local installation but when the object is hosted, I receive the following message:

"Type System.DelegateSerializationHolder and the types derived from it(such as System.DelegateSerializationHolder) are not permitted to be deserialized at the sercurity lever."

Any thought would be appreciated.

Thanks, Serge

serge metayer
</blockquote id="quote"></font id="quote">