Infopath cannot open form definition xsf. Form contains errors -


while trying open infopath form (manifest.xsf) in design mode getting message:

infopath cannot open following form: d:\abc\infopath form template\manifest.xsf

the form definition(.xsf) file contains errors.
details : following file referenced in .xsf file not part of form : microsoft.office.interop.excel.dll

because form not ready open can't go code editor , add references. how fix error?

if opens on machine say, make change there , copy over.

alternatively, if template saved 'source files' can edit .xsf text editor xml file. entry you're looking this:

<xsf:file name="microsoft.office.interop.excel.dll">     <xsf:fileproperties>         <xsf:property name="filetype" type="string" value="refassembly"></xsf:property>     </xsf:fileproperties> </xsf:file> 

Comments

Popular posts from this blog

command line - Use qwinsta in PowerShell ISE -

java - Incorrect order of records in M-M relationship in hibernate -

php - I want to create a website for polls/survey like this http://www.poll-maker.com/ -