Hi!
I've got such a problem:
COM+ class "Param" is in the client
COM+ class "Container" is in the server,
it has a variable of type "Param"
create(aParam)
aParam.Set(Value)
createEx(aContainer)
aContainer.Add(aParam)
aContainer.UseParamMethod() {e.g. aParam.Set(NewValue) }
I can put aParam to the aContainer and then get it back.
but when I try to use aParam's method inside the container, the appropr. methods invocation fails.
Any advice????
Thank You in andvace
I've got such a problem:
COM+ class "Param" is in the client
COM+ class "Container" is in the server,
it has a variable of type "Param"
create(aParam)
aParam.Set(Value)
createEx(aContainer)
aContainer.Add(aParam)
aContainer.UseParamMethod() {e.g. aParam.Set(NewValue) }
I can put aParam to the aContainer and then get it back.
but when I try to use aParam's method inside the container, the appropr. methods invocation fails.
Any advice????
Thank You in andvace