0
votes
1answer
55 views
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/MySit …
1
vote
3answers
201 views
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?
0
votes
2answers
45 views
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 a …
0
votes
2answers
49 views
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 …
0
votes
0answers
12 views
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 s …
1
vote
1answer
37 views
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 …
1
vote
1answer
739 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 …
0
votes
4answers
204 views
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.
2
votes
4answers
1k 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 packag …
0
votes
2answers
191 views
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 lis …
0
votes
3answers
621 views
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 …
3
votes
2answers
250 views
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 an …
0
votes
2answers
362 views
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 …
0
votes
4answers
865 views
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 …
0
votes
1answer
181 views
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?Relea …
