Vista 32 位上的 Visual Studio 2008 中的 VB.NET 构建 WSP
我正在尝试在 VS2008 中的 VB.NET 项目上构建 WSP 文件。 我该怎么做呢? 我可以找到很多 C# 插件,但找不到 VB.NET。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
WSPBuilder 是我发现的构建和部署 WSP 的最快、最简单的方法。
与VS2008有很好的集成。
可以从这里下载;
http://wspbuilder.codeplex.com/
相信我,如果您手动执行此操作,那么这个工具就是将是您使用过的最棒的东西...
我不会使用 MS Visual Studio 扩展,因为它们对于大多数开发来说不够灵活。
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.
我不知道您的文件是否是 Sharepoint Web 部件,但如果是,您可以使用 Visual Studio 的 Sharepoint 工具。 然后你可以简单地创建一个新项目-> 共享点-> 网页部分
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