-
I am running into a problem when I run my application with a WCF Portal. I have a BO with Child and GrandChild BO's. I first ran into the problem with the GrandChild Objects, but double checked with just a Child Object. Things work fine with a Local DataPortal, but when I try to use a WCF Portal...
-
The child data portal never moves the calling context across the network. That is entirely outside of the scope of the child data portal. Lazy loading is somewhat of a special case where you are loading a child, but you (very probably) need to move the calling context across the network. So you have...