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
11
votes
4 answers

Adding JavaScript, CSS and others to a WebPart using WSPBuilder

So, I'm trying to do what I thought was a simple task... But I'm not getting anywhere... All I want to is to get some .js and .css files loaded by my WebPart. I'm using VS2008 + WSPBuilder. I've googled a lot about this but I couldn't find a decent…
pmmaga
  • 410
  • 7
  • 18
4
votes
2 answers

What do the different scopes in WSPBuilder do?

When creating a new WSPBuilder project or new WSPBuilder item in Visual Studio, you get to choose the scope of the item being created. The options are Web, Site, WebApplication and Farm. What do the different scopes do, and how does that affect…
ICodeForCoffee
  • 3,187
  • 2
  • 30
  • 40
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
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
2
votes
2 answers

How should SharePoint Visual Studio projects that share each other's code be managed?

My SharePoint Visual Studio solution structure currently contains these projects: Common: contains extension methods, helpers, frequently used controls, etc. Logging: would normally be included in Common but contains calls to native methods so…
Alex Angas
  • 59,219
  • 41
  • 137
  • 210
2
votes
1 answer

Deploying files inside WPRESOURCES using WSPBuilder

How can I deploy files in the 'wpresources' folder using SharePoint wsp package built by wspbuilder? 'wpresources' is outside 12 hive (or 14 hive). So how can I copy files outside the SharePoint hive?
NLV
  • 21,141
  • 40
  • 118
  • 183
2
votes
3 answers

How to include config file in WSP?

I use NLog for logging and now I'm trying to also use it for my SharePoint solution. How do I instruct WSPBuilder to include NLog.config in WSP and place it in the same folder as solution dll? EDIT: Okay, another option is to put it as Web.nlog in…
Dan Abramov
  • 264,556
  • 84
  • 409
  • 511
2
votes
3 answers

Remote Debugging Web Part

I am having trouble getting Visual Studio 2008 remote debugger to hit break points. I have two VMWare virtual machines. One hosts the SharePoint MOSS 2007 Shared Services and Central Admin and has Visual Studio 2008 Professional on it as well. I…
2
votes
1 answer

Issue with Code Access Security Policy - deploying a third party dll to bin

Okay, i think most of you guys out there use wspbuilder to build the wsp solutions and to deploy it. So here is my problem. I'm working on a SharePoint solution which makes use of a third party dll (Telerik for Asp.Net Ajax - Telerik.Web.UI.dll) for…
NLV
  • 21,141
  • 40
  • 118
  • 183
2
votes
2 answers

Is VS 2010 SharePoint functionality good enough to replace WSP Builder?

I have been using WSP builder up until now with VS 2008. I recently upgraded my IDE to VS 2010, and have heard that VS 2010 now includes functionality to work with MOSS directly. If you guys have had any experience with this new MOSS functionality…
JL.
  • 78,954
  • 126
  • 311
  • 459
2
votes
1 answer

Using WSPBuilder Tool with SharePoint

How can I disable all of my features in SharePoint using the WSPBuilder tool without doing it one by one manually?
2
votes
1 answer

WSPBuilder obfuscated dll

I am using WSPBuilder to build a wsp file for sharepoint. One of my referenced dll's is obfuscated with .Net Reactor. When building the wsp project, this dll is not recognized, the WSPbuilder is throwing an error. I am not with the solution of…
Zee99
  • 1,194
  • 2
  • 23
  • 46
1
vote
1 answer

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 activate the feature, both custom lists have the custom…
Bob Lauer
  • 845
  • 1
  • 7
  • 19
1
vote
3 answers

SharePoint Web Parts Development Environment

I know there are so many questions and articles on this topic and I have searched hours and hours on the Internet so far, but I still couldn’t find the right answer for my question. I was assigned the task to investigate the development environment…
1
vote
0 answers

Is it possible to use WSPBuilder to create a sandboxed solution?

i am trying to build a sandboxed sharepoint solution using WSPBuilder, but gets an exception when activating the feature, that the Resources element in manifest.xml is invalid. The Resources element lists the files contained in a module which is a…
Øyvind Skaar
  • 1,842
  • 14
  • 22
1
2 3 4