I ever read a topic said
If a Sub-Componet is created using
ComponentB b = new ComponetB();
Object b do not inherit root component's context information.
but if a Sub-Componet is created using
ComponentB b = GetObjectContext.CreateInstance("ComponentB ");
Object b will get root component's...
Hi Every:
I have a confused problem about COM+ Transaction.
I have a Componennt A that new transaction required and Component B that transaction supported.
Both ComponentA and ComponentB is transactional, pooled and JIT Activation.
whether I need call Compoent B's method by creating a new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.