views:

130

answers:

2

I am trying to build a WSP file in VS2008 on my VB.NET project. How would I go about doing this? I can find a lot of plugins for C# but not VB.NET.

A: 

I don't know if your file is a sharepoint web part, but if it is, you can use sharepoint tools for visual studio. Then you can simply create a new project -> Sharepoint -> WebPart

v3ga
A: 

WSPBuilder is the quickest and easiest way I have yet found to both build and deploy WSPs.

There is a good integration with VS2008.

It can be downloaded from here;

http://wspbuilder.codeplex.com/

Trust me, if you are doing this manually then this tool is going to be the greatest thing you ever used...

I would not use the MS Visual Studio Extensions as they are not flexible enough for most developments.

Charlie