VB.NET in Visual Studio 2008 on Vista 32bit building a WSP - Stack Overflow most recent 30 from stackoverflow.com2009-12-12T03:57:44Zhttp://stackoverflow.com/feeds/question/969145http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/969145/vb-net-in-visual-studio-2008-on-vista-32bit-building-a-wsp0VB.NET in Visual Studio 2008 on Vista 32bit building a WSPJohn2009-06-09T09:49:17Z2009-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#10026170Answer by v3ga for VB.NET in Visual Studio 2008 on Vista 32bit building a WSPv3ga2009-06-16T16:33:04Z2009-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#12607930Answer by F5ToDebug for VB.NET in Visual Studio 2008 on Vista 32bit building a WSPF5ToDebug2009-08-11T14:39:06Z2009-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>