Hi,
Can anybody tell me how to debug a MTS components from a client machine?
Thank you
Printable View
Hi,
Can anybody tell me how to debug a MTS components from a client machine?
Thank you
Put code in mtsmachine and compie with project
properties debug option the C:\\\....Mtx.exe:\p
packageid(MTS) and run the project after a break point
on the method to debug.
now copy dll to be a proxy to client remoteservername point
to mts machine and call the dll.
it will break for u to debug
regards