Tagged Questions

WSP (SharepPoint 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.

learn more… | top users | synonyms

3
votes
1answer
82 views

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 ...
3
votes
1answer
2k views

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 ...
3
votes
4answers
5k views

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 ...
3
votes
5answers
4k views

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 ...
2
votes
1answer
66 views

Create wsp-files with msbuild

When I rightclick on a sharepoint project and select "deploy" a wsp file gets generated. I now wnat to automate the buildprocsses. I already use nant to call MsBuild. This builds my csproj-file. How ...
2
votes
2answers
155 views

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 ...
2
votes
1answer
2k views

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 ...
2
votes
2answers
561 views

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 ...
2
votes
2answers
753 views

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 ...
1
vote
1answer
216 views

Make changes in wsp file programmatically

What I currently need is to programmatically make certain changes in existing wsp file. Most likely wsp file will be created using "Save site as template" SharePoint action - and I'll need to update ...
1
vote
1answer
343 views

TFS Build 2010 - Custom Binary Location and SharePoint WSP

I'm building a solution using TFS Build 2010. This solution has multiple projects and one of the projects is SharePoint. I want TFS Build to put binaries for each project in its own folder (i.e. ...
1
vote
0answers
212 views

Better saving and deploying site as wsp or programmatically creating lists, content types etc. in event receiver?

In Sharepoint 2010 it is possible to save a site as a wsp solution package. In my latest project a site consists of several subsites, lists, content types, permission groups views and so on. Creating ...
1
vote
1answer
2k views

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 ...
1
vote
1answer
550 views

Is it possible to deploy a SharePoint WSP without causing an IIS Reset?

I'm working in SharePoint 2010 and have been unable to deploy (or retract) my WSP without causing an IISReset. Here's my situation: •The solution contains: •Fields •One content type •A page ...
1
vote
0answers
210 views

Problem with Sharepoint 2010 quick launch

I am creating a site in Sharepoint 2010, and then packaging it into a wsp. things are working fine, but there is one problem when i deploy the wsp to a new site. There is a list in the quick launch, ...
1
vote
2answers
1k views

Remote deploy WSP Files to SharePoint 2010?

I create some WSP Files on a build server every night and would like to automatically deploy them to a QA Environment. In SharePoint 2007, there was no way to remote deploy WSP Files except for ugly ...
1
vote
3answers
3k views

How to create SharePoint Site definition with custom lists using WSPBuilder?

I'm using WSPBuilder and I want to create a site definition this site definition contains some custom list definition (some list creates based on "Custom List" template). The site contains also some ...
1
vote
3answers
7k views

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 also beyond that. Uploading .stp file and using it was straight ...
1
vote
2answers
103 views

Solutions/features for editions of a commercial SharePoint product

Assume for a moment that you are creating a commercial product for SharePoint. This product will be offered in both Community (free) and Enterprise (pay) editions. The code base for the Community ...
1
vote
2answers
11k views

SharePoint wsp solution: How to Deploy Globally

I have created a wsp package and add it to CentralAdministration> Operations> Solution Management using addsolution command of stsadm. Now when I click on Deploy Solution menu, it taransfer me to ...
1
vote
3answers
7k views

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 manifest file, feature file, etc and it all goes into a wsp file. I understand the wsp file is what ...
1
vote
5answers
3k views

SharePoint Solution Package Deploy Random Failures

I keep seeing this error sporadically during solution deployment and/or feature activation... Copying of this file failed . This operation uses the SharePoint Administration service (spadmin), which ...
1
vote
2answers
1k views

SharePoint Solution Deployment: How do I prevent SP from resetting IIS when upgrading or retracting a globally deployed solutions?

So I figured out that by adding the ResetWebServer="FALSE" attribute to the solution manifest prevents SharePoint from recycling any app pools. However, when upgrading a solution that originally did ...
0
votes
1answer
37 views

aspx.cs file not found after unpacking a WSP package

I´ve unpacked a WSP package creating a new Project in Visual Studio with the "Import Sharepoint Solution Package" option. I can deploy the project and everything works just fine but I obtain this ...
0
votes
1answer
86 views

SharePoint 2010 Farm WSP deployment, one wfe is down

I have SharePoint farm 2010 with two wfe's, in which one wfe is down. Can I deploy a wsp solution now? What are the consequences?
0
votes
0answers
64 views

Why does WSP Deployment Type 'ApplicationServer' require features to be manually installed?

When I create a WSP with Deployment Type set to WebFrontEnd and deploy, all of the features contained within are automatically installed. Features that are set up as ActivateOnDefault="TRUE" (Farm or ...
0
votes
4answers
170 views

Building wsp from post-build event command line

What is the command for building WSP from post-build event command line? I'm adding one more image so that you can understand my exact requirement.
0
votes
1answer
74 views

MOSS 2010 virtual path to ASP.NET

I am attempting to host an ASP.NET application inside of my SharePoint site. I want to host a full-application so I'm hoping to run it as a virtual path application. Following instructions mentioned ...
0
votes
0answers
151 views

File copy error while deploying wsp in sharepoint 2010

We get the following error when we add and deploy a wsp in sharepoint 2010. Add is successful. Deploy to a particular web-application gives this error: Error: The copying of this file failed: ...
0
votes
1answer
127 views

Deploying multiple WSP files using a single setup - SharePoint

Is there a tool or method/process to create a package which installs multiple WSP files using a single setup for both SharePoint 2007 and SharePoint 2010?
0
votes
1answer
43 views

WSP deployment issue in MOSS 2007

We have a WSP package for deploying an application into MOSS 2007. After deploying the solution in to the MOSS 2007, none of the other sites working fine. Simply they are giving the "Server Error in ...
0
votes
1answer
21 views

Basic question on portlet (WPS 6.1)

What is the difference between a portlet label and a portlet page?
0
votes
1answer
459 views

Building WSP package for MOSS 2007 using Visual Studio 2010

We are migrating from Visual Studio 2005 to Visual Studio 2010 to build the WSP (Solution Package) for MOSS 2007. In Visual Studio 2005, we used WSP Builder to build the packages and deploy assemblies ...
0
votes
2answers
103 views

Looking for a good resource for building a SP 2007 WSP package in Visual Studio 2010

I have an event handler feature that I've built for sharepoint 2007 and have deployed by moving the DLL to the GAC and creating Feature.xml and Elements.xml in the necessary folder and then installing ...
0
votes
1answer
106 views

Packaging approach for SharePoint 2010 template

I have a SharePoint 2010 template which is using a farm deployed solution. What could be the best approach to provide this site template to the client. Should I create just one wsp for the site and it ...
0
votes
1answer
229 views

Sharepoint 2010 & InfoPath: How to deploy a customized list form as a feature?

in SharePoint 2010 it is quite easy to customize and publish the standard lists forms to a local server. But how do I deploy the forms as a feature to be installed on the customer's SharePoint farm? I ...
0
votes
1answer
191 views

Deploy Visual webpart with Asp.net custom server control

I have created a Visual Web Part in WSP builder project in VS2010. In this web part I have a ASP.net custom server control that exists in a project which I have added to the solution. Buy when I ...
0
votes
2answers
265 views

Sharepoint wsp deployment why is setup.bat 100 times slower than Visual Studio deployment?

When right-clicking in Solution Explorer and deploy - it takes seconds. When running setup /uninstall http://site from the \bin folder of the solution, it takes 13 minutes?! There are 8 features to ...
0
votes
0answers
337 views

How to generate new WSP package from an existing one for SharePoint 2010

I'm trying to deploy an existing WSP package to the same Sharepoint 2010 site several times. My solution has an .ascx file that has a couple of variables that will change from one solution to the ...
0
votes
1answer
153 views

Importing 2 custom lists in a sharepoint feature, 2nd list taking on the same custom fields as the first

I have a MOSS 2007 wsp solution that I am building with WSPBuilder, that contains definitions for 2 custom lists. In my elements.xml file, I have a and a node for each list. However, when I ...
0
votes
1answer
419 views

Deploying wsp from MSI installer

I would like to deploy a SharePoint 2010 solution package (wsp) using MSI (or some other user friendly form of installer). I know I can create a custom action and deploy everything using the ...
0
votes
1answer
254 views

Microsoft.SharePoint.intl.resources missing

I'm trying to use SPVisualDev to build and deploy my SharePoint feature. It builds the WSP but it won't deploy it, failing with the following message: Failed to deploy solution 'MyProject.wsp'. ...
0
votes
1answer
455 views

Deploy custom code to Sharepoint 2010 remotely?

I'm relatively new at creating custom content for Sharepoint 2010 and have been having some difficulty understanding how to get non-design related components (ie. web parts, custom classes, ...) into ...
0
votes
2answers
858 views

How do i deploy SharePoint 2010 Solution (WSP) to SharePoint 2007

Hi i know its a bit sarcastic but i have a simple scenario here, we worked on a visual web part for SharePoint 2010 using VS 2010; it was nice and smooth so we decided to include it on one of our old ...
0
votes
4answers
2k views

The solution contains no Web application scoped resource,

I need little help regarding sharepoint solution set up in sharepoint. I created wspbuilder project(12 hive structure including controltemplates folder) I have created project for user controls(like ...
0
votes
3answers
784 views

Version SharePoint WSP

Has any one tried to version WSP in SharePoint 2010? Thanks,
0
votes
1answer
528 views

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 ...
0
votes
2answers
80 views

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 ...
0
votes
1answer
997 views

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 ...
0
votes
2answers
522 views

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 ...

1 2