Questions tagged [wspbuilder]

WSPBuilder is a SharePoint Solution Package (WSP) creation tool for WSS 3.0 & MOSS 2007.

WSPBuilder is a SharePoint Solution Package (WSP) creation tool for WSS 3.0 & MOSS 2007.

51 questions
1
vote
1 answer

SharePoint WSP deployment multiple environments and uses SPWebConfigModification

I have SharePoint feature that modifies the web.config (using the SPWebConfigModification class) to add the DB connection string. But this connection string is different for the 3 envrionments I have. My question is there any way for me to…
Alok Khanna
  • 81
  • 2
  • 5
1
vote
4 answers

My DLLs are strong named, but WSPBuilder reports they are not

WSPBuilder Version: 0.9.8.0830 Created by Carsten Keutmann GPL License 2007 Install and deploying [MYDLL] Unable to deploy solution Inner exception(1): This solution contains one or more assemblies targeted for the global assembly cache. You should…
Michael L
  • 5,560
  • 7
  • 29
  • 32
1
vote
1 answer

sharepoint wspbuilder single aspx page

Im trying to implement a single aspx page with several externals dll's. Following Zimmergren's tutorial I run into a couple of issues early in the process. After creating my blankfeature1 is it suppose to be automatically populated? Mine shows…
Me.Close
  • 8,531
  • 4
  • 17
  • 6
1
vote
1 answer

How can I do a silent deployment with a wsp solution and exe.config file?

I have a SharePoint solution (packaged in a wsp file) created with WSPBuilder which is coupled with a simple Setup.exe and Setup.exe.config. The Setup.exe.config just points to a WSP solution. Is there a way to pass in values such as which…
Eric
  • 2,202
  • 2
  • 26
  • 30
1
vote
1 answer

WSPBuilder cannot find my assembly

I am using WSPBuilder on Visual Studio 2010 to create a feature with a feature receiver assembly for SharePoint 2010. When I try to build the WSP using WSP Builder I get this message in the output window: The assembly MyAssembly.dll is unmanaged.…
ashwnacharya
  • 14,601
  • 23
  • 89
  • 112
1
vote
1 answer

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 files the will copied to _layouts folder (which I…
Ahmed Magdy
  • 5,956
  • 8
  • 43
  • 75
1
vote
1 answer

WSPBuilder for vs 2012

I am new to SharePoint 2013. I am using trial version vs 2012. I want to use the WSPBuilder to develop the web parts. I have install the WSPBuilder and it is not showing in vs 2012. I have used the below link but not solved the…
1
vote
1 answer

User controls, web parts and WSPBuilder

Can anyone point me to tutorials on how to use WSPBuilder to host a user control in a MOSS webpart?
1
vote
4 answers

How do I add a css or js file to current MasterPage by wsp deploy?

Is it possible to do it? Or do I need to deploy a new mastepage.
walming
  • 392
  • 1
  • 3
  • 14
1
vote
2 answers

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 gets added to Central Admin. So my problem is this.…
user124359
0
votes
2 answers

WSPBuilder, Config Store and partially trusted callers

Has anyone used WSP Builder to package a solution that uses the Config Store (http://www.codeplex.com/SPConfigStore) and deploys to the bin directory of the web application? When I try to referecne the config store in my code behind file I get this…
Rob
  • 1,688
  • 4
  • 30
  • 43
0
votes
5 answers

WSPBuilder and Code behind for a Sharepoint Masterpage

I created a code behind file for a custom master page in visual studio. I hooked everything up manually; safe control and custom cas policy. Everything works great! I then wanted to put this into a sharepoint solution using WSPBuilder for better…
Rob
  • 1,688
  • 4
  • 30
  • 43
0
votes
1 answer

Sharepoint WSPBuilder Feature Update

I have two webparts that currently have the default "MyGroup" property in the elements.xml file. I'm simply trying to change these values to something more descriptive by updating both the Group and QuickAddGroups property values; rebuildng my dll,…
user327045
  • 45
  • 1
  • 7
0
votes
1 answer

WSPBuilder in Visual Studio 2010 for solution in Sharepoint 2007

I've installed the WSPBuilder extension for Visual Studio 2010 and I'm looking for a walkthrough of how to create a deployment package for my web-part. Can anyone point me to a good resource? Everything I find seems to be directed towards VS 2008…
Jesse Roper
  • 1,269
  • 7
  • 31
  • 56
0
votes
1 answer

Problem building webpart using WSPBuilder

I have tried creating several web parts using Visual Studio 2010 using available guides for WSPBuilder but I always get the error: WSPBuilder Version: 1.0.9.1118 Created by Carsten Keutmann GPL License 2007 Building the solution - please wait Can…