Policy Injection Application Block and MarshalByRefObject

  • Thread starter Thread starter arunairs
  • Start date Start date
A

arunairs

Hi,
As I understand to use PIAB your class must derive from
MarshalByRefObject. This simply will not work for me in my current
project. Any ideas what does it take to implement your own custom
base class, so that MarshalByRefObject will not have to be used? I
would appreciate if someone can point me to link(s) or an example
class that can replace MarshalByRefObject.

thanks,
Arun
 
Hi,

I have seen your question regarding using policy Injection without MarshalByRefObject. Have you got the answer for the
same? As my requirement is also same.
Please help me.

Thanks
Reena



arunair wrote:

Policy Injection Application Block and MarshalByRefObject
04-Oct-08

Hi
As I understand to use PIAB your class must derive fro
MarshalByRefObject. This simply will not work for me in my curren
project. Any ideas what does it take to implement your own custo
base class, so that MarshalByRefObject will not have to be used?
would appreciate if someone can point me to link(s) or an exampl
class that can replace MarshalByRefObject

thanks
Arun

Previous Posts In This Thread:

Policy Injection Application Block and MarshalByRefObject
Hi
As I understand to use PIAB your class must derive fro
MarshalByRefObject. This simply will not work for me in my curren
project. Any ideas what does it take to implement your own custo
base class, so that MarshalByRefObject will not have to be used?
would appreciate if someone can point me to link(s) or an exampl
class that can replace MarshalByRefObject

thanks
Arun


Submitted via EggHeadCafe - Software Developer Portal of Choice
HTMLDocumentClass - Parsing HTML in .NET
http://www.eggheadcafe.com/tutorial...bc-ae671cbcee87/htmldocumentclass--parsi.aspx
 
Back
Top