I have to use Microsoft Visual Studio 2012 with standard Sharepoint 2010 project templates.
When I try to create a simple sharepoint feature that has only one list inside itself, feature is published, imported, activated - but list I declared is missed in Sharepoint.
I can't figure out why my list is missed.
What I do step by step:
- MSVS. New Sharepoint 2010 project (Farmed solution)
- MSVS. Add net item - new Sharepoint List
- MSVS. Create a feature. Make sure that my list is inside feature
- MSVS. Publish project to wsp file locally
- SP. Import wsp. No error are found
- SP. Activate feature - feature is activated
There is no new custom list in Sharepoint after that.
I double checked that wsp file has standard schema.xml, elements.xml for my list.
What I do wrong?