在 Visual Studio 2008 上为 SharePoint 2010 构建 Web 部件

发布于 2024-08-25 16:35:31 字数 100 浏览 10 评论 0原文

在 Visual Studio 2008 上构建 SharePoint 2010 Web 部件需要安装什么?顺便说一句:我使用的是 Windows 7 64 位和 Office 32 位

What do I need to install for building a Web Part for SharePoint 2010 on Visual Studio 2008? BTW: I'm using Windows 7 64-bit and Office 32-bit

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

避讳 2024-09-01 16:35:31

I highly recommend the WSPBuilder 2010 Beta - VS2010 is supported, but not required.

终难愈 2024-09-01 16:35:31

除了 SharePoint 2007 开发所需之外,您不需要任何其他东西。只需确保执行以下操作:

  • 添加对正确 Microsoft.SharePoint.dll(即版本 14)目标的程序集
  • 引用 .NET 3.5
  • 目标 64 位 CPU(或 AnyCPU)

解决方案、功能和元素清单的 CAML 是相同的如 SharePoint 2007。

You shouldn't need anything beyond what you need for SharePoint 2007 development. Just make sure you do the following:

  • add assembly reference to the proper Microsoft.SharePoint.dll (i.e. version 14)
  • target .NET 3.5
  • target 64-bit CPU (or AnyCPU)

The CAML for the solution, feature and element manifests is the same as SharePoint 2007.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文