Click to See Complete Forum and Search --> : MTS DEBUG


Shah
October 10th, 2000, 08:33 PM
Hi,

Can anybody tell me how to debug a MTS components from a client machine?

Thank you

mpaul
November 5th, 2001, 03:56 AM
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