I'm trying to use Asynchronous Method Calls for the first time.
I create an instance of JadeMethodContext, call initialize, set workerAppName, call invoke and I'm getting a 31923 "Worker application is not running" exception.
The worker application is running - I can't see any reason why this isn't working.
The worker application is calling asyncInitialize in its initialization method and asyncFinalize in its finalize method.
I've tried renaming the application a couple times, I've tried running it as a server app and as a thin client app, but nothing seems to make any difference.
Does anybody with Asynchronous Method Call experience have any ideas?