I mistyped the ElementManifests statement in the Feature definition.
Instead of using the ElementManifest tag I used the ElementFile tag. Uggg...
<Feature xmlns="http://schemas.microsoft.com/sharepoint/" ...>
<ElementManifests>
<ElementManifest Location="SiteColumns.xml"/> <!-- Right -->
<ElementFile Location="SiteColumns.xml"/> <!-- Wrong -->
</ElementManifests>
</Feature>
Rookie mistake. I didn't look closely at my Feature file because I was sure I had screwed up something in the element file that contained by Field definitions.
0 comments:
Post a Comment