I've done a thorough search on this and can't find a solution. I'm using the InfoPath Toolkit for VS2005 to write managed code for my form. The problem is that I can't get the debugger to stop on breakpoints. I am building in debug mode, tried deleting the rebuilding the .pdb file in the /Debug folder. When I preview the form with Alt-Shift-F, the debugger does not stop on breakpoints. When I Attach to the InfoPath process (specifying Managed Code), I can no longer use Alt-Shift-F to preview, and I get the indicator on my breakpoint line saying "No symbols have been loaded for this document." I don't know what I'm missing here. Any ideas?
Thanks