Sometimes if you restore a site collection, you might need to deactivate and uninstall a infopath form and reupload it.
To do that, first go to your site - Site Settings - Site Collection Administration (Go to "Go to top level site settings" if necessary) - Site collection features - Deactivate the feature.
Get the GUID on the link, you ll need it to uninstall
Then,
Uninstall the corresponding feature using stsadm
stsadm.exe -o uninstallfeature -id 9fd01052-5564-8ed4-e2b7-a563e9898f08 -force
Sometimes, copy-pasting above code does not work, simply write it yourself.
Bye !
To do that, first go to your site - Site Settings - Site Collection Administration (Go to "Go to top level site settings" if necessary) - Site collection features - Deactivate the feature.
Get the GUID on the link, you ll need it to uninstall
Then,
Uninstall the corresponding feature using stsadm
stsadm.exe -o uninstallfeature -id 9fd01052-5564-8ed4-e2b7-a563e9898f08 -force
Sometimes, copy-pasting above code does not work, simply write it yourself.
Bye !
Hiç yorum yok:
Yorum Gönder