How to debug COM+ EXE
-
Hi All, I have one com+ exe and one .net service is importing its function to begin the process, now how can i debug my exe, i mean to set a breakpoint or what whenever the service call my exe? I tried with attach to process but i didnt see any process running.So please give me the way....
Thanks A Ton Ash_VCPP
-
Hi All, I have one com+ exe and one .net service is importing its function to begin the process, now how can i debug my exe, i mean to set a breakpoint or what whenever the service call my exe? I tried with attach to process but i didnt see any process running.So please give me the way....
Thanks A Ton Ash_VCPP
Have you tried Debug.Assert(false) in start of the service. Similarly you can place ASSERT(false) in those COM exes when that segment executed a modal dialog box would appear, you can load that in visual studio.
Regards, Mushtaque Nizamani