i execute this command on power shell
Add-SPSolution C:\Deployment\MyFristWebPart.wsp
after execute i get this result:
Name SolutionId Deployed
---- ---------- --------
MyFristWebPart.wsp de016dbb-4273-4b79-88cb-52b3aebcb335 False
after that i execute this command:
Install-SPSolution -Identity MyFristWebPart.wsp -WebApplication http://sp2010 -GACDeployment
after i done with the above.
i went to SP Central Administration
click on System Settings>>Farm Management >> Manage farm solutions>>> there i see the my webpart
Name: MyFirstWebPart.wsp
Status Deployed
To: http://sp2010
my question is how do i use this webpart in my sp 2010 page?