开发者

Build Web Parts on Visual Studio 2008 for SharePoint 2010

开发者 https://www.devze.com 2022-12-23 10:50 出处:网络
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-bitI highly recommend the WSPBuilder 2010 B

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


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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消