我已經開始編寫一個簡單功能來創建站點列和內容類型。如果我嘗試激活此功能,它會給我提供錯誤值不在預期範圍內,沒有什麼更多的幫助。如果我刪除了ContentType標籤,該功能就可以正常激活,我可以看到新創建的Account站點列。任何想法是什麼錯誤與ContentType?SharePoint功能激活 - 值不在預期範圍內
<?xml version="1.0" encoding="utf-8" ?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
<Field
ID="{345C9562-F0D9-4327-853B-5072E296823A}"
Name="Account"
DisplayName="Account"
Type="Text"
Group="Accounts">
</Field>
<ContentType
ID="0X010100"
Name="Account Doc"
Description="Account Doc"
Version="0"
Group="Account Types">
<FieldRefs>
<FieldRef
ID="{345C9562-F0D9-4327-853B-5072E296823A}"
Name="Account"
DisplayName="Account" />
</FieldRefs>
</ContentType>
</Elements>
更改x的大小寫並沒有什麼區別 – Goyuix 2009-10-28 16:26:43