.NET Remoting

Discussion in 'Hosting Services / Control Panel' started by bizmarkinfo, Dec 20, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. 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
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Remoting is not supported.

    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">
     
  3. 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

    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">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page