One of the ways to resolve this issue to install Windows SharePoint Services 3.0 Application Template: Application Template Core.
Install:
stsadm -o addsolution -filename path\mySolution.wsp
stsadm -o execadmsvcjobs
stsadm -o deploysolution -name mySolution.wsp -immediate -allowGacDeployment -force
Uninstall:
stsadm -o retractsolution -name mySolution.wsp -immediate
stsadm -o execadmsvcjobs
stsadm -o deletesolution -name mySolution.wsp -override
stsadm -o execadmsvcjobs
No comments:
Post a Comment