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

Getting "Unable to get commandbar : Tools" Error

I've just installed Visual Studio 2010 along with WSPBuilder Extensions 2.0 (Beta) for use with Sharepoint. When I install WSPBuilder Extensions I get the "Unable to get commandbar : Tools" pop-up error upon opening Visual Studio 2010. As a result,…
MrRay
  • 952
  • 2
  • 10
  • 16
0
votes
1 answer

Different wsp file size each build

I have a SharePoint project running in VS.net 2008. Each time when I build the wsp using WSP builder, the wsp file always turns out to be of different size. Nothing was changed between builds. This happens on all machines. I was wondering what…
BeraCim
  • 2,317
  • 8
  • 49
  • 78
0
votes
1 answer

Custom aspx workflow form problem in WSPBuilder project

I have a working wss3.0 + workflow solution, with some aspx forms (followed Robert Shelton’s tutorial) and some document libraries. I would like to deploy it with WSPBuilder but I have stuck hopeless. The transformation of the workflow was 5…
0
votes
1 answer

Update lists when changing custom list template

I have created a feature, a publishing site, in Visual Studio to MOSS - this feature contains some custom list templates and some lists using the template definitions. Now I need to update the list templates, which is not a problem as it is just…
keysersoze
  • 777
  • 3
  • 12
  • 27
0
votes
1 answer

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'. Could not load file or assembly…
Dan Abramov
  • 264,556
  • 84
  • 409
  • 511
0
votes
1 answer

Can I use WSPBuilder in a sharepoint continuous integration system?

We use a teamcity server to do CI for some things, we have started with some sharepoint web part development (again) and would like to integrate this into our CI system Using WSPBuilder on the desktop works really well but I am not sure how to fire…
Loofer
  • 6,841
  • 9
  • 61
  • 102
0
votes
2 answers

Getting Internal Error - SP2010 - WSP Builder

I've a SP2010 Enterprise installed in Win Server 2008 R2. After i create a web app i'm able to browse the application. After i deploy a custom solution (which is working fine in MOSS 2007) through WSP Builder Extensions for 2010 using VS 2010 i'm…
NLV
  • 21,141
  • 40
  • 118
  • 183
0
votes
1 answer

Where can I find documentation for WSPBuilder 1.03?

I can't seem to find any documentation on how to get WSPBuilder working. The codeplex project is located here :http://www.codeplex.com/wspbuilder/Release/ProjectReleases.aspx?ReleaseId=16820
Michael L
  • 5,560
  • 7
  • 29
  • 32
0
votes
1 answer

SharePoint Application Page - File not found exception

I am developing a webpart in Visual Studio 2005 for SharePoint using a wspbuilder project template. I deploy my pages,images,css and javascript files using WSPBuilder. Sometimes, I come across 'File not found' exception when I make a deploy using…
Raghu
  • 185
  • 2
  • 7
  • 18
0
votes
2 answers

Cannot debug Sharepoint application using non system account user?

I am using WSPBuilder to develop Sharepoint2007 sites, whenever i try to debug using one of the users that are not System Account, the debugger enters to the breakpoint and waits a step (F10), when i press F10, i get the following exception in the…
Ashraf Bashir
  • 9,686
  • 15
  • 57
  • 82
0
votes
3 answers

WSPBuilder questions for first-time webpart

I have made my first webpart using WSPBuilder. When I try to deploy it using STSADM, I get an error stating access is denied. I am an admin on the machine (well it's a VM). Also, with WSPBuilder, do I need to change the config files (I assume no as…
GurdeepS
  • 65,107
  • 109
  • 251
  • 387
0
votes
2 answers

How to create SharePoint Solution?

I'm new to SharePoint and I'm creating a public website using SharePoint Server 2007. I want to create solution or installer of my SharePoint website to copy it to another server other then my local machine. Anyone helps me out to solve this…
imsatasia
  • 149
  • 2
  • 4
  • 12
0
votes
3 answers

WSPBuilder: How to create a deployment package to deploy .dll and .wsp?

I'm using WSPBuilder and it is being very helpful. However, it was being hard to understand the strength of WSPBuilder because of missing manual. I've to create a solution file to deploy "Return of SmartPart" (.wsp file), "Application Template Core"…
Ramiz Uddin
  • 4,249
  • 4
  • 40
  • 72
0
votes
1 answer

WSPBuilder: Create a deployment package

I've a site which have custom Theme, Layout, WebParts (third-party - no source code), custom user controls (with source code), and the site backup (.dat) which we took from command prompt using stsadm -o backup. Is there a way I can bundle all of…
Ramiz Uddin
  • 4,249
  • 4
  • 40
  • 72
0
votes
2 answers

HTTPModule and Sharepoint Site

I am running into an issue with using a HTTPModule with a sharepoint deployed site. Here is what I have: my asp.net pages inside the /layouts/[ProjectName]/ folder. The aspx file uses a sharepoint masterpage i have a HTTPModule and implments…
Alok Khanna
  • 81
  • 2
  • 5