Category Archives: InfoPath

Debugging InfoPath Browser Form

If you’re using custom code with your browser enabled InfoPath forms and would like to be able to debug them, follow the steps outlined below to configure the form to enable this. Open the Visual Studio Tool for Applications(VSTA) editor … Continue reading

Posted in InfoPath, SharePoint | Tagged , | Leave a comment

Register Code Behind InfoPath Form for Web Browsing

This post describes how to deploy a web browser compatible InfoPath form, with code-behind, through a SharePoint feature. Installing and registering an InfoPath form, along with a custom content type is pretty straight forward once you know the required steps. … Continue reading

Posted in InfoPath, SharePoint | Tagged , | Leave a comment

InfoPath Object Reference not set Error

After designing an InfoPath form and as you try to upload and register the form to SharePoint, through the Central Administration site for example, you may see the following error: Object reference not set to an instance of an object … Continue reading

Posted in InfoPath | Tagged | 1 Comment

Form template failed to load

If you’re working with an InfoPath form and are trying to display it as a web enabled form but are getting errors saying the form template failed to load, it may just be due to the manifest for the XSN … Continue reading

Posted in InfoPath, SharePoint | Tagged , | Leave a comment

Package and Deploy a SharePoint Designer Workflow

Note: A sample project containing a simple designer workflow and the code described in this post is available for download here. Workflows created in SharePoint Designer are good when you want to be able to deploy workflows to your customers … Continue reading

Posted in InfoPath, SharePoint | Tagged , | 15 Comments