COM+ -- ActivationOption.Server
-
:confused:We are trying to developing small DNA application using VB .NET. We have defined one interface project. Ther are two types of class one is for property (IAc) & other is for method (IAcExec). We implement IAc in business tier & IAcExec in Data Tier. Data tier is resides on MTS. We are using ActivatiopType is server. We have faced problem like When we pass ByRef Me (i.e Implements class of IAc) from Business tier to data tier using function/sub. (Function fill the value of interface class.)At that time we have not received values at business tier through ME object. In brief it just treat as ByVal Me. Same when we declare varible for business tier class (i.e Implements class of IAc) and pass object then we have recd. values with same function/sub. Please give me suggestions on it.