.NET Framework Developer Center > .NET Development Forums > .NET Remoting and Runtime Serialization > Bypass Creation of Client Activated Object On Remoting Server
Ask a questionAsk a question
 

QuestionBypass Creation of Client Activated Object On Remoting Server

  • Thursday, November 05, 2009 2:10 PMNeil Blackburn Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,

    I have a class in a class library referenced by my remoting client and server programs.  It's also registered as a client activated object in both.

    My question is can I create a local instance of this class in the remoting client?  new and Activator.CreateInstance both create a remote instance as expected.

    Thanks for your help.