COM+ -- ActivationOption.Server
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
:mad:We are trying to developing small DNA application usnt VB .NET. We define 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 feced problem like When we pass ByRef Me from Buseiness tier to data tier using function. (Function fill the value of interface class.)At that time we have not received values at business tier. In brief it just treat as ByVal Me. Same when we declare varible for business tier classes and pass object then we have recd. values. Please give me suggestions on it.