Top "Wsp" questions

WSP (SharePoint Solution Package) is a CAB file with a .wsp file-name extension that contains all the files that must be deployed on the front-end Web server and a set of XML-based installation instructions.

SharePoint wsp solution: How to Deploy Globally

I have created a wsp package and add it to Central Administration > Operations > Solution Management using the addsolution …

sharepoint deployment global wsp stsadm
Why is my project's assembly missing from the package when I debug?

I've got a SharePoint project that I've been debugging for some time without problems. Today I added a feature receiver …

deployment sharepoint-2010 assembly-resolution wsp feature-receivers
How do I deploy an Asp.net web application to a Sharepoint 2010 site using WSP

Suppose I created a custom web application that consists of: several assembly DLLs: web app, business logic, data services multiple …

asp.net visual-studio-2010 deployment sharepoint-2010 wsp
How to deploy and activate SharePoint solution in SharePoint Server 2010 using web services?

In SharePoint 2010, site templates (.stp files) are deprecated. Instead, solutions (.wsp files) are used to achieve the same effect, but …

web-services sharepoint solution wsp
SharePoint Timer job not working after deploying wsp successfully

Hi I deployed SharePoint Timer Job wsp successfully using stsadm command tool and Central administration and it was deployed globally. …

sharepoint deployment wsp
Using WSPBuilder to build a solution for a web part I developed

I have only ever deployed web parts from development by clicking F5. Now, I know I have to have a …

sharepoint wspbuilder wsp