Tagged Questions
1
vote
1answer
836 views
How to add an aspx page to sharepoint 2007 with visual studio 2008
Probably a question with an obvious answer, but I'm lost.
How do you add a custom aspx page (with code behind) to a project in visual studio 2008 for sharepoint 2007.
I've created the project using ...
0
votes
0answers
119 views
WSPbuilder is not including feature.xml during wsp build - MOSS 2007 and VS 2008
I am trying to deploy one existing Custom Project to MOSS 2007. I am able to compile using Visual Studio 2008 and using WSPBuilder am able to build as wsp. But my WSP is only containing my project.dll ...
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
1answer
526 views
Including a class library with a WSPBuilder deployment in WSS
I am working with WSS 3.0, Visual Studio 2008, and WSPBuilder 0.9.9. I have a custom class library (WebParts.dll) of base classes that I use with several SharePoint solutions. I currently deploy ...
1
vote
1answer
376 views
How to create Menu Webpart in WSPBuilder
I am using WSPBuilder. I want to create the package that includes the MenuItemList and MenuWebpart. Requirement is create the feature for MenuItemList which holds the menu items.
Webpart should fetch ...
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
2answers
507 views
WSPBuilder in Visual Studio 2008 [closed]
I have WSPBuilder 1.06 in Visual Studio 2008 (russian localization) for SharePoint 2007. I created a wsp project and added to it event handler. I tried to build this project using the command WSP ...
39
votes
5answers
3k views
Migrating a solution from 2007 to 2010
Let's say we have a well-established solution in Visual Studio 2008, using WSPBuilder to bundle it up into a package. It has a handful of features and a whole whack of assets to deploy (.webpart, ...
1
vote
1answer
307 views
Changing directory name of features in SharePoint 14 Hive - Impact on already deployed features?
I'm moving from a WSPBuilder based SharePoint 2010 solution to a Visual Studio 2010 based solution. After porting the WSPBuilder based solution to a plain Visual Studio based solution I tried to ...
1
vote
3answers
1k views
Copy to 14 / Copy to GAC functionality in Visual Studio 2010
Hey there, for those used to working with WSP Builder, does anyone know of a way to get the same "Copy to hive" and "Copy to GAC" functionality in SP 2010 and VS 2010 that was in WSP Builder?
3
votes
2answers
1k views
Convert SharePoint 2007 features in VS2010 feature designer
Does anybody have experience moving SharePoint 2007 features from VS2008 to VS2010 using the new feature designer? I currently have a C# class library project that has a "12" folder with a bunch of ...
1
vote
5answers
3k views
Packaging with WSPBuilder and missing project/DLL dependencies
I'm working on a SharePoint solution containing five Visual Studio projects. One is a "common library"-type of project and the other four are features with code that depend on the library.
The issue ...