Friday, 31 July 2009

Hosting InfoPath forms inside XmlFormView

First add:

 

<SafeControl Assembly="Microsoft.Office.InfoPath.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Namespace="Microsoft.Office.InfoPath.Server.Controls" TypeName="*" Safe="True" />

 

To the safe controls of the web.config.

 

 

Then go to the sites Gallery, appending the link : _layouts/NewDwp.aspx

 

Find “Microsoft.Office.InfoPath.Server.Controls.XmlFormView”

 

And add it to the gallery.

 

No comments:

Post a Comment