views:

710

answers:

3

I have a custom content type with custom fields. I'm trying to create a custom document information panel using infopath. Whenever I try to do that infopath gives me this error

propertySchema0.xsd#/schema/element[1][@name = 'properties']/complexType[1]/sequence[1]/element[1][@name = 'documentManagement']/complexType[1]/all[1]/element[1] Reference to undeclared namespace prefix: 'ns1'.

Any one have seen this before? There's nothing unusual about the fields in the content type, other than that their names are in unicode characters, could that be the problem?

Thanks

A: 

Ok, so the unicode characters in the display names has nothing to do with the error. The columns I'm using are pretty standard columns, mainly text, integer and boolean type columns. Anyone has any idea what might be causing this?

Sam
A: 

Same problem here. No idea what the problem might be.

A: 

I've finally figured this one out. The SourceID needs to be set inn the field type definition in the feature manifest. Setting SourceID to the same value as the builtin fields dows the trick. Like this SourceID="http://schemas.microsoft.com/Sharpeoint/v3"

In my case I had to add SourceID and StaticName attributes to the field
Sam
I'm having the same problem and don't know where the feature manifest is? Where did you modify the file?
LB