Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

server method invocation

Status
Not open for further replies.

poruchikN

Programmer
Feb 12, 2004
14
LT
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





 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top