Hello All,
I want to debug a browser enabled InfoPath form with code.
MSDN says here how to do
But I see that I don't have the option "Open Visual Studio and click Attach to Process on the Tools menu."
Can any one please help.
Hello All,
I want to debug a browser enabled InfoPath form with code.
MSDN says here how to do
But I see that I don't have the option "Open Visual Studio and click Attach to Process on the Tools menu."
Can any one please help.
Visual Studio is required to debug an InfoPath form with code. If you are missing the menu option, try the keyboard shortcut Ctrl+Alt+P.
Right-click on the menu bar and click Customize the add the option back. It's Debug, Attach To Process on the Commands tab.
If Attach To Process is missing then you may be using the copy of Visual Studio that comes with SQL Server. You need to install a "full" version of Visual Studio such as Professional or Team System to get complete debug capabilities.