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
8
votes
1 answer

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 aspx pages and ascx custom controls that use them custom configuration section custom HTTP module More or less the…
Robert Koritnik
  • 103,639
  • 52
  • 277
  • 404
8
votes
3 answers

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 to the project's only feature. I've not yet changed anything about the empty receiver class that Visual Studio adds by…
lance
  • 16,092
  • 19
  • 77
  • 136
5
votes
2 answers

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 command of stsadm. When I click on the Deploy Solution menu, it transfers me to deploy to the solution page. In this page,…
Anoop
  • 5,246
  • 6
  • 27
  • 29
5
votes
1 answer

SharePoint 2007/2010 deployment methods

I've been developping for SharePoint 2007/2010 for a couple years now. And I realize at this point that no company are using the same deployment method for new sites. I'm wondering what are the "Best Practices" to deploy. Here is the method I've…
4
votes
2 answers

Preventing removal of a shared dll during a wsp solution uninstallation/retraction

I'm working on a bunch of solutions which uses a third party DLL from vendors like Telerik. We use the dll in most of your solutions. But when i uninstall any of the solutions the dll is getting removed from the assembly. This is a very unfortunate…
NLV
  • 21,141
  • 40
  • 118
  • 183
3
votes
1 answer

WSPBuilder doesn't add all Files to manifest.xml correctly

I use WSPBuilder to create WSP-Files from my Sharepoint projects. Some of them contain Files in special folders like "Layouts" that need to be deployed. When I use VS2010's ability to create a wsp-File using the "deploy" command, the wsp contains a…
Ole Albers
  • 8,715
  • 10
  • 73
  • 166
3
votes
1 answer

Create wsp-files with msbuild

When I rightclick on a sharepoint project and select "deploy" a wsp file gets generated. I now want to automate the buildprocsses. I already use nant to call MsBuild. This builds my csproj-file. How can I get from this to my wsp files? I read some…
Ole Albers
  • 8,715
  • 10
  • 73
  • 166
3
votes
2 answers

Does anybody know if manifest.xml (wsp) has an intellisense for Visual Studio?

I've been searching for intellisense in Visual Studio 2005 or Visual Studio 2008 when editing "manifest.xml" file in a SharePoint solution (wsp) with no result. Does anybody know if there is something similar to CAML intellisense but for…
jaloplo
  • 941
  • 2
  • 12
  • 32
3
votes
4 answers

How to place resx files in App_GlobalResources folder using solutions (wsp)?

I've made a lot of solutions (wsp) for SharePoint 2007 and I have almost automated all installation steps needed, but there is one thing I cannot automate. How can I make a solution that places resources (resx) files in the App_GlobalResources…
jaloplo
  • 941
  • 2
  • 12
  • 32
3
votes
5 answers

Packaging multiple features into a single WSP solution file

I am working on a sharepoint feature which includes a couple of list definitions, 2 webparts, a feature receiver assembly and an InfoPath form. I have to use WSPBuilder to package these, and the requirement is to package all these features into a…
ashwnacharya
  • 14,601
  • 23
  • 89
  • 112
3
votes
1 answer

Deploy custom InfoPath form with SharePoint list in VS2010

when I make a list in SharePoint 2010, I have the option to edit the forms for this list using InfoPath (by enabling a feature on the site collection and one on the site). When I save this form, it is saved as the default edit form for the list. Now…
Olaf Keijsers
  • 566
  • 4
  • 16
3
votes
0 answers

What are the ways to connect with a sip server that does not support web socket via javascript say node.js?

Hello I am now working in a situation where I need to create a sip client using javascript but the sip server doesn't support web socket protocol. Can any one please suggest me some workaround? Thanks in advance.
KOUSIK MANDAL
  • 2,002
  • 1
  • 21
  • 46
3
votes
3 answers

Sharepoint 2010 register control as safe through wsp

I created a "Hello World" Sharepoint 2010 solution using VS2010. It contains just a feature, and a webpart containing a label. I registered the webpart as a safe control in the "Properties" window of the webpart, in VS2010. When I deploy my…
Diana
  • 101
  • 2
  • 5
3
votes
2 answers

How can I set up continuous deployment for a SharePoint 2010 Visual Studio solution?

I want to automatically build .wsp packages and re-deploy them on a staging server after each commit. I know how to setup CruiseControl.Net for continuous integration, but I don't know how to build and deploy the packages. So far I got MSBuild to…
skolima
  • 31,963
  • 27
  • 115
  • 151
3
votes
1 answer

Failed to load receiver assembly exception occurs when activating the wsp file

I have a sandbox solution, that is created from VS2010. The sandbox was actually created for SharePoint 2010. The sandbox solution also works smoothly in Office 365 (i.e. SharePoint 2013 Online). When it is activated, it will add a library and add…
Prakash
  • 422
  • 1
  • 12
  • 31
1
2 3 4 5 6 7