wspbuilder

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

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 use a strong name for any assembly that will be in the global assembly cache. ...

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 single WSP solution file. Now, WSP builder requires the deployment files in a particular ...

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 marked 'unsafe' Site-specific project: one for each distinct site, containing features, web p...

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 deployment. I created WSP solution, added my class file and changed the output directory to ...

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 exception... System.Security.SecurityException: That assembly does not allow partially t...

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 deployment? How do you determine which scope to use? ...

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. I have found lots of sites that show how to use WSP Builder, but they don't seem to show...

Best way to create a simple WSP containing a few features

Not having a really great time with the smart template projects found on CodePlex. If I wanted to create a simple wsp, that would contain a few features, some content types, a list, and a list instance. What would be the best way to go? I know I need A visual studio WSP Builder my question: Do better plugins exist to make worki...

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

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

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 installing this dll manually as it should be part of a complete setup on a sharepoint farm with...

Dont uninstall file with WSPBuilder

I am building a WSP file with WSPBuilder, all my dll's are added there and the WSP install will install them at the proper place (bin, GAC etc...). My Problem is that i dont want some of those files to be uninstalled when uninstalling the feature, how can i do that, please help. ...

Creating and updating site columns in MOSS publishing site

I have created a feature, a publishing site, in Visual Studio to MOSS - this feature contains a masterpage, some pages, some site columns etc. I have also created a site collection based on my template. I have several times updated my mastepage and pages with succes. Now I want to update my site columns, adding some columns, but these c...

update page templates with new site columns in MOSS publishing site

I have created a feature, a publishing site, in Visual Studio to MOSS - this feature contains a masterpage, some pages, some site columns (grouped to match each page) etc. I have also created a site collection, some sites and pages based on my template. Now I need to update some of my page templates and make the changes affect the exist...

How to get a safecontrol entry into manifest.xml with WSPBuilder project

Upon taking the default sharepoint master page for MySite, making some changes, and making a wsp out of it with WSPBuilder, I come to these errors in my logs: http://spoint/MySite/%5Fcatalogs/masterpage/MySite.master - An unexpected error has been encountered in this Web Part. Error: The control with virtual path '_controltemplates/Wel...

Deploy application resource files with WSP

Hi, I am trying to use Sharepoint solution installer to package and deploy my wsp file. My question is how do I deploy the images associated with my webpart? Do I use setup.exe.config (part of Sharepoint solution installer) [http://www.codeplex.com/sharepointinstaller] or do I do this within my WSP template project itself then use the W...

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, Culture=neutral, PublicKeyToken=71e9bce111e9429c', please use DLLReferencePath to point to the directory where this DLL is located." I have adde...

HTTPModule and Sharepoint Site

Hello All, 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 IHTTPModule the web.config contains {httpModules} {add name="HTTPModule" type="H...

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