Hello,
use this powershell command
Add-SPSolution pathtoyourproject.wsp
changing the "pathtoyourproject" with the complete path (something like 'c:\code\SharePointProject2\bin\debug\SharePointProject.wsp');
once it's done, you can go to the central administration and deploy it or use this command
Install-SPSolution –Identity SharePointProject.wsp –WebApplication http://webapplicationurl -GACDeployment
and then you can go to your site and activate the feature containing your webpart or use this command
Enable-SPFeature FeatureFolderName -Url http://yoursiteurl
Best regards, Christopher.
Blog |
Mail
Please remember to click "Mark As Answer" if a post solves your problem or
"Vote As Helpful" if it was useful.