Hi
I created an app which has feature to deploy list and create a list instance.
I want to move this list from app web to host web
I used Export-SPWeb command to export the list from app web (which completed successfully)
but when I used Import-SPWeb to import list to host web, it fails with error message:
"Feature ‘GUID’ for list template ‘XXX’ is not installed in this farm. The operation could not be completed"
I dont want to install feature in host web (basically I will need wsp for that)
Is there any way by which I import list from app web to host web?
Regards,
RK
Radhakrishna