Tag 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

Programatically register InfoPath form for Web Browsing in SharePoint

A topic that is not particularly well document with SharePoint is how to deploy a web browser compatible InfoPath form via a feature. Deploying a form through the Central Administration site provides such a form. This isn’t much use if … Continue reading

Posted in InfoPath, SharePoint | Tagged , | 20 Comments