Questions tagged [wsp]

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. Windows SharePoint Services provides a rich infrastructure that simplifies deployment of solution packages in a Web farm environment.

102 questions
0
votes
1 answer

“ Exception from HRESULT: 0x8107054A ” when activating wsp on Office365 Sandbox Solution

I am uploading my wsp file and when I'm trying to activate it getting this error: Exception from HRESULT: 0x8107054A TECHNICAL DETAILS Troubleshoot issues with Microsoft SharePoint Foundation.
0
votes
3 answers

Version SharePoint WSP

Has any one tried to version WSP in SharePoint 2010? Thanks,
Faiz
  • 367
  • 5
  • 19
0
votes
1 answer

Include .STP file as feature to create .WSP file

I have to give the client a .wsp file Please give me an example of how to include the .stp inside the feature and include that feature along with other files to create a .wsp file. I have gone thru lots of site where they show the steps but I dont…
0
votes
1 answer

Deploying CSS to SharePoint with PowerShell

I am currently trying automate Deploying of Branding changes to out Business Intelligence SharePoint site through PowerShell. I am using the following code to Deploy a WSP to my local instance of SharePoint for testing. function…
Isaac Levin
  • 2,809
  • 9
  • 49
  • 88
0
votes
2 answers

Deploying WSP remotely from PowerShell 3.0

I have this large application that I am using Windows RM 3.0 to deploy Databases, SSIS packages, and other things to multiple different servers and it is working just fine. It was requested that branding changes to a Business Intelligence SharePoint…
Isaac Levin
  • 2,809
  • 9
  • 49
  • 88
0
votes
2 answers

Is this WSP uninstallation script complete?

I am using the following script for uninstallation of a wsp workflow feature. Please can someone check and confirm that it contains all the required steps for the uninstallation or not. I am doubtful because when i run this uninstallation script and…
ria
  • 819
  • 5
  • 19
  • 40
0
votes
1 answer

"Deploy" option missing visual studio 2012

I have recently migrated a sharepoint project from a vs 2010 solution to a vs 2012 solution. Previously, I have used the "deploy solution" option found under the build menu or simply by right clicking the solution level itself to obtain the needed…
KidBatman
  • 585
  • 1
  • 13
  • 27
0
votes
1 answer

How to deploy a SharePoint workflow created in Visual Studio 2008?

I have created some sharepoint workflows in Visual studio 2008 and they work exactly as required on my machine. I have tested by deploying them to several different web applications on the sharepoint server. As a package to the client, I created…
ria
  • 819
  • 5
  • 19
  • 40
0
votes
1 answer

Copy word document between document libraries in different subsites (SharePoint)

What is the best (subjective.. I know. Sorry!) method for prompting a user to copy an instance of a document in my library to a library in his own site (on the same site collection, if that matters)? I am an administrator with a few word documents…
user3299197
  • 115
  • 6
0
votes
2 answers

How exactly does a WSP deploy a dll internally

i am facing a problem with deploying dlls with a WSP. After deploying the first version of the dll using a WSP, if I want to change the dll and redeploy after retracting, it is still referring to the old assembly, even though it is no longer there…
0
votes
1 answer

Deploying WSPs to SP2013: I was not able to connect to the sql data even after deploying the WSPs properly

I developed a webapplication Example1:7575 which uses FBA. Now, I deployed these WSP's to a new server Production:2525 to get the same functionality of my previous server's webapplication. However, I was not able to fetch the data from sql server…
Bhargav
  • 124
  • 6
  • 19
0
votes
4 answers

Merging Sharepoint WSP solution files

I have multiple projects/wsp solutions for my different Sharepoint webparts and event receivers. This is fine for development, however I would like to merge the resulting .wsp files into a single one for production deployment. Is there a way to do…
driAn
  • 3,245
  • 4
  • 41
  • 57
0
votes
1 answer

Deploy silverlight xaps to ClientBin in WSP

I have some xaps being built by other projects in my solution and I need the xaps to be included in the resulting WSP. I have a mapped folder Layouts with a sub-folder ClientBin and then in the csproj I have the following: ... …
Jean-Bernard Pellerin
  • 12,556
  • 10
  • 57
  • 79
0
votes
2 answers

Deploying a content type and site columns with a WSP in MOSS

I'm looking for a clean, and repeatable, solution to deploying custom site columns and content types to MOSS using a WSP. I've currently split up my product into two Visual Studio solutions. The first contains the code itself where the second will…
Chris Stewart
  • 3,303
  • 9
  • 36
  • 55
0
votes
1 answer

Sharepoint 2010 Create and Add Webpart Automatically In Sharepoint Site When Deploy WSP

I'm using SharePoint 2010 and I have developed webparts at visual studio 2010. I'm already using WSP to deploy my web application into server, but still should create and add the webpart manually through SharePoint site. Is there any way that we can…