Hi All,
I created a list template and it got successfully saved to list template gallery. I am trying to create a new list with the above created list template in the same site . but unfortunately the list template is not visible under create page.
Mine is SharePoint 2010 environment and it is nothing to do with migration.
I tried activating team collaborating lists feature under web features and tried below code from various articles.
Write-Host "**********operation Started************"
$webURL = "http://servername/sites/test/"
$web = Get-SPWeb $webURL
$web.parserenabled = $true
$web.update()
$web.dispose()
Write-Host "**********operation completed************"
But nothing helped....
Can anyone suggest....
srinivas