今天准备建个winform projecct写个小工具获取已有website 的list和content type的定义,方便将这些定义集成到vs的sharepoint solution中。winform项目建好后,引用C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\ISAPI\Microsoft.SharePoint.dll。 可是无法使用这个库的类,也无法编译通过。思考了下,想起sharepoint 2010目前不支持。net framework 4.0,于是修改project的项目类型为.net framework 3.5(。net framework client profile 3.5也不行),编译通过。

相关文章:

  • 2022-01-30
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-13
  • 2021-08-31
  • 2021-08-29
相关资源
相似解决方案