I had to go into the code and delete some references to button objects that
no longer exist on my form. I now get this error when trying to open the
form:
The form definition (.xsf) file contains elements, attributes, or structures
that are not valid.
Error details:
The keyref 'ruleSet_9' does not resolve to a key for the Identity Constraint
'{http://schemas.microsoft.com/office/infopath/2003/solutionDefinition}ruleset_name_key'.
Line 232, Position 3
</xsf:xDocumentClass>
--^
What do I do to fix this? Thanks!
Zhang Haiguang - 08 Mar 2007 06:49 GMT
Please check the .xsf file, and make sure the attribute
/xsf:xDocumentClass/xsf:ruleSets/xsf:ruleSet/@name="ruleSet_9" exists.
Or delete all of the ruleSet reference.
InfoJet Service, a product likes InfoPath Forms Services,
http://www.infojetsoft.com
>I had to go into the code and delete some references to button objects that
> no longer exist on my form. I now get this error when trying to open the
[quoted text clipped - 14 lines]
>
> What do I do to fix this? Thanks!