CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: MTS DEBUG

  1. #1
    Join Date
    Sep 1999
    Posts
    92

    MTS DEBUG

    Hi,

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

    Thank you


  2. #2
    Join Date
    Oct 2001
    Location
    Bangalore.INDIA
    Posts
    25

    Re: MTS DEBUG

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured