Debugging InfoPath form made in Visual Studio 2008

S

Sjoukje Zaal

Hi,

I'm creating an InfoPath form with Visual Studio 2008 wich makes
appointments in a SharePoint Calender.

I'm trying to debug the form wich is published to an SharePoint Forms
Library, attached the Visual Studio debugger to all the w3p.exe processes
but it never hit my breakpoints.

Can someone tell what seems to be the problem here?

Regards,
Sjoukje
 
S

Shiva (GGK Tech)

Hello,

We have to consider the below points to debug the InfoPath form,
1. While debugging your form you have to choose the InfoPath.exe to attach
process.
2. Published version and debug solution number should be equal.
3. Your solution should be in debug mode.
4. Can you check once are you able to debug if you run the solution?
5. Make sure that your break point code should be reach for your test case.
 
S

Sjoukje Zaal

Hi Shiva,

Thanks for your reply. Debugging is still not working.

1. I've opened InfoPath so I can attach to the InfoPath.exe process and
attached the debugger to it (I also checked attaching the debugger to the
InfoPath.exe process and all of the w3p.exe processes at one time).
2. The versions are equal
3. The solution is in debug mode (property settings in Visual Studio
solution)
4. Breakpoints can't be hit. The VS error message is: The Breakpoint will
not currently be hit. No symbols are loaded for this document.

Regards
Sjoukje
 
S

Sjoukje Zaal

Hi Shiva,

Thanks for your reply. Debugging is still not working.

1. I've opened InfoPath so I can attach to the InfoPath.exe process and
attached the debugger to it (I also checked attaching the debugger to the
InfoPath.exe process and all of the w3p.exe processes at one time).
2. The versions are equal
3. The solution is in debug mode (property settings in Visual Studio
solution)
4. Breakpoints can't be hit. The VS error message is: The Breakpoint will
not currently be hit. No symbols are loaded for this document.

Regards
Sjoukje
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top