B
Beiley
I can't figure out how to debug my add-in under OL2010? I'm using
VS2005 with a C++ COM/ATL add-in. Any breakpoints I set never break,
although the add-in is loaded/running as determined by using
MessageBox(). I suspect it has something to do with how I'm launching
Outlook. Under OL2007, which I can debug in fine, I would start:
C:\Program Files\Microsoft Office\Office12\OUTLOOK.EXE
from within my project's debug properties. For OL2010 I've had to set
it to:
Command: "C:\Program Files\Common Files\microsoft shared
\Virtualization Handler\CVH.EXE"
Arguments: "Microsoft Outlook 2010 (Beta) 2014006204090000"
It runs, but my breakpoints don't work. Am I doing something wrong?
Thanks,
Mark
VS2005 with a C++ COM/ATL add-in. Any breakpoints I set never break,
although the add-in is loaded/running as determined by using
MessageBox(). I suspect it has something to do with how I'm launching
Outlook. Under OL2007, which I can debug in fine, I would start:
C:\Program Files\Microsoft Office\Office12\OUTLOOK.EXE
from within my project's debug properties. For OL2010 I've had to set
it to:
Command: "C:\Program Files\Common Files\microsoft shared
\Virtualization Handler\CVH.EXE"
Arguments: "Microsoft Outlook 2010 (Beta) 2014006204090000"
It runs, but my breakpoints don't work. Am I doing something wrong?
Thanks,
Mark