KarthikOnIT 0 Newbie Poster

Hi,
I have created a plugin for Microsoft Outlook say OutlkPlugin.dll and created a COM server say OutlkEXE.exe. The Outlook plugin is loaded successfully and i am able to call the API's in COM server(OutlkEXE.exe) that was exposed through Interfaces from OutlkPlugin.dll

But i m UNABLE TO DEBUG my COM server(OutlkEXE.exe) by setting OUTLOOK.exe as executable.

Env:

1. I m able to debug my OUtlook Plugin - OutlkPlugin.dll by setting OUTLOOK.exe as executable.

2. both Outlook Plugin(OutlkPlugin.dll) & COM server(OutlkEXE.exe) are copied to
a common path in debug mode.

3. COM server is registered.

4. Technology used VC++.

Any clues to debug the COM server.

Thanks in Advance.