I am new to this type of development so I apologize in advance if this is a stupid question. But.....
I installed a web part that was packaged in a WSP through the Management Console as follows:
Add-SPSolution -LiteralPath c:\temp\mySolution.wsp
and
Install-SPSolution -Identity mySolution.wsp -WebApplication http://sp-dev:10000 -GACDeployment
If I go to System Settings->Manage Farm Solutions I see my solution installed there. I thought at this point I would be able to add this web part to pages but when I go to add it there is nothing in the Custom folder.
From the Central Admin I tried deploying it to my web application but it says it is already there. What do I need to do to make this web part available to my sites?
