-
When you are extracting an InfoPath file you will get many diffent files, one of them is the manifest.xsf file. I had to modify the manifest.xsf file with C# code and change some values inside the xml. For this task I used the XmlDocument class from .NET. After I saved the modified file and repacked...
-
Today I am presenting you a tool which helps you to create an InfoPath (.XSN) file. When you want to edit the manifest.xsf file or any other file in an Infopath form you need to unpack theese files and then edit them. After they were edited I had the problem to pack those into an InfoPath file again...
-
Hello, in our project we downloaded many InfoPath files from the old sharepoint server. Now we wanted to upgrade them from “Web Browser Form (InfoPath 2007)” to “Web Browser Form” without opening them all in the InfoPath Designer. For this I had to unpack the .xsn InfoPath file (for example with 7Zip...
-
Before you can have a look at a published Infopath Form you must do some changes in the web.config of the portal. go to C:\Inetpub\wwwroot\wss\VirtualDirectories\[PortNumber] open the web.config and find the keyword sessionState. The first result you will find is comment out. You have to comment in this...