visual-studio-2010sharepoint-2010stsadm

Deployment solution using stsadm


I have a solution with 4 projects to automatically some processes in Sharepoint.these projects are:

So, When I deploy this solution in VS, everything works.... But When I try to deploy this solution using powershell, doesn't work.

I use the following scripts:

And when I go to Site Actions --> Site Settings --> Site Actions --> Manage site features, I can find my solution, I put his status to Activated, restart IIS.... But When I open Sharepoint, I can't find anything.... :(. Am I missing something?????

Thanks!!!!


Solution

  • You have to force the timer jobs execution :

    stsadm -o execadmsvcjobs
    

    stsadm is deprecated inside SharePoint 2010.

    Use Powershell instead.

    A good strating point here !