Validation (XHTML 1.0 Transitional): Element 'fieldtypes' is not supported

willow6262

New Member
Hi I am trying to create an AssetPicker with VS 2010 it is framework 3.5 and I get the is not supported. when I deploy I can only see the fields as text.Any Solution?\[code\]<?xml version="1.0" encoding="utf-8"?><FieldTypes> <FieldType> <Field Name="TypeName">RelationshipField</Field> <Field Name="ParentType">Text</Field> <Field Name="TypeDisplayName">Relationship Field</Field> <Field Name="TypeShortDescription">Relationship Field</Field> <Field Name="FieldTypeClass">AssetPicker.RelationshipField, AssetPicker, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7498984c8afdbdb9</Field> </FieldType></FieldTypes>\[/code\]
 
Back
Top