We have developed a COM component to be used in ASP pages of HTTPD service in Windows CE. We need to debug the COM Component. We have limited active sync capability with ConmanClient2.exe and cMaccept.exe.
What should we do debug the component from our PCs?
Where can we get more information on this?
We have developed a COM component to be used in ASP pages of HTTPD
Share
You can attach the Visual Studio native code debugger to the services.exe process. This process will be the one loading your COM dll. For more information you can read the native code part of this page in MSDN (Walkthrough: Debugging a Solution that Includes Both Managed and Native Code).