Recently I got a strange error when deploying a new feature:
Required tag 'http://schemas.microsoft.com/sharepoint/:Feature' is missing from XML file
After quite a bit of analysis I realized the following feature definition property was missing:
xmlns="http://schemas.microsoft.com/sharepoint/"
Subscribe to:
Post Comments (Atom)
From which file was this definition missing? I'm getting the same error, but the feature.xml contains the xmlns element you note.
ReplyDelete