Hi there,
I have a main orchestration orc1 in one dll, this orchestration calls another orchestrationorc2 in another dll and passes messages and variables to orc2. I have checked the "Define DEBUG Constant" and "Define Trace Constant" for the two project that generate the dlls.
Sadly, the orc2 never appears in the tracked events, furthermore, there is an exception inorc2, but there is no mean to see it in the Tracked Events, if I debug with orchestration debugger theorc1 I never succeed in going into the orc2, it never reaches it. The error message is clearly indicating that it happened inorc2, since I wrote in orc2 several Eventlogs.
Could any one tell me why I cannot see the orc2 in the list of tracked events?
Best Regards,
Stefan