VB.NET in Visual Studio 2008 on Vista 32bit building a WSP - Stack Overflow most recent 30 from stackoverflow.com 2009-12-12T03:57:44Z http://stackoverflow.com/feeds/question/969145 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/969145/vb-net-in-visual-studio-2008-on-vista-32bit-building-a-wsp 0 VB.NET in Visual Studio 2008 on Vista 32bit building a WSP John 2009-06-09T09:49:17Z 2009-08-11T14:39:06Z <p>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.</p> http://stackoverflow.com/questions/969145/vb-net-in-visual-studio-2008-on-vista-32bit-building-a-wsp/1002617#1002617 0 Answer by v3ga for VB.NET in Visual Studio 2008 on Vista 32bit building a WSP v3ga 2009-06-16T16:33:04Z 2009-06-16T16:33:04Z <p>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</p> http://stackoverflow.com/questions/969145/vb-net-in-visual-studio-2008-on-vista-32bit-building-a-wsp/1260793#1260793 0 Answer by F5ToDebug for VB.NET in Visual Studio 2008 on Vista 32bit building a WSP F5ToDebug 2009-08-11T14:39:06Z 2009-08-11T14:39:06Z <p>WSPBuilder is the quickest and easiest way I have yet found to both build and deploy WSPs.</p> <p>There is a good integration with VS2008.</p> <p>It can be downloaded from here;</p> <p><a href="http://wspbuilder.codeplex.com/" rel="nofollow">http://wspbuilder.codeplex.com/</a></p> <p>Trust me, if you are doing this manually then this tool is going to be the greatest thing you ever used...</p> <p>I would not use the MS Visual Studio Extensions as they are not flexible enough for most developments.</p>