Hi,
If I go in site settings, I can't see Term store management under Site Administration.
I searched and found on different sites this solution:
reason: A hidden web application feature is probably not activated.
solution:
Enable-SPFeature -id "73EF14B1-13A9-416b-A9B5-ECECA2B0604C" -Url <SiteCollection-URL>
But if I run this code I get an error:
"Objext reference not set to an instance of an object"
What could be the problem?