Hi am having problem with Activating my feature
When deploy my solution it showing Solution deployed successfully but it is not showing either in site collection features or in WebApplication Features
I have fallowed these steps
Add-SPSolution -LiteralPath wspname
Install-SPSolution -Identity wspname -GACDeployment -force
Enable-SPFeature -Identity FeaturePath -url http://...
Normally when i execute enable-spfeature it saying object reference not set kind of error
For the same cmdlet if add -Force it is executing successfully but feature is not activated any where