ERROR: Exception from HRESULT: 0x81070201
When using STSDEV to create a custom list as a feature, I had my solution deploying and my feature activating without a problem, but then when I created the list I got the error:
ERROR: Exception from HRESULT: 0x81070201
I looked through the log files and found that the Schema.xml file was not included in my feature manifest as an <ElementFile> element. Once I added this it fixed this error
ERROR: Exception from HRESULT: 0x81070201
I looked through the log files and found that the Schema.xml file was not included in my feature manifest as an <ElementFile> element. Once I added this it fixed this error
Comments
Regards, Simon
ElementManifests
But where do I declare schema.xml in ElementFile in element