Tagged Questions
0
votes
0answers
57 views
How to create a WSP package for a SharePoint 2010 site? [duplicate]
I previously asked this Question: How to create WSP Package of a SharePoint 2010 site without VS 2010 (with SP Designer)?.
But didn't get a proper answer. I am developing a SharePoint 2010 website. ...
0
votes
1answer
88 views
WSP Builder copies dlls to solution regardless of “Copy Local” property set to False or not
I have a Custom timer job that references few custom dlls, now if I set copy local property of these dlls to false, it stills adds them and when I deploy solution it forces them into Gac.
Is there ...
5
votes
1answer
405 views
Building VS 2010 projects for SharePoint 2010 & 2007
I am curious if anybody else out there is trying to development a single SharePoint product that works with both SP2007 and SP2010, and what approach you have taken to structure your Visual Studio ...
2
votes
0answers
6k views
How to create the wsp package in visual studio 2010 with following features? [duplicate]
I want to create a wsp package. When I deploy it, it must add features such as two SharePoint lists, one webpart, one image library sequentially. Can I do this in WSPBuilder? I want to deploy this on ...
0
votes
1answer
265 views
Can I create WSP that deploys a file to 80 directory?
I have an existing WSP project with some features in it.
I need to deploy a file to SharePoint 80 folder. Is this possible?
I tried just putting it in project's 80 but WSPBuilder, which I use for ...
0
votes
2answers
1k views
WSP Deployment success, but can't find where to Activate
In "Central Administration – System Settings – Manage Farm Solutions" I can see that my Solution has been deployed, to http://sp2010/. However when I go to there, and try to activate this feature ...
0
votes
1answer
826 views
How to deploy a web part that uses AjaxControlToolkit with WSPBuilder?
I'm trying to deploy a webpart that is an ASP.NET user control that uses AjaxControlToolkit via WSPBuilder, with not much success.
There seems to be a lot of web.config edits that need to be done in ...
10
votes
2answers
3k views
Best practice for developing a WebService in SharePoint?
I've followed the following steps to build a WebService in SharePoint:
Created a new project using WSPBuilder.
Added a 'WebService' (Add a new web service to the layouts folder)
Do a WSBBuilder ...
