Tagged Questions

0
votes
2answers
29 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
2answers
98 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 …
0
votes
3answers
252 views

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

Hello, 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 …
0
votes
4answers
97 views

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 …
0
votes
1answer
48 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
1answer
63 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 …
0
votes
2answers
86 views

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 …
0
votes
0answers
50 views

Populate Sharepoint List With data in it (List Definition) in site definition

Hi everybody, I have a list and I want to populate this List with data in it. I want to do it via WSPBuilder as a feature. I tried to populate it within in the Elements.xml file, But I got the data …
0
votes
0answers
29 views

Unable to resolve assembly ‘Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c’, please use DLLReferencePath to point to the directory where this DLL is located.

Hello , I am having some problem ,I am using wspbuilder to create wsp file. When I go to build wsp I am facing this error. "Unable to resolve assembly 'Microsoft.SharePoint, Version=12.0.0.0, …
0
votes
2answers
128 views

Sharepoint WebPart, include additional assembly in wsp package

Hi all I created a utility library for my Sharepoint WebParts. Now when I reference this library from my WebPart project, it compiles fine, but the library is not included in the .wsp package. This …
1
vote
1answer
1k 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
2answers
74 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 …
0
votes
3answers
1k views

SharePoint wsp solution: How to Deploy Globally

Hi, 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 …
0
votes
0answers
135 views

WiX: Installer for MOSS WSP

I've a question about creating an installer with WiX. In my SharePoint development I have three different features. They are all installed with a separate WSP. One of the WSPs (called A.wsp) …
3
votes
4answers
2k 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 …

1 2
15 30 50 per page