sharepoint 引用不起作用

今天准备建个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也不行),编译通过。

转载于:https://www.cnblogs.com/PeterWang/archive/2010/11/17/1879920.html

你可能感兴趣的:(sharepoint 引用不起作用)