Quantcast
Channel: SharePoint 2010 - Development and Programming forum
Viewing all articles
Browse latest Browse all 11571

Infopath debug

$
0
0

Hi, sometimes I am able to debug an infopath FormCode.cs but sometimes don't... why???

Those are the steps that I follow after the form is published:

#Disable feature on site collection level
Disable-SPInfoPathFormTemplate -Identity "Formulaire VCF - Audit.xsn" -Site "http://...:86/sites/blabla/"

#To Uninstall the existing xsn Form Template
Uninstall-SPInfoPathFormTemplate -Identity "Formulaire VCF - Audit.xsn"
stsadm -o execadmsvcjobs

#Install the new solution based on the .xsn file path
Install-SPInfoPathFormTemplate -Path "C:\Users\ext.renato.iskandria\Documents\Formulaire VCF - Audit.xsn"
stsadm -o execadmsvcjobs

#Enable feature on site collection level
Enable-SPInfoPathFormTemplate -Identity "Formulaire VCF - Audit.xsn" -Site "http://...:86/sites/blabla/"
thanks

Viewing all articles
Browse latest Browse all 11571

Trending Articles