I am not sure why i never get an answer to any of my posts around here! Am I
asking trivial questions that nobody wants to answer or am I asking too
complicated questions that nobody knows anything about? Are my questions clear
or do I need to explain more?
Hi shadysamir,
It looks like you have a couple of typos that could munge your function:
gatewayConnection =
NetServices.createGatewayConne?ction("http://10.0.0.15/gateway.aspx");
Note the "?" in the middle of the "createGatewayConne?ction" property, and:
MSQL=gatewayConnection.getServ?ice("remoting", this)
also has a "?" in the middle of the property.
HTH,
Tom
> I am using .NET remoting inside a class, my code is like that:
>
[quoted text clipped - 30 lines]
> called. I tried the same .NET service with another flash document but on the
> timeline not isnide a class and it worked fine.
shadysamir - 11 Mar 2005 09:55 GMT
Thank you for your reply. I am not sure why you got my post with those question
marks but they are not there, nor they are in my code. Anyway, I figured out
that so many people are having the same problem. The _Result handler is not
called inside a class. I am not sure why and i came across a few posts on some
newsgroups, all with no answers.