I am working on a large project with .NET remoting and I am having a problem
with the Netconnection debugger. I have moved all my remoting calls into an
Actionscript class file so that I can keep my timeline simple and clean.
Everything is working fine. My only issue is that I am getting no messages in
the NetConnection Debugger anymore. I have the Netdebug.initialize statement in
my class constructor.
Is there something else I need to do to get messages to bubble out of my class
to the Netconnection Debugger?
MaxManNH - 27 Oct 2007 01:28 GMT
Ok, I solved the problem. Apparently you have to have the NetDebug Remoting
Classes Object on the main timeline or your remoting calls won't post messages
to the Netconnection debugger. So even though I am importing the libraries in
my class and initing the NetDebug object, without the actual compiled clip on
the stage somewhere I can't get messages.